[MediaWiki-commits] [Gerrit] integration/config[master]: scholarships: use composer-php56-jessie

2018-01-20 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/404229 )

Change subject: scholarships: use composer-php56-jessie
..


scholarships: use composer-php56-jessie

This change also add php56lint to jobs allowed for check* pipelines and
removes the non unused php53lint job.

Bug: T184885
Change-Id: If37202d169827c2f72d9c8adbabe6510185c9565
---
M tests/test_zuul_scheduler.py
M zuul/layout.yaml
2 files changed, 10 insertions(+), 5 deletions(-)

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



diff --git a/tests/test_zuul_scheduler.py b/tests/test_zuul_scheduler.py
index 056db8b..ec6e30b 100644
--- a/tests/test_zuul_scheduler.py
+++ b/tests/test_zuul_scheduler.py
@@ -174,6 +174,7 @@
 self.assertTrue(
 any([job for job in definition
  if job.endswith(('php55lint')) or
+ job.endswith(('php56lint')) or
  job.startswith('mediawiki-extensions-') or
  job.startswith(('composer-', 'mwgate-composer'))]),
 'Project %s pipeline %s must have either '
@@ -337,8 +338,8 @@
 
 # List of jobs allowed in check* pipelines
 safe_jobs = [
-'(php5[35]|yaml)lint',
-'.*-(js|shell|php5[35]|)lint',
+'(php5[56]|yaml)lint',
+'.*-(js|shell|php5[56]|)lint',
 '.*-(tabs|typos)',
 '.*-whitespaces',
 'noop',
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 49abcaa..8890c06 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -2783,9 +2783,13 @@
   - name: composer-test
 
   - name: wikimedia/wikimania-scholarships
-template:
- - name: npm-docker
- - name: composer-test
+check:
+  - php56lint
+  - composer-validate
+test: &wikimania-scholarships-test
+  - npm-node-6-docker
+  - composer-php56-jessie
+gate-and-submit: *wikimania-scholarships-test
 
   - name: wikimedia/textcat
 template:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If37202d169827c2f72d9c8adbabe6510185c9565
Gerrit-PatchSet: 4
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: BryanDavis 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: Legoktm 
Gerrit-Reviewer: Paladox 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] integration/config[master]: scholarships: use composer-php56-jessie

2018-01-14 Thread BryanDavis (Code Review)
BryanDavis has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/404229 )

Change subject: scholarships: use composer-php56-jessie
..

scholarships: use composer-php56-jessie

Bug: T184885
Change-Id: If37202d169827c2f72d9c8adbabe6510185c9565
---
M zuul/layout.yaml
1 file changed, 8 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/29/404229/1

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index fa9707b..90e1688 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -2779,9 +2779,14 @@
   - name: composer-test
 
   - name: wikimedia/wikimania-scholarships
-template:
- - name: npm-docker
- - name: composer-test
+check:
+  - php56lint
+  - composer-validate
+test: &wikimania-scholarships-test
+  - npm-node-6-docker
+  - php56lint
+  - composer-php56-jessie
+gate-and-submit: *wikimania-scholarships-test
 
   - name: wikimedia/textcat
 template:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If37202d169827c2f72d9c8adbabe6510185c9565
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: BryanDavis 

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