mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +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
|
only_if: *not_docs
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
container: *smallcontainer
|
gce_instance: *standardvm
|
||||||
env:
|
env:
|
||||||
<<: *stdenvars
|
<<: *stdenvars
|
||||||
TEST_FLAVOR: docker-py
|
TEST_FLAVOR: docker-py
|
||||||
TEST_ENVIRON: container
|
TEST_ENVIRON: container
|
||||||
gopath_cache: *ro_gopath_cache
|
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
|
setup_script: *setup
|
||||||
main_script: *main
|
main_script: *main
|
||||||
always: *artifacts
|
always: *artifacts
|
||||||
|
Reference in New Issue
Block a user