Skip to content

Commit

Permalink
Merge pull request #21 from zjpjack-github/jizen/lts1.27_prowjob_batch2
Browse files Browse the repository at this point in the history
Add 2 prow jobs for 1.27
  • Loading branch information
haitch committed Jul 24, 2024
2 parents 251386d + 63ba545 commit 131553a
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion config/prow/release-branch-jobs/1.27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,60 @@
cpu: "2"
memory: 4Gi
securityContext:
runAsUser: 2000
runAsUser: 2000
- always_run: true
branches:
- release-1.27-lts
context: pull-kubernetes-typecheck
decorate: true
name: pull-kubernetes-typecheck
path_alias: k8s.io/kubernetes
spec:
containers:
- args:
- verify
command:
- make
env:
- name: WHAT
value: typecheck typecheck-providerless
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240705-131cd74733-1.27
name: main
resources:
limits:
cpu: "5"
memory: 32Gi
requests:
cpu: "5"
memory: 32Gi
- always_run: true
branches:
- release-1.27-lts
context: pull-kubernetes-unit-go-compatibility
decorate: true
labels:
preset-service-account: "true"
name: pull-kubernetes-unit-go-compatibility
path_alias: k8s.io/kubernetes
spec:
containers:
- command:
- make
- test
env:
- name: GO_VERSION
value: 1.20.2
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240705-131cd74733-1.27
name: ""
resources:
limits:
cpu: "4"
memory: 36Gi
requests:
cpu: "4"
memory: 36Gi
securityContext:
allowPrivilegeEscalation: false
securityContext:
runAsGroup: 2010
runAsUser: 2001

0 comments on commit 131553a

Please sign in to comment.