osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve pespin: Looks good to me, approved
scripts/update-osmo-ci: rename from contrib/jenkins.sh

In all other Osmocom repositories, the contrib/jenkins.sh is the script
we run in gerrit-verifications. Here we had such a script as well, but
it was for a different purpose, to update osmo-ci, osmo-gsm-manuals
repos on jenkins nodes and rebuild docker images, triggered by the
update-osmo-ci job. Rename the script to avoid confusion and to prepare
to add a script for running in gerrit-verifications.

Change-Id: Ie9793663aa9b60683fc78c738b550913e8f01fbb
---
M jobs/update-osmo-ci-on-slaves.yml
R scripts/update-osmo-ci/update-osmo-ci.sh
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml
index 9abefa9..f05c21c 100644
--- a/jobs/update-osmo-ci-on-slaves.yml
+++ b/jobs/update-osmo-ci-on-slaves.yml
@@ -47,7 +47,7 @@
- timed: "H H * * *"

builders:
- - shell: './contrib/jenkins.sh'
+ - shell: './scripts/update-osmo-ci/update-osmo-ci.sh'

wrappers:
- ansicolor:
diff --git a/contrib/jenkins.sh b/scripts/update-osmo-ci/update-osmo-ci.sh
similarity index 100%
rename from contrib/jenkins.sh
rename to scripts/update-osmo-ci/update-osmo-ci.sh

To view, visit change 43240. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ie9793663aa9b60683fc78c738b550913e8f01fbb
Gerrit-Change-Number: 43240
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>