Update repository label name
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 34s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m15s
Smoke Test / Run basic test suite (pull_request) Successful in 4m24s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m22s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m36s

This commit is contained in:
Prathamesh Musale 2024-06-06 13:52:16 +05:30
parent ff6630f387
commit e377a32ce8

View File

@ -117,7 +117,7 @@
"disableTextWrap": false, "disableTextWrap": false,
"editorMode": "code", "editorMode": "code",
"exemplar": false, "exemplar": false,
"expr": "max(watcher_info{job=\"$job\", instance=\"$watcher\"}) by (repo, version, commitHash)", "expr": "max(watcher_info{job=\"$job\", instance=\"$watcher\"}) by (repository, version, commitHash)",
"format": "table", "format": "table",
"fullMetaSearch": false, "fullMetaSearch": false,
"includeNullMetadata": true, "includeNullMetadata": true,
@ -141,12 +141,12 @@
"Time": 0, "Time": 0,
"Value": 4, "Value": 4,
"commitHash": 3, "commitHash": 3,
"repo": 1, "repository": 1,
"version": 2 "version": 2
}, },
"renameByName": { "renameByName": {
"commitHash": "Commit hash", "commitHash": "Commit hash",
"repo": "Repo", "repository": "Repository",
"version": "Release" "version": "Release"
} }
} }