You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
CI: run CTS for each commit
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
trigger_job:
|
stages:
|
||||||
|
- build
|
||||||
|
- cts
|
||||||
|
|
||||||
|
build_trigger_job:
|
||||||
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
# the build script assumes it's run from a MR context
|
# the build script assumes it's run from a MR context
|
||||||
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: master
|
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: master
|
||||||
@@ -8,3 +13,11 @@ trigger_job:
|
|||||||
trigger:
|
trigger:
|
||||||
project: android_translation_layer/aports
|
project: android_translation_layer/aports
|
||||||
branch: atl-nightlies-atl
|
branch: atl-nightlies-atl
|
||||||
|
strategy: depend
|
||||||
|
|
||||||
|
|
||||||
|
cts_trigger_job:
|
||||||
|
stage: cts
|
||||||
|
trigger:
|
||||||
|
project: android_translation_layer/android_translation_layer.gitlab.io
|
||||||
|
branch: master
|
||||||
|
|||||||
Reference in New Issue
Block a user