diff options
| author | lbonn <lbonn@users.noreply.github.com> | 2018-06-27 16:01:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-27 16:01:51 +0200 |
| commit | b08439c2756ee1cc4020d92ce0abf087e64e94ef (patch) | |
| tree | fd22981b32d615e881f6ed495cfd8df1510b372a /scripts/ci/README.adoc | |
| parent | 81bdec797138ce2cdcfcea666caa5e64c8e4feb6 (diff) | |
| parent | ea7cf6a4a8cc4dcd04dac6fcdd6faf606f56e115 (diff) | |
| download | meta-updater-b08439c2756ee1cc4020d92ce0abf087e64e94ef.tar.gz | |
Merge pull request #348 from advancedtelematic/ci/dockerize
Ci/dockerize
Diffstat (limited to 'scripts/ci/README.adoc')
| -rw-r--r-- | scripts/ci/README.adoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/ci/README.adoc b/scripts/ci/README.adoc new file mode 100644 index 0000000..222982b --- /dev/null +++ b/scripts/ci/README.adoc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | = Jenkins setup for running meta-updater CI | ||
| 2 | |||
| 3 | As bitbake is quite resource-hungry, there are some special steps that are | ||
| 4 | needed to run Jenkins CI tasks: | ||
| 5 | |||
| 6 | - docker should be installed and the `jenkins` unix user should belong to | ||
| 7 | the `docker` group | ||
| 8 | - `/opt/jenkins` should exist and have `jenkins:jenkins` permissions, it | ||
| 9 | will be mapped as a volume on the same location in the docker build | ||
| 10 | container | ||
| 11 | |||
| 12 | Note that for nodes running Jenkins slaves as a docker container, the | ||
| 13 | `/opt/jenkins` directory must exist on the host system as well, with | ||
| 14 | permissions matching the user and groupd ids in Jenkins' docker | ||
