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

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(-)

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



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: merged
Gerrit-Change-Id: I92f383a0bd1d97f5c2a398e0e25f3bbbcac2aedb
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to