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

Change subject: Fix php lint job attributes
......................................................................


Fix php lint job attributes

So that php53 is skipped when php55 is not. And also add the file pattern to
the php55 variant.

Bug: T126440
Change-Id: If19e4769e9442f4fe4eb895bc8bbbdd9609ca273
---
M zuul/layout.yaml
1 file changed, 8 insertions(+), 0 deletions(-)

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



diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 039a093..52135f6 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -637,6 +637,14 @@
   - name: php53lint
     files:
      - '^.*\.(php|php5|phtml|inc)$'
+    skip-if:
+     - project: '^mediawiki/.*$'
+       branch: (?!REL1_2[3-6]$)
+
+  - name: php55lint
+    files:
+     - '^.*\.(php|php5|phtml|inc)$'
+    branch: (?!REL1_2[3-6]$)
 
   - name: ^mediawiki-phpunit-php53-composer$
     # Release branch 1.23 does not support composer, hhvm variant is done by 
the next filter

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If19e4769e9442f4fe4eb895bc8bbbdd9609ca273
Gerrit-PatchSet: 3
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: JanZerebecki <jan.wikime...@zerebecki.de>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: JanZerebecki <jan.wikime...@zerebecki.de>
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