Skip to content

Commit

Permalink
Merge pull request #8018 from cevich/docker_py_vm
Browse files Browse the repository at this point in the history
Cirrus: Execute docker-py tests on a VM
  • Loading branch information
openshift-merge-robot authored Oct 14, 2020
2 parents e3eb6fd + c921e3b commit 3e8e2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e8e2a5

Please sign in to comment.