summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-10-14 11:39:27 -0400
committerChris Evich <cevich@redhat.com>2020-10-14 11:39:27 -0400
commitc921e3b9da433f51d7a920623ca2534e3fba32ad (patch)
treee321553abbd2fbbc2f35cb5412b43e0997962a5a /.cirrus.yml
parentd30b4b7aa5076c3192faada7d408f039a40414eb (diff)
downloadpodman-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.yml4
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