This is an automated email from the ASF dual-hosted git repository.
amyrvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new af6ff6f [BEAM-10911] Grafana post-commit status board: job_name cells link to post-commit
job in Jenkins
new 88601d3 Merge pull request #13463 from dlu1000/testbranch
af6ff6f is described below
commit af6ff6f1d9d207cc7964b3fac27937a5fc4682fe
Author: David Lu <ludav@google.com>
AuthorDate: Wed Dec 2 05:59:50 2020 -0800
[BEAM-10911] Grafana post-commit status board: job_name cells link to post-commit job
in Jenkins
---
.../metrics/grafana/dashboards/Post-Commits_status_dashboard.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.test-infra/metrics/grafana/dashboards/Post-Commits_status_dashboard.json b/.test-infra/metrics/grafana/dashboards/Post-Commits_status_dashboard.json
index 65fd62a..ea9aaee 100644
--- a/.test-infra/metrics/grafana/dashboards/Post-Commits_status_dashboard.json
+++ b/.test-infra/metrics/grafana/dashboards/Post-Commits_status_dashboard.json
@@ -49,7 +49,7 @@
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
- "pattern": "/job_d*/",
+ "pattern": "/job_\\d/",
"preserveFormat": false,
"thresholds": [
"0.5",
|