diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-14 14:51:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 14:51:44 -0400 |
commit | 3e8e2a503544c7339f5b642301a0f3f090a075e8 (patch) | |
tree | e8509454f77b958dda75fd090deb0b303e83800c | |
parent | e3eb6fd0e4115162e10caf6ae2196fd8774657e0 (diff) | |
parent | c921e3b9da433f51d7a920623ca2534e3fba32ad (diff) | |
download | podman-3e8e2a503544c7339f5b642301a0f3f090a075e8.tar.gz podman-3e8e2a503544c7339f5b642301a0f3f090a075e8.tar.bz2 podman-3e8e2a503544c7339f5b642301a0f3f090a075e8.zip |
Merge pull request #8018 from cevich/docker_py_vm
Cirrus: Execute docker-py tests on a VM
-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 |