Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/71805
Change subject: set ansicolor colormap to vga ...................................................................... set ansicolor colormap to vga The default color set used by the Ansi color plugin are not very nice. This patch switch from xterm (the default) to vga which has higher contrast and is easier to the eyes. Depends on JJB upstream patch https://review.openstack.org/35494 Change-Id: I6be26d635be94acd9079753e9f0c89800164c97e --- M beta.yaml M defaults.yaml M macro.yaml M mediawiki.yaml M mobile.yaml 5 files changed, 12 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config refs/changes/05/71805/1 diff --git a/beta.yaml b/beta.yaml index 23cf31d..ac21955 100644 --- a/beta.yaml +++ b/beta.yaml @@ -31,7 +31,7 @@ timeout: 360 fail: true - timestamps - - ansicolor + - ansicolor-vga # Job to recompile math texvc whenever the mediawiki/extensions/Math repository # is updated. The job makes sure the submodule is up-to-date before triggering diff --git a/defaults.yaml b/defaults.yaml index 79654d6..ef39572 100644 --- a/defaults.yaml +++ b/defaults.yaml @@ -10,7 +10,7 @@ timeout: 360 fail: true - timestamps - - ansicolor + - ansicolor-vga - defaults: name: use-zuul @@ -34,7 +34,7 @@ timeout: 360 fail: true - timestamps - - ansicolor + - ansicolor-vga - defaults: name: use-zuul-for-mw-ext @@ -59,4 +59,4 @@ timeout: 360 fail: true - timestamps - - ansicolor + - ansicolor-vga diff --git a/macro.yaml b/macro.yaml index 6668080..ff1520c 100644 --- a/macro.yaml +++ b/macro.yaml @@ -369,3 +369,9 @@ name: yaml-lint builders: - shell: '/var/lib/jenkins/tools/yamllint.py "$WORKSPACE"' + +- wrapper: + name: ansicolor-vga + wrappers: + - ansicolor: + colormap: vga diff --git a/mediawiki.yaml b/mediawiki.yaml index e4bb29a..3d7b2bb 100644 --- a/mediawiki.yaml +++ b/mediawiki.yaml @@ -201,7 +201,7 @@ triggers: - timed: '0 3 * * *' wrappers: - - ansicolor + - ansicolor-vga - timestamps - project: diff --git a/mobile.yaml b/mobile.yaml index 0b08b90..0a44925 100644 --- a/mobile.yaml +++ b/mobile.yaml @@ -20,7 +20,7 @@ timeout: 15 # minutes fail: true - timestamps - - ansicolor + - ansicolor-vga # To avoid having a version such as 1.0-SNAPSHOT, we tweak the pom.xml # using the 'versions' plugin and set the version to use the ZUUL_COMMIT -- To view, visit https://gerrit.wikimedia.org/r/71805 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6be26d635be94acd9079753e9f0c89800164c97e 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
