osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/34249 )

Change subject: jobs/master-builds: xgoldmon: remove osmo-ci dir
......................................................................

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(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  fixeria: Looks good to me, approved




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 https://gerrit.osmocom.org/c/osmo-ci/+/34249
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I877944dbca9d1c3ca57b05e947ba9b3506971bdc
Gerrit-Change-Number: 34249
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to