[MERGED] osmo-ci[master]: jobs: master-builds: fix git master branch polling

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Dec 13 01:33:23 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: jobs: master-builds: fix git master branch polling
......................................................................


jobs: master-builds: fix git master branch polling

The 'refs/heads/origin/master' somehow caused that git polling would not
trigger builds. 'origin/master' was succesful in a manual test, so set all jobs
to that.

Change-Id: Id033d1bfce6cc9e20fbbf9be462842b9e44bde83
---
M jobs/master-builds.yml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved; Verified



diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 82e84d1..2606177 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -260,7 +260,7 @@
       - git:
          url: git://git.osmocom.org/{repos}
          branches:
-           - 'refs/remotes/origin/master'
+           - 'origin/master'
          refspec:
          name:
          wipe-workspace: false

-- 
To view, visit https://gerrit.osmocom.org/5311
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id033d1bfce6cc9e20fbbf9be462842b9e44bde83
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list