Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoscaling: add CA test for build tags #33656

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,32 @@ presubmits:
requests:
cpu: 2
memory: 6Gi
- name: pull-kubernetes-e2e-autoscaling-ca-build
cluster: k8s-infra-prow-build
annotations:
testgrid-dashboards: sig-autoscaling-cluster-autoscaler
testgrid-tab-name: cluster-autoscaler-build
optional: true
decorate: true
decoration_config:
timeout: 120m
run_if_changed: '^cluster-autoscaler\/'
path_alias: k8s.io/autoscaler
labels:
preset-dind-enabled: "true"
spec:
containers:
- command:
- runner.sh
- make
- test-build-tags
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241014-ae08510d04-master
securityContext:
privileged: true
resources:
limits:
cpu: 2
memory: 6Gi
requests:
cpu: 2
memory: 6Gi