osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/43240?usp=email )
Change subject: scripts/update-osmo-ci: rename from contrib/jenkins.sh
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
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 https://gerrit.osmocom.org/c/osmo-ci/+/43240?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ie9793663aa9b60683fc78c738b550913e8f01fbb
Gerrit-Change-Number: 43240
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>