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
commit 3e8e2a5035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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