diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-14 17:31:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 17:31:38 +0000 |
commit | 1cf3e4cda49507ec7794d8f908ec78de358066e4 (patch) | |
tree | 3c18b631835f6e7b459d05b6fccdaf7d6643d0ef /.cirrus.yml | |
parent | 071b925decfeea325ec3244457cf9143344dea4f (diff) | |
parent | 455f4c7828cdb8d7e114ff18a51b55809296e406 (diff) | |
download | podman-1cf3e4cda49507ec7794d8f908ec78de358066e4.tar.gz podman-1cf3e4cda49507ec7794d8f908ec78de358066e4.tar.bz2 podman-1cf3e4cda49507ec7794d8f908ec78de358066e4.zip |
Merge pull request #14551 from edsantiago/apiv2_tests_rootless
CI: APIv2 tests: add rootless
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 460c5e049..d5298d62e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -431,7 +431,7 @@ unit_test_task: apiv2_test_task: - name: "APIv2 test on $DISTRO_NV" + name: "APIv2 test on $DISTRO_NV ($PRIV_NAME)" alias: apiv2_test # Docs: ./contrib/cirrus/CIModes.md only_if: *not_tag_branch_build_docs @@ -445,6 +445,11 @@ apiv2_test_task: env: <<: *stdenvars TEST_FLAVOR: apiv2 + matrix: + - env: + PRIV_NAME: root + - env: + PRIV_NAME: rootless clone_script: *get_gosrc setup_script: *setup main_script: *main |