Merge pull request #8018 from cevich/docker_py_vm

Cirrus: Execute docker-py tests on a VM
This commit is contained in:
OpenShift Merge Robot
2020-10-14 14:51:44 -04:00
committed by GitHub

View File

@ -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