ci: рубильник RUN_ALL для прогона всех gradle-сервисов (кроме pcp-tgu-ui-service)

Run pipeline + RUN_ALL=true прогоняет test/build/package всех бэкендов
независимо от changes; deploy:dev остаётся ручным. Обычный пуш по-прежнему
собирает только изменившийся сервис. pcp-tgu-ui-service source-guard-нут
(только push), чтобы не попадать в RUN_ALL/web-пайплайны.
This commit is contained in:
Дмитрий Соловьев
2026-06-09 14:55:04 +03:00
parent f11e143a9c
commit c2a847fc2e
15 changed files with 65 additions and 6 deletions
+4
View File
@@ -20,6 +20,7 @@ variables:
.stations:rules:build-and-image:
rules:
- if: '$RUN_ALL == "true"'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: *stations_changes
- if: '$CI_COMMIT_BRANCH == "dev"'
@@ -30,6 +31,7 @@ variables:
.stations:rules:test:
rules:
- if: '$RUN_ALL == "true"'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: *stations_changes
- if: '$CI_COMMIT_BRANCH == "dev"'
@@ -41,6 +43,8 @@ variables:
.stations:rules:deploy-dev:
rules:
- if: '$RUN_ALL == "true"'
when: manual
- if: '$CI_COMMIT_BRANCH == "dev"'
changes: *stations_changes
when: manual