<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/scripts/ci, branch ci/conf-debug</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=ci%2Fconf-debug</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=ci%2Fconf-debug'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-07-23T09:15:51+00:00</updated>
<entry>
<title>Remove Jenkins references in meta-updater</title>
<updated>2019-07-23T09:15:51+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-23T09:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=82308b9f8f1509d77330e70e162a1b066ad85e34'/>
<id>urn:sha1:82308b9f8f1509d77330e70e162a1b066ad85e34</id>
<content type='text'>
Was killed for good

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Fix issue with gitlab and Docker 19</title>
<updated>2019-07-23T07:55:29+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-23T07:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5d868c995da18f865e2ad852ff8ea27cf404ce84'/>
<id>urn:sha1:5d868c995da18f865e2ad852ff8ea27cf404ce84</id>
<content type='text'>
(use docker 18)

See https://gitlab.com/gitlab-org/gitlab-runner/issues/4499

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Output site.conf during CI configure step</title>
<updated>2019-07-23T07:11:43+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-22T15:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=71fbe1fd89e2869dbcad20f1b1c4fbaba4338f15'/>
<id>urn:sha1:71fbe1fd89e2869dbcad20f1b1c4fbaba4338f15</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Fix pre-clean of repo manifests</title>
<updated>2019-07-19T09:06:52+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-19T09:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=aa02efc39ead71faa6708e01eae24f445df672b2'/>
<id>urn:sha1:aa02efc39ead71faa6708e01eae24f445df672b2</id>
<content type='text'>
Was causing problem with cache when updater-repo was updated

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Fix PIN_LIST in checkout-oe.sh</title>
<updated>2019-07-18T14:40:34+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-18T14:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=404f1c929cb838af7bd32661d2da7edecd607243'/>
<id>urn:sha1:404f1c929cb838af7bd32661d2da7edecd607243</id>
<content type='text'>
It didn't work if the manifest already had a revision specified

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Work around oe-selftest bug on sumo/thud</title>
<updated>2019-07-18T10:10:26+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-18T09:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=fae21b63caba6c4f5b8d76c948897dd9c1553069'/>
<id>urn:sha1:fae21b63caba6c4f5b8d76c948897dd9c1553069</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Reusable meta-updater pipeline suite</title>
<updated>2019-07-16T14:47:13+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-05T15:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5463396b1d47a122f5aef9a619244fd1777c0b56'/>
<id>urn:sha1:5463396b1d47a122f5aef9a619244fd1777c0b56</id>
<content type='text'>
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 &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Gitlab pipeline for building core-image-minimal</title>
<updated>2019-07-16T14:25:55+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-04T13:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9eebc8d15a297d68fc35dd4d77fcb945d2f395b2'/>
<id>urn:sha1:9eebc8d15a297d68fc35dd4d77fcb945d2f395b2</id>
<content type='text'>
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 &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Configure oe-selftests to run on specific node label</title>
<updated>2018-12-14T13:29:47+00:00</updated>
<author>
<name>Manikandan Kandasamy</name>
<email>kmanikandan.kmk@gmail.com</email>
</author>
<published>2018-12-14T10:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=6cfb8d4293131e61c5a216b724a1cf5d1ab5d1db'/>
<id>urn:sha1:6cfb8d4293131e61c5a216b724a1cf5d1ab5d1db</id>
<content type='text'>
Signed-off-by: Manikandan Kandasamy &lt;manikandan.kandasamy@here.com&gt;
</content>
</entry>
<entry>
<title>Split yocto builds from yocto selftests</title>
<updated>2018-09-06T09:45:07+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2018-06-27T14:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=12ee01db91117005b79a9264d8509a2daf86fa80'/>
<id>urn:sha1:12ee01db91117005b79a9264d8509a2daf86fa80</id>
<content type='text'>
In a separate Jenkinsfile right now, with a lot of duplication. Let's
hope to find a cleaner way
</content>
</entry>
</feed>
