Hashar has uploaded a new change for review.
https://gerrit.wikimedia.org/r/60651
Change subject: integration-zuul-layoutdiff
......................................................................
integration-zuul-layoutdiff
Diff the zuul-server configuration output with the previous commit.
Mostly for debugging/validation purposes.
Change-Id: I7322a16da7ed4c7aa26278ac20686c7442f275e0
---
M integration.yaml
1 file changed, 15 insertions(+), 0 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config
refs/changes/51/60651/1
diff --git a/integration.yaml b/integration.yaml
index 32d95d3..920daf8 100644
--- a/integration.yaml
+++ b/integration.yaml
@@ -23,6 +23,20 @@
# FIXME change path whenever we have zuul packaged.
/usr/local/bin/zuul-server -t -l "$WORKSPACE"/layout.yaml
+- job-template:
+ name: 'integration-zuul-layoutdiff'
+ defaults: use-zuul
+ triggers:
+ - zuul
+ builders:
+ - shell: |
+ set +e
+ # FIXME change path whenever we have zuul packaged.
+ /usr/local/bin/zuul-server -t -l "$WORKSPACE"/layout.yaml 2>current.txt
+ git checkout HEAD^
+ /usr/local/bin/zuul-server -t -l "$WORKSPACE"/layout.yaml 2>before.txt
+ diff -u before.txt current.txt
+
- project:
name: 'integration-docroot'
jobs:
@@ -32,6 +46,7 @@
name: 'integration-zuul-config'
gerrit-name: 'integration/zuul-config'
jobs:
+ - 'integration-zuul-layoutdiff'
- 'integration-zuul-layoutvalidation'
- '{name}-yamllint'
--
To view, visit https://gerrit.wikimedia.org/r/60651
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7322a16da7ed4c7aa26278ac20686c7442f275e0
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits