diff options
author | Ed Santiago <santiago@redhat.com> | 2020-10-12 11:05:31 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2020-10-12 11:08:25 -0600 |
commit | 7c351fbfe24cf54e261c55d37cf50cbba6ec0458 (patch) | |
tree | f35fc607ee1136a71ccba16bf184fc89ae0f977f | |
parent | 5801a3048754a4e1ebedc884be9bd42c55892c4c (diff) | |
download | podman-7c351fbfe24cf54e261c55d37cf50cbba6ec0458.tar.gz podman-7c351fbfe24cf54e261c55d37cf50cbba6ec0458.tar.bz2 podman-7c351fbfe24cf54e261c55d37cf50cbba6ec0458.zip |
System tests: run with local podman, not remote
Initially filed as #7967 but that has run into huge complicated
snags related to Ubuntu and environment.
It is crucial to get system tests working with podman-local.
It is less important to get them on Ubuntu. Let's please
expedite this PR while we settle the Ubuntu stuff in #7967
Signed-off-by: Ed Santiago <santiago@redhat.com>
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index da33c81e2..ab639a59c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -544,7 +544,6 @@ rootless_system_test_task: env: TEST_FLAVOR: sys PRIV_NAME: rootless - PODBIN_NAME: remote clone_script: *noop # Comes from cache gopath_cache: *ro_gopath_cache setup_script: *setup |