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

structured-merge-diff: Add presubmit job for structured merge diff API diff #34135

Merged
merged 1 commit into from
Jan 21, 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 @@ -104,3 +104,28 @@ presubmits:
testgrid-dashboards: sig-api-machinery-structured-merge-diff
testgrid-tab-name: pr-benchmark
testgrid-num-columns-recent: '30'
- name: pull-structured-merge-diff-apidiff
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
always_run: true
optional: true
decorate: true
path_alias: sigs.k8s.io/structured-merge-diff
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241230-3006692a6f-master
command:
- bash
- -c
- ./hack/apidiff.sh
resources:
limits:
cpu: 2
memory: 8Gi
requests:
cpu: 2
memory: 8Gi
annotations:
testgrid-dashboards: sig-api-machinery-structured-merge-diff
testgrid-tab-name: pr-apidiff