summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-10-20 12:58:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-10-20 15:29:01 +0200
commit3ce465061b95ad06a151c4de4e0ca4f497e842a5 (patch)
tree01d726fb66533e77816bed6c2953fbdc6607646e
parent438a914de6054490c8a1edbb5d3a441a69ece49e (diff)
gitlab-ci: add the internal tester
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--.gitlab-ci.yml6
-rw-r--r--README.md3
-rw-r--r--tester/default.xml12
-rw-r--r--tester/integration.xml12
-rw-r--r--tester/next.xml12
5 files changed, 45 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
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <include name="base/pinned.xml" />
+ <include name="bsp/pinned-nxp.xml" />
+ <include name="bsp/pinned-tdx.xml" />
+
+ <remote alias="repo" fetch="http://gitlab.toradex.int/som-fct" name="trdx-int"/>
+
+ <project name="meta-toradex-tester.git" path="layers/meta-toradex-tester" remote="trdx-int" revision="55b54ba89436d30da031c0d390c0b003ed6b48cd" upstream="dunfell-5.x.y">
+ <copyfile dest="export" src="buildconf/export"/>
+ </project>
+</manifest>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <include name="base/pinned.xml" />
+ <include name="bsp/pinned-nxp.xml" />
+ <include name="bsp/integration-tdx.xml" />
+
+ <remote alias="repo" fetch="http://gitlab.toradex.int/som-fct" name="trdx-int"/>
+
+ <project name="meta-toradex-tester.git" path="layers/meta-toradex-tester" remote="trdx-int" revision="dunfell-5.x.y">
+ <copyfile dest="export" src="buildconf/export"/>
+ </project>
+</manifest>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <include name="base/integration.xml" />
+ <include name="bsp/integration-nxp.xml" />
+ <include name="bsp/integration-tdx.xml" />
+
+ <remote alias="repo" fetch="http://gitlab.toradex.int/som-fct" name="trdx-int"/>
+
+ <project name="meta-toradex-tester.git" path="layers/meta-toradex-tester" remote="trdx-int" revision="dunfell-5.x.y">
+ <copyfile dest="export" src="buildconf/export"/>
+ </project>
+</manifest>