diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-23 04:57:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 04:57:13 -0700 |
commit | 4d3e71ad28f75b51dc5fa7a29775ce30c9d5c437 (patch) | |
tree | 01a8c39471286c7efed3396b62c327c0b802850d /.cirrus.yml | |
parent | 60c90c3adda6f076092ea9f06618d94efb1b4708 (diff) | |
parent | 3baa9da4edec72a70aec4aa25a29b4afd82ed689 (diff) | |
download | podman-4d3e71ad28f75b51dc5fa7a29775ce30c9d5c437.tar.gz podman-4d3e71ad28f75b51dc5fa7a29775ce30c9d5c437.tar.bz2 podman-4d3e71ad28f75b51dc5fa7a29775ce30c9d5c437.zip |
Merge pull request #9296 from edsantiago/test_buildah_bud
run buildah bud tests using podman
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 9c13f5303..e09db2a81 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -579,6 +579,29 @@ remote_system_test_task: TEST_FLAVOR: sys PODBIN_NAME: remote +buildah_bud_test_task: + name: *std_name_fmt + alias: buildah_bud_test + skip: *tags + only_if: *not_docs + depends_on: + - local_integration_test + env: + TEST_FLAVOR: bud + DISTRO_NV: ${FEDORA_NAME} + # 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} + PODBIN_NAME: podman + gce_instance: *standardvm + timeout_in: 45m + clone_script: *noop + gopath_cache: *ro_gopath_cache + setup_script: *setup + main_script: *main + always: *int_logs_artifacts rootless_system_test_task: name: *std_name_fmt @@ -687,6 +710,7 @@ success_task: - remote_system_test - rootless_system_test - upgrade_test + - buildah_bud_test - meta container: *smallcontainer env: |