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

add verify prow job #31

Merged
merged 1 commit into from
Aug 7, 2024
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
37 changes: 37 additions & 0 deletions config/prow/release-branch-jobs/1.27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,5 +295,42 @@
requests:
cpu: "4"
memory: 9Gi
securityContext:
privileged: true
- always_run: true
branches:
- release-1.27-lts
context: pull-kubernetes-verify
decorate: true
labels:
preset-dind-enabled: "true"
preset-service-account: "true"
name: pull-kubernetes-verify
path_alias: k8s.io/kubernetes
spec:
containers:
- args:
- ./hack/jenkins/verify-dockerized.sh
command:
- runner.sh
env:
- name: EXCLUDE_TYPECHECK
value: "y"
- name: EXCLUDE_GODEP
value: "y"
- name: KUBE_VERIFY_GIT_BRANCH
value: release-1.27-lts
- name: REPO_DIR
value: /workspace/k8s.io/kubernetes
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-1.27
imagePullPolicy: Always
name: ""
resources:
limits:
cpu: "7"
memory: 16Gi
requests:
cpu: "7"
memory: 16Gi
securityContext:
privileged: true
Loading