osmith has uploaded this change for review.

View Change

jobs/master-builds: xgoldmon: remove osmo-ci dir

Fix running the job multiple times in a row. As the master jobs don't
wipe the git repositories, we need to remove the osmo-ci dir first
before attempting another shallow clone.

Fixes: 451cbe7d ("jobs/master-builds: add xgoldmon")
Change-Id: I877944dbca9d1c3ca57b05e947ba9b3506971bdc
---
M jobs/master-builds.yml
1 file changed, 15 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/49/34249/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index f57bc96..b102563 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -529,6 +529,7 @@
- xgoldmon:
git_base_url: https://github.com/2b-as
cmd: |
+ rm -rf osmo-ci
git clone --depth=1 https://gerrit.osmocom.org/osmo-ci -b master
{docker_run_ccache} {docker_img} {timeout_cmd} /build/osmo-ci/scripts/xgoldmon-jenkins.sh


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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I877944dbca9d1c3ca57b05e947ba9b3506971bdc
Gerrit-Change-Number: 34249
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange