From: Simon Marchi Date: Thu, 21 Jul 2022 13:34:01 +0000 (-0400) Subject: jjb: update "GDB" view regexp X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=11dfd8be217a2695f30edad787a27878220e570b;p=lttng-ci.git jjb: update "GDB" view regexp Modify it to include all jobs containing "binutils-gdb", to include the "dev_gerrit_binutils-gdb_linuxbuild" job. Change-Id: I57257be3a1ae6e44cce4e246d7045e078753b7b6 --- diff --git a/jobs/binutils-gdb.yaml b/jobs/binutils-gdb.yaml index 0f6298f..b54e6f7 100644 --- a/jobs/binutils-gdb.yaml +++ b/jobs/binutils-gdb.yaml @@ -134,7 +134,7 @@ - view-template: name: 'GDB' view-type: list - regex: 'binutils-gdb[-_].*' + regex: '.*binutils-gdb.*' ## Projects ##