File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ queue_rules:
1818
1919 merge_conditions :
2020 # list of CI checks that need to pass
21+ - check-success=system-test-environment-setup
22+ - check-success=changes
23+ - check-success=build-test-images
24+ - check-success=build-test-images-frontend
2125 - check-success=unit-tests
2226 - check-success=integration-tests
2327 - check-success=system-tests
@@ -41,6 +45,10 @@ pull_request_rules:
4145 - " #review-threads-unresolved=0" # All review threads resolved
4246
4347 - or :
48+ - check-failure=system-test-environment-setup
49+ - check-failure=changes
50+ - check-failure=build-test-images
51+ - check-failure=build-test-images-frontend
4452 - check-failure=unit-tests
4553 - check-failure=integration-tests
4654 - check-failure=system-tests
You can’t perform that action at this time.
0 commit comments