-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Generate dashboard configmap from separate json files
Signed-off-by: Arthur Silva Sens <[email protected]>
- Loading branch information
Arthur Silva Sens
committed
Apr 26, 2024
1 parent
4d28fbd
commit afe6507
Showing
6 changed files
with
5,704 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Grafana Dashboard Apply | ||
on: | ||
pull_request: | ||
paths: | ||
- 'prombench/manifests/cluster-infra/dashboards_noparse.yaml' | ||
- 'prombench/manifests/cluster-infra/dashboards/**' | ||
push: | ||
paths: | ||
- 'prombench/manifests/cluster-infra/dashboards_noparse.yaml' | ||
- 'prombench/manifests/cluster-infra/dashboards/**' | ||
jobs: | ||
verify_dashboard_generation: | ||
name: Verify Dashboard Generation | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Verify dashboard generation | ||
run: make --always-make generate-dashboards-cm && git diff --exit-code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.