Skip to content

Commit

Permalink
jobs/kola-{upgrade,openstack}: update --allow-rerun-success options
Browse files Browse the repository at this point in the history
This option to `kola run` now takes a string as input. See
coreos/coreos-assembler#3430.
  • Loading branch information
dustymabe committed May 3, 2023
1 parent 01d6281 commit a089750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/kola-openstack.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ lock(resource: "kola-openstack-${params.ARCH}") {
extraArgs: params.KOLA_TESTS,
skipUpgrade: true,
platformArgs: """-p=openstack \
--allow-rerun-success \
--allow-rerun-success tags=all \
--openstack-config-file=\${OPENSTACK_KOLA_TESTS_CONFIG} \
--openstack-flavor=v3-starter-4 \
--openstack-network=private \
Expand Down
2 changes: 1 addition & 1 deletion jobs/kola-upgrade.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ EOF
arch: params.ARCH,
build: start_version,
cosaDir: env.WORKSPACE,
extraArgs: "--tag extended-upgrade --allow-rerun-success --append-butane tmp/target_stream.bu",
extraArgs: "--tag extended-upgrade --allow-rerun-success tags=all --append-butane tmp/target_stream.bu",
skipBasicScenarios: true,
skipUpgrade: true,
]
Expand Down

0 comments on commit a089750

Please sign in to comment.