From 3a26b23ae80a2aec714d9d41831136ebf537022d Mon Sep 17 00:00:00 2001 From: Samuel Bissig Date: Wed, 20 Oct 2021 12:58:26 +0200 Subject: 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 --- .gitlab-ci.yml | 6 ++++++ README.md | 3 +++ tester/default.xml | 24 ++++++++++++++++++++++++ tester/integration.xml | 24 ++++++++++++++++++++++++ tester/next.xml | 24 ++++++++++++++++++++++++ 5 files changed, 81 insertions(+) create mode 100644 tester/default.xml create mode 100644 tester/integration.xml create mode 100644 tester/next.xml 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 diff --git a/README.md b/README.md index 9b4c6e5..6ebcee4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ the different git repositories and the used versions. This manifest allows setting up TorizonCore or Toradex Reference Images. +For our internal use it also allows to setup OE for the Toradex Easy Installer and +our internal Tester. + ## Getting Started and Documentation TorizonCore - [Step-by-step Getting Started Guide](https://developer.toradex.com/getting-started) diff --git a/tester/default.xml b/tester/default.xml new file mode 100644 index 0000000..86f2862 --- /dev/null +++ b/tester/default.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tester/integration.xml b/tester/integration.xml new file mode 100644 index 0000000..af43675 --- /dev/null +++ b/tester/integration.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tester/next.xml b/tester/next.xml new file mode 100644 index 0000000..edde48a --- /dev/null +++ b/tester/next.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3