This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CI scripts".
The branch, master has been updated
via 41e8427732acc804caae01983e1913c7a0310d39 (commit)
via cf60aaa5f219118fb9e521832067622ce629f894 (commit)
via 874f03a3a25bb0fb7416834600fb2f5189a3dddd (commit)
via 6d9ba13ef03438189ba0bc52bb27166b80cc1cd1 (commit)
via 4280b49da8a9a93fddcaf8d624eeaf527a6af684 (commit)
via 7b27e143400d620b70338616aabbbed92fe84c80 (commit)
from 9dd60ec017fbd12a23462ab045cbf4d2041d3aec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ci/commit/?id=41e8427732acc804caae01983e1913c7…
commit 41e8427732acc804caae01983e1913c7a0310d39
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Oct 30 03:58:52 2017 +0100
gitignore: also ignore jenkins-jobs.ini with a dash
Some may "accidentally" use a dash when reading the README file.
Change-Id: I34877e2ba874c71b1be0079125f3662a9492a314
http://cgit.osmocom.org/osmo-ci/commit/?id=cf60aaa5f219118fb9e521832067622c…
commit cf60aaa5f219118fb9e521832067622ce629f894
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Oct 30 04:02:11 2017 +0100
jobs: yml files: set vim expandtab (and shiftwidth)
Having tabs in the yml files cause parse errors. For vim convenience, add
comments that instruct vim to expand the tabs to spaces.
Change-Id: I5f0598a31e30d1a9440c40935644bb782f645664
http://cgit.osmocom.org/osmo-ci/commit/?id=874f03a3a25bb0fb7416834600fb2f51…
commit 874f03a3a25bb0fb7416834600fb2f5189a3dddd
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Oct 30 03:57:33 2017 +0100
jobs: overhaul README to actually help in usage
Change-Id: I5981583d9248bfb47a42e930bd7733bfbce1219c
http://cgit.osmocom.org/osmo-ci/commit/?id=6d9ba13ef03438189ba0bc52bb27166b…
commit 6d9ba13ef03438189ba0bc52bb27166b80cc1cd1
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Oct 30 04:38:59 2017 +0100
jobs: fix multiline cmds with less-indented first line comments
Interestingly enough, only a line that has more indenting than the first line
also receives an actual newline in the resulting jenkins Execute Shell section.
Hence insert '# keep first line with less indent' comments.
Change-Id: I13bcb41fa0e59b60a201c2b769bad42067e34ab8
http://cgit.osmocom.org/osmo-ci/commit/?id=4280b49da8a9a93fddcaf8d624eeaf52…
commit 4280b49da8a9a93fddcaf8d624eeaf527a6af684
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Oct 30 03:36:01 2017 +0100
jobs: gerrit: fix: don't do git plugin cleanup
After the "manual" cleanup from I2409b2928b4d7ebbd6c005097d4ad7337307dd93
has
been applied in numerous jenkins.sh scripts of the various osmocom projects,
drop the git plugin cleanup step.
Rationale:
- The git plugin cleanup apparently does not check against non-writable files,
like leftovers from a failed 'make distcheck'. If any are left behind, the
build fails even before the build steps start.
- The git cleanup would wipe out all git clones, which we're trying to re-use
across rebuilds now.
The osmo-clean-workspace.sh takes care of this, so don't use the jenkins
plugin.
Change-Id: I8a43b851cef2ad7e8582f1e9bbe3547e3b77fc1a
http://cgit.osmocom.org/osmo-ci/commit/?id=7b27e143400d620b70338616aabbbed9…
commit 7b27e143400d620b70338616aabbbed92fe84c80
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Oct 30 03:35:23 2017 +0100
jobs: gerrit: fix osmo-msc: missing ARTIFACT_STORE docker mount
Change-Id: Ibeca6f1afad263fb9756ad1d6ce3e55d51ac322b
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
jobs/README.adoc | 70 ++++++++++++++++++++++++++++---------
jobs/gerrit-verifications.yml | 10 +++---
jobs/osmocom-nightly-nitb-split.yml | 2 ++
jobs/osmocom-obs-latest.yml | 2 ++
5 files changed, 64 insertions(+), 21 deletions(-)
hooks/post-receive
--
CI scripts