diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-08-07 10:26:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 10:26:41 +0000 |
commit | 635293ed149a6680c5999360ce39daf4625bfa92 (patch) | |
tree | 58667ad5d0729b4a6470899cdb0034706432e1e4 | |
parent | 2477a68b43f01b00636d7c714ab67e005f262069 (diff) | |
parent | 328eb2b4ca88ffc52d1c66d98da41de292e166f6 (diff) | |
download | podman-635293ed149a6680c5999360ce39daf4625bfa92.tar.gz podman-635293ed149a6680c5999360ce39daf4625bfa92.tar.bz2 podman-635293ed149a6680c5999360ce39daf4625bfa92.zip |
Merge pull request #15182 from cevich/remove_disused_envar
Cirrus: Remove disused env. var.
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index bf8dc5e25..f951eda42 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -636,13 +636,11 @@ container_integration_test_task: matrix: &fedora_vm_axis - env: DISTRO_NV: ${FEDORA_NAME} - _BUILD_CACHE_HANDLE: ${FEDORA_NAME}-build-${CIRRUS_BUILD_ID} VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME} CTR_FQIN: ${FEDORA_CONTAINER_FQIN} CI_DESIRED_RUNTIME: crun #- env: #DISTRO_NV: ${PRIOR_FEDORA_NAME} - #_BUILD_CACHE_HANDLE: ${PRIOR_FEDORA_NAME}-build-${CIRRUS_BUILD_ID} #VM_IMAGE_NAME: ${PRIOR_FEDORA_CACHE_IMAGE_NAME} #CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN} gce_instance: *standardvm @@ -788,8 +786,6 @@ rootless_remote_system_test_task: # Not used here, is used in other tasks VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME} CTR_FQIN: ${FEDORA_CONTAINER_FQIN} - # ID for re-use of build output - _BUILD_CACHE_HANDLE: ${FEDORA_NAME}-build-${CIRRUS_BUILD_ID} CI_DESIRED_RUNTIME: crun <<: *local_system_test_task alias: rootless_remote_system_test @@ -836,8 +832,6 @@ buildah_bud_test_task: # Not used here, is used in other tasks VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME} CTR_FQIN: ${FEDORA_CONTAINER_FQIN} - # ID for re-use of build output - _BUILD_CACHE_HANDLE: ${FEDORA_NAME}-build-${CIRRUS_BUILD_ID} matrix: - env: PODBIN_NAME: podman @@ -899,8 +893,6 @@ upgrade_test_task: TEST_FLAVOR: upgrade_test DISTRO_NV: ${FEDORA_NAME} VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME} - # ID for re-use of build output - _BUILD_CACHE_HANDLE: ${FEDORA_NAME}-build-${CIRRUS_BUILD_ID} clone_script: *get_gosrc setup_script: *setup main_script: *main |