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

Change subject: Generalise cdb-coverage into phpunit-coverage-publish
......................................................................


Generalise cdb-coverage into phpunit-coverage-publish

Change-Id: I950fac50ec68d1097af48e98b9ad69c89276a137
---
M jjb/misc.yaml
M zuul/layout.yaml
2 files changed, 6 insertions(+), 6 deletions(-)

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



diff --git a/jjb/misc.yaml b/jjb/misc.yaml
index 0c1f96c..e872cbd 100644
--- a/jjb/misc.yaml
+++ b/jjb/misc.yaml
@@ -1,7 +1,7 @@
 
-# Doxygen Publish job for PHP packages
-# The doc.wm.o subdirectory must be the same
-# as the git repository name
+# Publish Doxygen-generated docs to doc.wikimedia.org
+# NOTE: Only use this generic job if the desired public directory name
+# matches the Git repository name.
 - job:
     name: 'doxygen-publish'
     node: contintLabsSlave && UbuntuTrusty
@@ -19,7 +19,7 @@
      - global-teardown
 
 - job:
-    name: 'cdb-coverage'
+    name: 'phpunit-coverage-publish'
     node: contintLabsSlave && UbuntuTrusty
     defaults: use-remote-zuul-shallow-clone
     concurrent: false
@@ -31,7 +31,7 @@
      - phpunit-coverage
      - cover-publish:
         src: 'coverage'
-        dest: 'cdb'
+        dest: '$ZUUL_PROJECT'
     publishers:
      - global-teardown
 
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index d549175..2191b22 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -7633,7 +7633,7 @@
      - name: composer-test-package
     postmerge:
       - doxygen-publish
-      - cdb-coverage
+      - phpunit-coverage-publish
 
   - name: utfnormal
     template:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I950fac50ec68d1097af48e98b9ad69c89276a137
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
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