mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
CI: run CTS for each commit
This commit is contained in:
parent
ab5b600bf1
commit
37af37b721
1 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
trigger_job:
|
||||
stages:
|
||||
- build
|
||||
- cts
|
||||
|
||||
build_trigger_job:
|
||||
stage: build
|
||||
variables:
|
||||
# the build script assumes it's run from a MR context
|
||||
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: master
|
||||
|
@ -8,3 +13,11 @@ trigger_job:
|
|||
trigger:
|
||||
project: android_translation_layer/aports
|
||||
branch: atl-nightlies-atl
|
||||
strategy: depend
|
||||
|
||||
|
||||
cts_trigger_job:
|
||||
stage: cts
|
||||
trigger:
|
||||
project: android_translation_layer/android_translation_layer.gitlab.io
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue