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 /contrib/cirrus/setup_environment.sh | |
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 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 64ea3b7b4..fcb1284e7 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -201,6 +201,7 @@ case "$TEST_FLAVOR" in int) ;& sys) ;& upgrade_test) ;& + bud) ;& bindings) ;& endpoint) # Use existing host bits when testing is to happen inside a container |