diff options
author | Brent Baude <bbaude@redhat.com> | 2020-02-20 11:01:14 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-02-22 09:43:19 -0600 |
commit | a64985c71bbb48652bef1d7a737ff5f7e1ec8fa9 (patch) | |
tree | b9f2c90947ad19a1916e8cdd96542e59fd805f5f /.cirrus.yml | |
parent | 822bf70e454126475e32034b3ce3c660752b99ad (diff) | |
download | podman-a64985c71bbb48652bef1d7a737ff5f7e1ec8fa9.tar.gz podman-a64985c71bbb48652bef1d7a737ff5f7e1ec8fa9.tar.bz2 podman-a64985c71bbb48652bef1d7a737ff5f7e1ec8fa9.zip |
enable ci on go binding tests
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 5c4cf470c..5051c7dd2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -552,6 +552,31 @@ special_testing_cgroupv2_task: <<: *standardlogs +special_testing_bindings_task: + + depends_on: + - "gating" + - "varlink_api" + - "vendor" + + only_if: >- + $CIRRUS_CHANGE_MESSAGE !=~ '.*CI:IMG.*' && + $CIRRUS_CHANGE_MESSAGE !=~ '.*CI:DOCS.*' + + env: + SPECIALMODE: 'bindings' # See docs + + timeout_in: 40m + + setup_environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}' + integration_test_script: '$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP}' + + on_failure: + failed_branch_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_branch_failure.sh' + + always: + <<: *standardlogs + special_testing_endpoint_task: depends_on: @@ -739,6 +764,7 @@ success_task: - "special_testing_cgroupv2" - "special_testing_cross" - "special_testing_endpoint" + - "special_testing_bindings" - "test_build_cache_images" - "test_building_snap" - "verify_test_built_images" |