-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add prow job config for autoscaler repo and add testgrid dashboard for
addon-resizer builds
- Loading branch information
1 parent
a2267f9
commit 8779d7f
Showing
2 changed files
with
35 additions
and
10 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,23 @@ | ||
postsubmits: | ||
kubernetes/autoscaler: | ||
- name: post-autoscaler-push-addon-resizer-images | ||
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-autoscaling-addon-resizer, sig-k8s-infra-gcb | ||
decorate: true | ||
branches: | ||
- ^addon-resizer-release-1.8$ | ||
spec: | ||
serviceAccountName: gcb-builder | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/image-builder:v20241015-ff9ecc4d73 | ||
command: | ||
- /run.sh | ||
args: | ||
# this is the project GCB will run in, which is the same as the GCR | ||
# images are pushed to. | ||
- --project=k8s-staging-autoscaling | ||
# This is the same as above, but with -gcb appended. | ||
- --scratch-bucket=gs://k8s-staging-autoscaling-gcb | ||
- --env-passthrough=PULL_BASE_REF | ||
- addon-resizer |
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 |
---|---|---|
@@ -1,13 +1,15 @@ | ||
dashboard_groups: | ||
- name: sig-autoscaling | ||
dashboard_names: | ||
- sig-autoscaling-cluster-autoscaler | ||
- sig-autoscaling-hpa | ||
- sig-autoscaling-vpa | ||
- sig-autoscaling-karpenter | ||
- name: sig-autoscaling | ||
dashboard_names: | ||
- sig-autoscaling-cluster-autoscaler | ||
- sig-autoscaling-hpa | ||
- sig-autoscaling-vpa | ||
- sig-autoscaling-karpenter | ||
- sig-autoscaling-addon-resizer | ||
|
||
dashboards: | ||
- name: sig-autoscaling-cluster-autoscaler | ||
- name: sig-autoscaling-hpa | ||
- name: sig-autoscaling-vpa | ||
- name: sig-autoscaling-karpenter | ||
- name: sig-autoscaling-cluster-autoscaler | ||
- name: sig-autoscaling-hpa | ||
- name: sig-autoscaling-vpa | ||
- name: sig-autoscaling-karpenter | ||
- name: sig-autoscaling-addon-resizer |