summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-07-29 08:10:36 -0400
committerGitHub <noreply@github.com>2021-07-29 08:10:36 -0400
commit9c4b7f9772e53dc7c9aa1438006b6fc32ba31817 (patch)
tree39b62cc6e83099b9ba8c3ccf9ffcc9dae7093a8e /.cirrus.yml
parent0f42cce2f2b47cf04af28e468918dbabb4630679 (diff)
parentec9dad7e4f1547bb46c46c36bf5eb56ef5b09bb0 (diff)
downloadpodman-9c4b7f9772e53dc7c9aa1438006b6fc32ba31817.tar.gz
podman-9c4b7f9772e53dc7c9aa1438006b6fc32ba31817.tar.bz2
podman-9c4b7f9772e53dc7c9aa1438006b6fc32ba31817.zip
Merge pull request #9887 from edsantiago/test_buildah_bud_with_remote
buildah bud tests under podman-remote
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 8a79ade78..7218e3e9a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -601,7 +601,11 @@ buildah_bud_test_task:
CTR_FQIN: ${FEDORA_CONTAINER_FQIN}
# ID for re-use of build output
_BUILD_CACHE_HANDLE: ${FEDORA_NAME}-build-${CIRRUS_BUILD_ID}
- PODBIN_NAME: podman
+ matrix:
+ - env:
+ PODBIN_NAME: podman
+ - env:
+ PODBIN_NAME: remote
gce_instance: *standardvm
timeout_in: 45m
clone_script: *noop