From 11dfd8be217a2695f30edad787a27878220e570b Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 21 Jul 2022 09:34:01 -0400 Subject: [PATCH] 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 --- jobs/binutils-gdb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ## -- 2.34.1