From 3ce465061b95ad06a151c4de4e0ca4f497e842a5 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 20 Oct 2021 12:58:26 +0200 Subject: gitlab-ci: add the internal tester Signed-off-by: Max Krummenacher --- .gitlab-ci.yml | 6 ++++++ README.md | 3 +++ tester/default.xml | 12 ++++++++++++ tester/integration.xml | 12 ++++++++++++ tester/next.xml | 12 ++++++++++++ 5 files changed, 45 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..1a4e53f --- /dev/null +++ b/tester/default.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/tester/integration.xml b/tester/integration.xml new file mode 100644 index 0000000..f585bdb --- /dev/null +++ b/tester/integration.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/tester/next.xml b/tester/next.xml new file mode 100644 index 0000000..ab3e0b7 --- /dev/null +++ b/tester/next.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- cgit v1.2.3