Hashar has uploaded a new change for review.

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

Change subject: Prevent npm on 1.19 mw/core branch
......................................................................

Prevent npm on 1.19 mw/core branch

The mediawiki-core-npm job should not run on mediawiki/core REL1_19
branch since it does not have a packages.json. The job fails and thus
prevent changes from being merged.

Bug: T94551
Change-Id: I92f383a0bd1d97f5c2a398e0e25f3bbbcac2aedb
---
M zuul/layout.yaml
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/37/200837/1

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 62e735a..9d2dee9 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -624,6 +624,8 @@
   - name: ^mediawiki-core-npm$
     files:
      - '^(\.js.*|.*\.(js|json)$)'
+    # no packages.json in 1.19
+    branch: (?!REL1_19)
 
   - name: jsduck
     files:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I92f383a0bd1d97f5c2a398e0e25f3bbbcac2aedb
Gerrit-PatchSet: 1
Gerrit-Project: integration/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