summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSamuel Bissig <samuel.bissig@toradex.com>2021-10-20 12:58:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-22 15:50:40 +0000
commit3a26b23ae80a2aec714d9d41831136ebf537022d (patch)
tree406b0f22a72f9e8fa05fa503f2f66749dadf8bc1 /.gitlab-ci.yml
parent87612c6d2168532b00d11a1c661213c20c4e8395 (diff)
tester: pull in from dunfell
Pull in from dunfell-5.x.y commit 9f32a31 ("tester: bump git hashes") Add missing ti layers. Signed-off-by: Samuel Bissig <samuel.bissig@toradex.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0008f40..8dcf21f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,12 @@ repo-sync:
- ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tdxref/next.xml
- ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tester/default.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tester/integration.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tester/next.xml
+ - ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/default.xml
- ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/integration.xml