Hashar has uploaded a new change for review.

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

Change subject: Convert integration-composer-check* to a job template
......................................................................

Convert integration-composer-check* to a job template

Follow up f519c1f8

No jobs modified.

Change-Id: Ida9a75ba174221199194b3f27a32333f155f9657
---
M jjb/integration.yaml
1 file changed, 6 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/08/288608/1

diff --git a/jjb/integration.yaml b/jjb/integration.yaml
index 0349b68..631aeb5 100644
--- a/jjb/integration.yaml
+++ b/jjb/integration.yaml
@@ -133,19 +133,8 @@
 
 # Super basic sanity check for integration/composer repo
 - job-template:
-    name: 'integration-composer-check-php53'
-    node: contintLabsSlave && phpflavor-php53
-    defaults: use-remote-zuul-shallow-clone
-    concurrent: true
-    triggers:
-     - zuul
-    builders:
-     - shell: |
-        ./vendor/bin/composer --version
-
-- job-template:
-    name: 'integration-composer-check-php55'
-    node: contintLabsSlave && phpflavor-php55
+    name: 'integration-composer-check-{phpflavor}'
+    node: contintLabsSlave && phpflavor-{phpflavor}
     defaults: use-remote-zuul-shallow-clone
     concurrent: true
     triggers:
@@ -182,6 +171,7 @@
 - project:
     name: 'integration-composer'
     jobs:
-     - 'integration-composer-check-php53'
-     - 'integration-composer-check-php55'
-
+     - 'integration-composer-check-{phpflavor}':
+         phpflavor:
+             - php53
+             - php55

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ida9a75ba174221199194b3f27a32333f155f9657
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to