diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-15 22:20:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-15 22:20:04 +0200 |
commit | 7ede1594652003e1ec545dc5c98c44142dcdd7c3 (patch) | |
tree | c336eb07ee946b91c84417dfc7ae04791f149ec8 /.cirrus.yml | |
parent | 3057572fc1d7955fd0425c1a478c58d5e2488f53 (diff) | |
parent | a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18 (diff) | |
download | podman-7ede1594652003e1ec545dc5c98c44142dcdd7c3.tar.gz podman-7ede1594652003e1ec545dc5c98c44142dcdd7c3.tar.bz2 podman-7ede1594652003e1ec545dc5c98c44142dcdd7c3.zip |
Merge pull request #3089 from baude/splittest
split remote tests from distro tests
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 514889969..5beed5c40 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -73,6 +73,7 @@ env: #### Default to NOT operating in any special-case testing mode #### SPECIALMODE: "none" # don't do anything special + TEST_REMOTE_CLIENT: false # don't test remote client by default #### #### Credentials and other secret-sauces, decrypted at runtime when authorized. @@ -266,6 +267,11 @@ testing_task: - "vendor" - "build_each_commit" + env: + matrix: + TEST_REMOTE_CLIENT: true + TEST_REMOTE_CLIENT: false + gce_instance: image_project: "libpod-218412" zone: "us-central1-a" # Required by Cirrus for the time being |