Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/84946


Change subject: get rid of the old git-zuul macro
......................................................................

get rid of the old git-zuul macro

We are now using git-remote-zuul to fetch the Zuul reference over the
git protocol.  Phasing out the old macro which should really not be
used.

No jobs changed.

Change-Id: I1d4ec5b1a94befde16f6e1e2c8171ee55a5d4e45
---
M macro-scm.yaml
M mobile.yaml
2 files changed, 2 insertions(+), 27 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/46/84946/1

diff --git a/macro-scm.yaml b/macro-scm.yaml
index 746f16d..ac626c1 100644
--- a/macro-scm.yaml
+++ b/macro-scm.yaml
@@ -17,32 +17,6 @@
         wipe-workspace: false
         clean: true
 
-# Fetch a ZUUL_REF from Zuul non bare repo for a project while
-# specifying whether we want to fetch submodules as well.
-#
-# @param disable-submodules (true/false) whether to NOT fetch submodules
-- scm:
-    name: git-zuul
-    scm:
-     - git:
-        url: '/srv/ssd/zuul/git/$ZUUL_PROJECT'
-        branches:
-         - '$ZUUL_COMMIT'
-        refspec: '$ZUUL_REF'
-        disable-submodules: '{disable-submodules}'
-
-- scm:
-    name: git-zuul-no-submodules
-    scm:
-     - git-zuul:
-        disable-submodules: true
-
-- scm:
-    name: git-zuul-with-submodules
-    scm:
-     - git-zuul:
-        disable-submodules: false
-
 - scm:
     name: git-remote-zuul
     scm:
diff --git a/mobile.yaml b/mobile.yaml
index cded4e2..630eb80 100644
--- a/mobile.yaml
+++ b/mobile.yaml
@@ -30,7 +30,8 @@
             - "newVersion=${ZUUL_COMMIT}"
 
     # Now call the usual packaging target. We are invoking 'clean' just in
-    # case, the workspace is wiped out by 'git-zuul' scm above.
+    # case, the workspace is wiped out by 'git-remote-zuul-no-submodules' scm
+    # above.
     maven:
       root-module:
         group-id: org.wikimedia

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d4ec5b1a94befde16f6e1e2c8171ee55a5d4e45
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to