mirror of
https://github.com/containers/podman.git
synced 2025-10-19 04:03:23 +08:00
Merge pull request #6745 from vrothberg/1.9-disable-bindings-test
[1.9] CI: disable bindings tests
This commit is contained in:
27
.cirrus.yml
27
.cirrus.yml
@ -535,32 +535,6 @@ special_testing_cross_task:
|
||||
type: "application/octet-stream"
|
||||
|
||||
|
||||
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} | ${LOGFORMAT} integration_test'
|
||||
|
||||
on_failure:
|
||||
failed_branch_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_branch_failure.sh'
|
||||
|
||||
always:
|
||||
<<: *standardlogs
|
||||
|
||||
|
||||
special_testing_endpoint_task:
|
||||
|
||||
depends_on:
|
||||
@ -746,7 +720,6 @@ success_task:
|
||||
- "special_testing_in_podman"
|
||||
- "special_testing_cross"
|
||||
- "special_testing_endpoint"
|
||||
- "special_testing_bindings"
|
||||
- "test_build_cache_images"
|
||||
- "verify_test_built_images"
|
||||
- "docs"
|
||||
|
Reference in New Issue
Block a user