jenkins-bot has submitted this change and it was merged. Change subject: Change apps-android-wikipedia-gradlew patterns ......................................................................
Change apps-android-wikipedia-gradlew patterns Gerrit currently links to the build console log[0]. This is convenient when a build failure occurs but requires going up a level for most other errors or information. We should link to the job build instead[1]. [0] https://integration.wikimedia.org/ci/job/apps-android-wikipedia-gradlew/1025/console [1] https://integration.wikimedia.org/ci/job/apps-android-wikipedia-gradlew/1025 Bug: T107716 Change-Id: I4123ca57bfb74fb9360f18cb821ea34b86f9f84b --- M zuul/layout.yaml 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 8aaf705..1cba9d7 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1612,6 +1612,11 @@ - name: apps-android-commons-build voting: false + # This job does more than one thing. Point to the build page and let the user drill into details. + - name: apps-android-wikipedia-gradlew + failure-pattern: 'https://integration.wikimedia.org/ci/job/{job.name}/{build.number}/' + success-pattern: 'https://integration.wikimedia.org/ci/job/{job.name}/{build.number}/' + # Lint not passing yet. The lintAlphaDebug will be integrated in the other # job later on. - name: apps-android-wikipedia-gradlew-lint -- To view, visit https://gerrit.wikimedia.org/r/230255 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4123ca57bfb74fb9360f18cb821ea34b86f9f84b Gerrit-PatchSet: 2 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Niedzielski <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
