Remove update-plan-only from converge

This was added to reduce the CI wall time. As we're removing
overcloud plan, this won't work. We can skip the converge
step if required later if we want to reduce the time jobs
take.

Change-Id: Ifd0371274fcc42286217a5c47e3998aafa98ddcc
This commit is contained in:
ramishra 2021-01-20 08:58:34 +05:30
parent 8a837b0297
commit 72ad6faa62
4 changed files with 0 additions and 8 deletions

View File

@ -40,8 +40,6 @@ mixed_upgrade: true
# Tripleo-upgrade link
ffu_overcloud_upgrade: true
tripleo_upgrade_validations_non_fatal: true
# Reduce CI wall time
tripleo_upgrade_converge_plan_only: true
# disable tripleo-upgrade container manipulation.
create_docker_registry: false

View File

@ -21,8 +21,6 @@ container_registry_file: >-
tripleo_upgrade_validations_non_fatal: true
tripleo_upgrade_debug: false
# Reduce CI wall time
tripleo_upgrade_converge_plan_only: true
tripleo_ci: true
use_oooq: true
overcloud_ssh_user: >-

View File

@ -47,8 +47,6 @@ tripleo_upgrade_debug: false
overcloud_ssh_user: "zuul"
# Mandatory for deployed_servers
tripleo_upgrade_validations_non_fatal: true
# Reduce CI wall time
tripleo_upgrade_converge_plan_only: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -60,8 +60,6 @@ overcloud_ssh_user: >-
# Mandatory for deployed_servers
tripleo_upgrade_validations_non_fatal: true
# Reduce CI wall time
tripleo_upgrade_converge_plan_only: true
run_tripleo_validations: false
run_tripleo_validations_negative_tests: false