diff options
| author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-07-05 17:45:39 +0200 |
|---|---|---|
| committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-07-17 16:08:28 +0300 |
| commit | 5855f0447617b9feed28a34631ff8ca7c6fe574c (patch) | |
| tree | 1920b8d42f2b08f63371f49090fa3f02f6183f38 /scripts/ci/Dockerfile.checkout | |
| parent | 008729039d1882aab310f3620a407ea0972a95fe (diff) | |
| download | meta-updater-Backport/sumo/secondaries.tar.gz | |
Reusable meta-updater pipeline suiteBackport/sumo/secondaries
Squashed:
* Oe-selftest GitLab pipeline stage
* Use credentials for CI's oe-selftest
* Setup kvm trick for docker on CI
The gid of the kvm group needs to match the one from the host
* Run ci scripts from Docker images
* Template out jobs and split .gitlab-ci.yml
To be easily reused in other branches and projects
Rely on this gitlab feature: https://docs.gitlab.com/ee/ci/yaml/#extends
* More flexible checkout script for CI
- can work without $CURRENT_PROJECT (checks out everything)
- can take a list of pinned versions
* Add optional CI jobs
ptest and other oe-selftests
* Publish bitbaked images as artifacts
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'scripts/ci/Dockerfile.checkout')
| -rw-r--r-- | scripts/ci/Dockerfile.checkout | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci/Dockerfile.checkout b/scripts/ci/Dockerfile.checkout index efec234..5210c6b 100644 --- a/scripts/ci/Dockerfile.checkout +++ b/scripts/ci/Dockerfile.checkout | |||
| @@ -7,3 +7,7 @@ RUN apt-get update -q && apt-get install -qy \ | |||
| 7 | git \ | 7 | git \ |
| 8 | repo \ | 8 | repo \ |
| 9 | xmlstarlet | 9 | xmlstarlet |
| 10 | |||
| 11 | # checkout script | ||
| 12 | RUN mkdir /scripts | ||
| 13 | COPY checkout-oe.sh /scripts/ | ||
