Hashar has submitted this change and it was merged.

Change subject: regroup scm macros
......................................................................


regroup scm macros

git-mwext-in-root moved from macro.yaml to macro-scm.yaml

Change-Id: I25cf8c42a959489d94d3abf5e159e8e3f3c8e6bb
---
M macro-scm.yaml
M macro.yaml
2 files changed, 15 insertions(+), 15 deletions(-)

Approvals:
  Hashar: Verified; Looks good to me, approved



diff --git a/macro-scm.yaml b/macro-scm.yaml
index 7351811..675e6ba 100644
--- a/macro-scm.yaml
+++ b/macro-scm.yaml
@@ -42,3 +42,18 @@
      - git-zuul:
         disable-submodules: false
         gerrit-name: '{gerrit-name}'
+
+# Fetch an extension at the root of the workspace
+#
+# Example usage:
+# scm:
+#  - git-mwext-in-root:
+#    ext-name: '{ext-name}'
+- scm:
+    name: git-mwext-in-root
+    scm:
+     - git:
+        url: '/var/lib/zuul/git/mediawiki/extensions/{ext-name}'
+        branches:
+         - '$ZUUL_BRANCH'
+        refspec: '$ZUUL_REF'
diff --git a/macro.yaml b/macro.yaml
index b0ffb23..2d5941d 100644
--- a/macro.yaml
+++ b/macro.yaml
@@ -214,18 +214,3 @@
         ./configure
         make
         make test
-
-# Fetch an extension at the root of the workspace
-#
-# Example usage:
-# scm:
-#  - git-mwext-in-root:
-#    ext-name: '{ext-name}'
-- scm:
-    name: git-mwext-in-root
-    scm:
-     - git:
-        url: '/var/lib/zuul/git/mediawiki/extensions/{ext-name}'
-        branches:
-         - '$ZUUL_BRANCH'
-        refspec: '$ZUUL_REF'

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

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

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

Reply via email to