Skip to content

Commit

Permalink
Merge pull request #29844 from rjsadow/ibm-vpc
Browse files Browse the repository at this point in the history
Migrate `ibm-vpc-block-csi-driver` to `eks-prow-build-cluster`
  • Loading branch information
k8s-ci-robot authored Jun 18, 2023
2 parents c6417ba + e64abbc commit a5afb36
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/ibm-vpc-block-csi-driver:
- name: pull-ibm-vpc-block-csi-driver-build
cluster: eks-prow-build-cluster
always_run: true
decorate: true
labels:
Expand All @@ -19,9 +20,17 @@ presubmits:
- runner.sh
args:
- make
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
securityContext:
privileged: true
- name: pull-ibm-vpc-block-csi-driver-unit
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_branches:
Expand All @@ -38,8 +47,16 @@ presubmits:
- make
args:
- test
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi

- name: pull-ibm-vpc-block-csi-driver-verify
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_branches:
Expand All @@ -56,8 +73,16 @@ presubmits:
- make
args:
- verify
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi

- name: pull-ibm-vpc-block-csi-driver-sanity
cluster: eks-prow-build-cluster
always_run: false
decorate: true
skip_branches:
Expand All @@ -74,3 +99,10 @@ presubmits:
- make
args:
- test-sanity
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi

0 comments on commit a5afb36

Please sign in to comment.