osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/40/43240/1
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