diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-10-23 07:41:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 07:41:43 -0700 |
commit | 79befd5158c8f01a88e4d14e46851ddcc11d51c4 (patch) | |
tree | c823e9f68d9857d2abf819d8529259000ea00d24 /.cirrus.yml | |
parent | ab2b3d64ceaf496107c734575581460185c97369 (diff) | |
parent | 4de69da7bd5739a0845e3c0cae751d4c5eb615f4 (diff) | |
download | podman-79befd5158c8f01a88e4d14e46851ddcc11d51c4.tar.gz podman-79befd5158c8f01a88e4d14e46851ddcc11d51c4.tar.bz2 podman-79befd5158c8f01a88e4d14e46851ddcc11d51c4.zip |
Merge pull request #1648 from cevich/cirrus_podbot
Add simple IRC messenger
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 473184ad2..153a97f86 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,8 +21,6 @@ env: CRIO_COMMIT: "662dbb31b5d4f5ed54511a47cde7190c61c28677" CRIU_COMMIT: "584cbe4643c3fc7dc901ff08bf923ca0fe7326f9" RUNC_COMMIT: "ad0f5255060d36872be04de22f8731f38ef2d7b1" - # Enable debugging delay on test-failure if non-empty. - FLAKE_DEBUG_DELAY: 1 # File to update in home-dir with task-specific env. var values ENVLIB: ".bash_profile" # Overrides default location (/tmp/cirrus) for repo clone @@ -32,6 +30,7 @@ env: # Save a little typing (path relative to $CIRRUS_WORKING_DIR) SCRIPT_BASE: "./contrib/cirrus" PACKER_BASE: "./contrib/cirrus/packer" + IRCID: ENCRYPTED[e87bba62a8e924dc70bdb2b66b16f6ab4a60d2870e6e5534ae9e2b0076f483c71c84091c655ca239101e6816c5ec0883] # Every *_task runs in parallel in separate VMs. The name prefix only for reference # in WebUI, and will be followed by matrix details. This task does all the @@ -64,6 +63,8 @@ full_vm_testing_task: integration_test_script: $SCRIPT_BASE/integration_test.sh + success_script: $SCRIPT_BASE/success.sh + # This task build new images for future PR testing, but only after a PR merge. # These images save needing to install/setup the same environment to test every |