summaryrefslogtreecommitdiffstats
path: root/scripts/ci/configure.sh
Commit message (Collapse)AuthorAgeFilesLines
* Output site.conf during CI configure stepLaurent Bonnans2019-07-231-0/+3
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Gitlab pipeline for building core-image-minimalLaurent Bonnans2019-07-161-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | Including these points (initially as separate commits): * Try caching updater-repo in gitlab * Only patch aktualizr recipe in CI if needed * Run under user 4321 in bitbake docker image * Add ability to supply METADIR to envsetup.sh So that we can bypass the "relative path from the script" trick that doesn't work with symlinks. * Checkout the PR base branch * do not run on pushes * run on runners with "gitlab" tag * Print all revisions after repo checkout on CI * Pull CI image from the base branch instead of master * More robust checkout in CI * Only store updater-repo artifacts for one day * Use "stretch" instead of "stable" for Debian release in Dockerfile (in fact, stable just changed to buster) * Move UPDATER_REPO variable out of .gitlab-ci.yml To be defined in the project's settings * Make docker CI stage buildable on shared runners Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Setup garage credentials for oe-selftest CILaurent Bonnans2018-09-061-7/+18
|
* Add caching to CI bitbakingLaurent Bonnans2018-06-251-2/+23
| | | | | Also fix various issues with environment variables and file transfers to Docker
* Use plain bash instead of hacky sed for CI config filesLaurent Bonnans2018-06-221-10/+10
|
* Bitbake build from JenkinsLaurent Bonnans2018-06-181-0/+33