aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-15 22:20:04 +0200
committerGitHub <noreply@github.com>2019-05-15 22:20:04 +0200
commit7ede1594652003e1ec545dc5c98c44142dcdd7c3 (patch)
treec336eb07ee946b91c84417dfc7ae04791f149ec8 /.cirrus.yml
parent3057572fc1d7955fd0425c1a478c58d5e2488f53 (diff)
parenta86aa4b1e92a7d53c932dd0b06c9f51bfce47e18 (diff)
downloadpodman-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.yml6
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