Support new scheduler_pod_scheduling_sli_duration_seconds
metric
#13574
Workflow file for this run
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
name: Validate repository | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | |
cancel-in-progress: true | |
jobs: | |
run: | |
uses: ./.github/workflows/run-validations.yml | |
with: | |
repo: core | |
# Validations | |
agent-reqs: true | |
ci: true | |
config: true | |
dashboards: true | |
dep: true | |
http: true | |
imports: true | |
integration-style: true | |
jmx-metrics: true | |
labeler: true | |
legacy-signature: true | |
license-headers: true | |
licenses: true | |
metadata: true | |
models: true | |
openmetrics: true | |
package: true | |
readmes: true | |
saved-views: true | |
service-checks: true | |
secrets: inherit |