Skip to content

Commit

Permalink
Jenkinsfile.kola.gcp: drop --gce-image
Browse files Browse the repository at this point in the history
Upgrade tests use the image of the previous release, not the candidate
release we're testing itself. The `--find-parent-image` switch will
automatically find the starting image to use.

Closes: coreos/fedora-coreos-tracker#487
  • Loading branch information
jlebon authored and dustymabe committed May 22, 2020
1 parent 513ee50 commit a998c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile.kola.gcp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ podTemplate(cloud: 'openshift', label: pod_label, yaml: pod) {
--no-test-exit-error \
--platform=gce \
--gce-project=\${gcp_project} \
--gce-image="projects/${gcp_image_project}/global/images/${gcp_image}" \
--gce-json-key=\${GCP_KOLA_TESTS_CONFIG}
tar -cf - tmp/kola-upgrade | xz -c9 > kola-run-upgrade.tar.xz
""")
Expand Down

0 comments on commit a998c73

Please sign in to comment.