mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Merge pull request #8018 from cevich/docker_py_vm
Cirrus: Execute docker-py tests on a VM
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user