diff options
author | baude <bbaude@redhat.com> | 2019-05-08 15:21:33 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-05-13 12:17:55 -0500 |
commit | a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18 (patch) | |
tree | 2cf8fd1726f1053691d5dcd646f0028fa43b41fd /.cirrus.yml | |
parent | d2571c7fd49d22e822a6f3b3796488218c9f9e46 (diff) | |
download | podman-a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18.tar.gz podman-a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18.tar.bz2 podman-a86aa4b1e92a7d53c932dd0b06c9f51bfce47e18.zip |
split remote tests from distro tests
We want the remote tests for our distributions to be tested in a
different VM than the local tests. This allows for faster CI runs and
easier debug as well as seperation of flakes.
Signed-off-by: baude <bbaude@redhat.com>
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 |