Don't run full update/upgrade converge in CI to keep sane wall time

We discovered we need to put back stack updates into the converge
operations. This increases the run time of the upgrade procedure
considerably, and e.g. our voting CI job for updates might go over the
time limit. We'll need to start passing --update-plan-only to the
converge operation to keep CI on previous run times.

Change-Id: Idc5dbebc116aba2420d275aab3981186511f298e
Related-Bug: #1768586
This commit is contained in:
Jiri Stransky 2018-05-03 11:35:30 +02:00
parent 532d130a0b
commit 6e30581a72
4 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,8 @@ mixed_upgrade: true
use_tripleo_upgrade: true
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

@ -7,6 +7,8 @@ composable_scenario: scenario000-multinode-containers.yaml
overcloud_update: true
tripleo_upgrade_validations_non_fatal: true
tripleo_upgrade_debug: true
# Reduce CI wall time
tripleo_upgrade_converge_plan_only: true
tripleo_ci: true
use_oooq: true
overcloud_ssh_user: "tripleo-admin"

View File

@ -50,6 +50,8 @@ overcloud_ssh_user: "tripleo-admin"
# 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

@ -51,6 +51,8 @@ overcloud_ssh_user: "tripleo-admin"
# 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