From 37af37b72117ac468a0053ffb26a3463bd901f7f Mon Sep 17 00:00:00 2001 From: Mis012 Date: Fri, 7 Feb 2025 18:24:15 +0100 Subject: [PATCH] CI: run CTS for each commit --- .gitlab-ci.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb1053b4..fedee517 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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