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

migrate k/csi jobs to community cluster #30330

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
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 @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/csi-driver-host-path:
- name: pull-kubernetes-csi-csi-driver-host-path-1-24-on-kubernetes-1-24
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
Expand Down Expand Up @@ -57,7 +57,7 @@ presubmits:
# Explicitly needs to be started with /test.
# This cannot be enabled by default because there's always the risk
# that something changes in master which breaks the pre-merge check.
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -100,7 +100,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-csi-driver-host-path-1-25-on-kubernetes-1-25
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
Expand Down Expand Up @@ -154,7 +154,7 @@ presubmits:
# Explicitly needs to be started with /test.
# This cannot be enabled by default because there's always the risk
# that something changes in master which breaks the pre-merge check.
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -197,7 +197,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-csi-driver-host-path-1-26-on-kubernetes-1-26
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: true
decorate: true
Expand Down Expand Up @@ -251,7 +251,7 @@ presubmits:
# Explicitly needs to be started with /test.
# This cannot be enabled by default because there's always the risk
# that something changes in master which breaks the pre-merge check.
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -294,7 +294,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-csi-driver-host-path-alpha-1-25-on-kubernetes-1-25
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -345,7 +345,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-csi-driver-host-path-1-24-test-on-kubernetes-1-24
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: true
decorate: true
Expand Down Expand Up @@ -399,7 +399,7 @@ presubmits:
# Explicitly needs to be started with /test.
# This cannot be enabled by default because there's always the risk
# that something changes in master which breaks the pre-merge check.
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -442,7 +442,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-csi-driver-host-path-1-25-test-on-kubernetes-1-25
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: true
decorate: true
Expand Down Expand Up @@ -496,7 +496,7 @@ presubmits:
# Explicitly needs to be started with /test.
# This cannot be enabled by default because there's always the risk
# that something changes in master which breaks the pre-merge check.
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -539,7 +539,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-csi-driver-host-path-1-26-test-on-kubernetes-1-26
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: true
decorate: true
Expand Down Expand Up @@ -593,7 +593,7 @@ presubmits:
# Explicitly needs to be started with /test.
# This cannot be enabled by default because there's always the risk
# that something changes in master which breaks the pre-merge check.
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -636,7 +636,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-csi-driver-host-path-alpha-1-25-test-on-kubernetes-1-25
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -687,7 +687,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-csi-driver-host-path-unit
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/csi-driver-iscsi:
- name: pull-kubernetes-csi-csi-driver-iscsi
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/csi-driver-nfs:
- name: pull-kubernetes-csi-csi-driver-nfs
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/csi-driver-nvmf:
- name: pull-kubernetes-csi-csi-driver-nvmf
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-csi/csi-driver-host-path:
- name: pull-kubernetes-csi-csi-driver-host-path-windows
cluster: k8s-infra-prow-build
always_run: false
decorate: true
skip_report: false
Expand Down Expand Up @@ -38,4 +39,8 @@ presubmits:
value: "prepull-head.yaml"
resources:
requests:
cpu: 2000m
memory: "9Gi"
cpu: 4
limits:
memory: "9Gi"
cpu: 4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/csi-lib-utils:
- name: pull-kubernetes-csi-csi-lib-utils
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes-csi/csi-proxy/csi-proxy-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/csi-proxy:
- name: pull-kubernetes-csi-csi-proxy
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-csi/csi-proxy:
- name: pull-kubernetes-csi-csi-proxy-integration
cluster: k8s-infra-prow-build
always_run: true
decorate: true
skip_report: false
Expand Down Expand Up @@ -50,3 +51,10 @@ presubmits:
value: "us-west1-b"
securityContext:
privileged: true
resources:
requests:
memory: "9Gi"
cpu: 4
limits:
memory: "9Gi"
cpu: 4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/csi-release-tools:
- name: pull-kubernetes-csi-csi-release-tools
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down Expand Up @@ -35,7 +35,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-release-tools-csi-test
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: true # cannot be required because updates in csi-release-tools may include breaking changes
decorate: true
Expand Down Expand Up @@ -76,7 +76,7 @@ presubmits:
- name: PULL_TEST_REPO_DIR
value: /home/prow/go/src/github.com/kubernetes-csi/csi-test
- name: pull-kubernetes-csi-release-tools-external-provisioner
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: true # cannot be required because updates in csi-release-tools may include breaking changes
decorate: true
Expand Down Expand Up @@ -178,7 +178,7 @@ presubmits:
- name: CSI_SNAPSHOTTER_VERSION
value: "v6.1.0"
- name: pull-kubernetes-csi-release-tools-csi-driver-host-path
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: true # cannot be required because updates in csi-release-tools may include breaking changes
decorate: true
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes-csi/csi-test/csi-test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/csi-test:
- name: pull-kubernetes-csi-csi-test
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/external-attacher:
- name: pull-kubernetes-csi-external-attacher-1-24-on-kubernetes-1-24
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
Expand Down Expand Up @@ -57,7 +57,7 @@ presubmits:
# Explicitly needs to be started with /test.
# This cannot be enabled by default because there's always the risk
# that something changes in master which breaks the pre-merge check.
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -100,7 +100,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-external-attacher-1-25-on-kubernetes-1-25
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
Expand Down Expand Up @@ -154,7 +154,7 @@ presubmits:
# Explicitly needs to be started with /test.
# This cannot be enabled by default because there's always the risk
# that something changes in master which breaks the pre-merge check.
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -197,7 +197,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-external-attacher-1-26-on-kubernetes-1-26
cluster: default
cluster: eks-prow-build-cluster
always_run: true
optional: true
decorate: true
Expand Down Expand Up @@ -251,7 +251,7 @@ presubmits:
# Explicitly needs to be started with /test.
# This cannot be enabled by default because there's always the risk
# that something changes in master which breaks the pre-merge check.
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -294,7 +294,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-external-attacher-alpha-1-25-on-kubernetes-1-25
cluster: default
cluster: eks-prow-build-cluster
always_run: false
optional: true
decorate: true
Expand Down Expand Up @@ -345,7 +345,7 @@ presubmits:
memory: "9Gi"
cpu: 4
- name: pull-kubernetes-csi-external-attacher-unit
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
presubmits:
kubernetes-csi/external-health-monitor:
- name: pull-kubernetes-csi-external-health-monitor
cluster: default
cluster: eks-prow-build-cluster
always_run: true
decorate: true
skip_report: false
Expand Down
Loading