Disable tripleo-upgrade launch_sanity_workload parameter.

The tripleo-upgrade sets by default to true the launch_sanity_workload parameter
which runs a workload test after performing the overcloud upgrade. This check
does not make sense in upstream CI as we don't have compute node.

Change-Id: I1347e70f548ee5b708fc6bbd0697cbab10fd2f65
This commit is contained in:
Jose Luis Franco Arza 2019-02-06 12:12:03 +01:00
parent 0d1ff5574a
commit 04402d36b3
3 changed files with 11 additions and 0 deletions

View File

@ -48,6 +48,9 @@ create_docker_registry: false
use_local_docker_registry: false
create_container_images_download_script: false
# do not run workload test
launch_sanity_workload: false
tripleo_ci: true
use_oooq: true

View File

@ -33,6 +33,10 @@ overcloud_upgrade: true
create_docker_registry: false
use_local_docker_registry: false
create_container_images_download_script: false
# do not run workload test
launch_sanity_workload: false
# Need to update once stein is released
container_registry_file: >-
{% if release not in ['ocata','pike','queens','rocky'] -%}

View File

@ -37,6 +37,10 @@ update_repo: false
create_docker_registry: false
use_local_docker_registry: false
create_container_images_download_script: false
# do not run workload test
launch_sanity_workload: false
# Need to update once stein is released
container_registry_file: >-
{% if release not in ['ocata','pike','queens','rocky'] -%}