diff options
author | Chris Evich <cevich@redhat.com> | 2020-10-14 11:39:27 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-10-14 11:39:27 -0400 |
commit | c921e3b9da433f51d7a920623ca2534e3fba32ad (patch) | |
tree | e321553abbd2fbbc2f35cb5412b43e0997962a5a /.cirrus.yml | |
parent | d30b4b7aa5076c3192faada7d408f039a40414eb (diff) | |
download | podman-c921e3b9da433f51d7a920623ca2534e3fba32ad.tar.gz podman-c921e3b9da433f51d7a920623ca2534e3fba32ad.tar.bz2 podman-c921e3b9da433f51d7a920623ca2534e3fba32ad.zip |
Cirrus: Execute docker-py tests on a VM
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c2238c3c6..b75e99184 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -396,13 +396,13 @@ docker-py_test_task: only_if: *not_docs depends_on: - build - container: *smallcontainer + gce_instance: *standardvm env: <<: *stdenvars TEST_FLAVOR: docker-py TEST_ENVIRON: container gopath_cache: *ro_gopath_cache - clone_script: *full_clone # build-cache not available to container tasks + clone_script: *noop # Comes from cache setup_script: *setup main_script: *main always: *artifacts |