aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-20 06:30:40 -0700
committerGitHub <noreply@github.com>2019-03-20 06:30:40 -0700
commit22e81b3af5f3fcac759a3cb0be37c185a4310919 (patch)
tree99e158529ea8f6b20ed1ab266c0168c9f78f68a0 /.cirrus.yml
parent537c382f5bd098bc89a457554db9bd0b08eab3c2 (diff)
parent37eb694bd073b8dff265be137ae75eac81e9d769 (diff)
downloadpodman-22e81b3af5f3fcac759a3cb0be37c185a4310919.tar.gz
podman-22e81b3af5f3fcac759a3cb0be37c185a4310919.tar.bz2
podman-22e81b3af5f3fcac759a3cb0be37c185a4310919.zip
Merge pull request #2708 from cevich/actual_rootless_two
Cirrus: Various fixes for rootless testing
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 01689971a..29606d145 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -70,8 +70,6 @@ env:
#### Default to NOT running in rootless-testing mode
####
ROOTLESS_USER: ""
- ROOTLESS_UID: ""
- ROOTLESS_GID: ""
####
#### Credentials and other secret-sauces, decrypted at runtime when authorized.
@@ -101,7 +99,7 @@ env:
CIRRUS_TASK_ID CIRRUS_REPO_NAME CIRRUS_REPO_OWNER CIRRUS_REPO_FULL_NAME
CIRRUS_REPO_CLONE_URL CIRRUS_SHELL CIRRUS_USER_COLLABORATOR CIRRUS_USER_PERMISSION
CIRRUS_WORKING_DIR CIRRUS_HTTP_CACHE_HOST PACKER_BUILDS BUILT_IMAGE_SUFFIX
- XDG_DATA_DIRS XDG_RUNTIME_DIR XDG_SESSION_ID ROOTLESS_USER ROOTLESS_UID ROOTLESS_GID
+ XDG_DATA_DIRS XDG_RUNTIME_DIR XDG_SESSION_ID ROOTLESS_USER
# Every *_task runs in parallel in separate VMsd. The name prefix only for reference
@@ -252,8 +250,6 @@ rootless_testing_task:
env:
ROOTLESS_USER: "olympiclongjumpingwithjesus"
- ROOTLESS_UID: 123456
- ROOTLESS_GID: 123456
timeout_in: 120m