summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPaul Holzinger <paul.holzinger@web.de>2021-04-01 00:32:56 +0200
committerPaul Holzinger <paul.holzinger@web.de>2021-04-01 17:27:03 +0200
commitd1e32dc6c6ccb24786cd095befcde761062442a0 (patch)
tree33da4a1fce2c7e370c17d34192f3f30280719a4d /.cirrus.yml
parent973807092d10406c039ab4b376f2fd74f456be1d (diff)
downloadpodman-d1e32dc6c6ccb24786cd095befcde761062442a0.tar.gz
podman-d1e32dc6c6ccb24786cd095befcde761062442a0.tar.bz2
podman-d1e32dc6c6ccb24786cd095befcde761062442a0.zip
Add rootless docker-compose test to the CI
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index e09db2a81..074f2f4e0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -440,7 +440,7 @@ apiv2_test_task:
time_script: '$SCRIPT_BASE/logcollector.sh time'
compose_test_task:
- name: "compose test on $DISTRO_NV"
+ name: "compose test on $DISTRO_NV ($PRIV_NAME)"
alias: compose_test
only_if: *not_docs
skip: *tags
@@ -450,6 +450,11 @@ compose_test_task:
env:
<<: *stdenvars
TEST_FLAVOR: compose
+ matrix:
+ - env:
+ PRIV_NAME: root
+ - env:
+ PRIV_NAME: rootless
clone_script: *noop # Comes from cache
gopath_cache: *ro_gopath_cache
setup_script: *setup