Skip to content

Commit c17baef

Browse files
author
Marek Fiala
committed
feat(test): Lower the scope when win tests are automatically executed
Introduced new rule "atterns-build_system_win", that coveres scope for windows test. It currently contains only "tools/test_build_system/**/*".
1 parent 94994f7 commit c17baef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitlab/ci/dependencies/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191
specific_rules:
9292
- if-schedule-test-build-system-windows
9393
patterns:
94-
- build_system
94+
- build_system_win

.gitlab/ci/rules.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
- "tools/ci/ci_build_apps.py"
5757
- "tools/test_build_system/**/*"
5858

59+
.patterns-build_system_win: &patterns-build_system_win
60+
- "tools/test_build_system/**/*"
61+
5962
.patterns-build_macos: &patterns-build_macos
6063
- "tools/ci/test_configure_ci_environment.sh"
6164

@@ -392,7 +395,7 @@
392395
- <<: *if-schedule-test-build-system-windows
393396
- <<: *if-label-windows
394397
- <<: *if-dev-push
395-
changes: *patterns-build_system
398+
changes: *patterns-build_system_win
396399

397400
.rules:test:host_test:
398401
rules:

0 commit comments

Comments
 (0)