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

alibabacloud csi: add base-image-deps check #34041

Merged
merged 1 commit into from
Jan 6, 2025
Merged
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 @@ -170,3 +170,36 @@ presubmits:
testgrid-dashboards: presubmits-alibaba-cloud-csi-driver
testgrid-tab-name: pr-verify-helm
description: Alibaba cloud csi driver helm chart are valid

- name: pull-alibaba-cloud-csi-driver-verify-base-image-deps
cluster: k8s-infra-prow-build
always_run: false
run_if_changed: "^(hack/base-image-deps.txt$|build/)"
optional: true # TODO: testing
decorate: true
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20241128-8df65c072f-master
command:
- runner.sh
args:
- make
- check-base-image-deps
securityContext:
privileged: true
env:
- name: GOMAXPROCS
value: "2"
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: presubmits-alibaba-cloud-csi-driver
testgrid-tab-name: pr-verify-base-image-deps
description: Alibaba cloud csi driver base image dependencies are up to date