jenkins-bot has submitted this change and it was merged.

Change subject: testextensions jobs now fetches Zuul ref over git
......................................................................


testextensions jobs now fetches Zuul ref over git

The default fetch the extension under 'extensions/{ext-name}' which is
the same as $ZUUL_PROJECT.

Use the remote reference while we are at it.

Change-Id: I0f290bd816a67a473111e6d4287f3c1ba5395726
---
M defaults.yaml
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/defaults.yaml b/defaults.yaml
index 0a09886..6fe2855 100644
--- a/defaults.yaml
+++ b/defaults.yaml
@@ -78,11 +78,12 @@
 
     scm:
      - git:
-        url: '/srv/ssd/zuul/git/mediawiki/extensions/{ext-name}'
-        basedir: 'extensions/{ext-name}'
+        url: 'git://integration.wikimedia.org/$ZUUL_PROJECT'
+        reference-repo: '/srv/ssd/gerrit/$ZUUL_PROJECT.git'
         branches:
          - '$ZUUL_COMMIT'
         refspec: '$ZUUL_REF'
+        basedir: '$ZUUL_PROJECT'
 
     wrappers:
       - timeout:

-- 
To view, visit https://gerrit.wikimedia.org/r/84918
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0f290bd816a67a473111e6d4287f3c1ba5395726
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to