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 kubernetes/cluster-api-provider-ibmcloud jobs to eks cluster #29886

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
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/cluster-api-provider-ibmcloud:
- name: pull-cluster-api-provider-ccm-image
cluster: eks-prow-build-cluster
run_if_changed: '^hack/ccm/'
branches:
- ^main$
Expand All @@ -27,7 +28,11 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-1.26
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/cluster-api-provider-ibmcloud:
- name: pull-cluster-api-provider-ibmcloud-make-release-0-1
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -21,12 +22,17 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-master
imagePullPolicy: Always
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-make-release-0-1
- name: pull-cluster-api-provider-ibmcloud-test-release-0-1
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -41,10 +47,18 @@ presubmits:
imagePullPolicy: Always
command:
- "./scripts/ci-test.sh"
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-test-release-0-1
- name: pull-cluster-api-provider-ibmcloud-build-release-0-1
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -58,13 +72,17 @@ presubmits:
command:
- "./scripts/ci-build.sh"
resources:
limits:
memory: "6Gi"
cpu: "2"
requests:
memory: "6Gi"
cpu: "2"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-build-release-0-1
- name: pull-cluster-api-provider-ibmcloud-verify-release-0-1
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -78,6 +96,13 @@ presubmits:
command:
- "make"
- "verify"
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-verify-release-0-1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/cluster-api-provider-ibmcloud:
- name: pull-cluster-api-provider-ibmcloud-make-release-0-2
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -21,12 +22,17 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230321-36677f7c05-1.23
imagePullPolicy: Always
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-make-release-0-2
- name: pull-cluster-api-provider-ibmcloud-test-release-0-2
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -41,10 +47,18 @@ presubmits:
imagePullPolicy: Always
command:
- "./scripts/ci-test.sh"
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-test-release-0-2
- name: pull-cluster-api-provider-ibmcloud-smoke-test-release-0-2
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -68,10 +82,18 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-smoke-test-release-0-2
- name: pull-cluster-api-provider-ibmcloud-build-release-0-2
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -85,13 +107,17 @@ presubmits:
command:
- "./scripts/ci-build.sh"
resources:
limits:
memory: "6Gi"
cpu: "2"
requests:
memory: "6Gi"
cpu: "2"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-build-release-0-2
- name: pull-cluster-api-provider-ibmcloud-verify-release-0-2
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -105,6 +131,13 @@ presubmits:
command:
- "make"
- "verify"
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-verify-release-0-2
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/cluster-api-provider-ibmcloud:
- name: pull-cluster-api-provider-ibmcloud-make-release-0-3
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -21,12 +22,17 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-1.24
imagePullPolicy: Always
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-make-release-0-3
- name: pull-cluster-api-provider-ibmcloud-test-release-0-3
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -41,10 +47,18 @@ presubmits:
imagePullPolicy: Always
command:
- "./scripts/ci-test.sh"
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-test-release-0-3
- name: pull-cluster-api-provider-ibmcloud-smoke-test-release-0-3
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -68,10 +82,18 @@ presubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-smoke-test-release-0-3
- name: pull-cluster-api-provider-ibmcloud-build-release-0-3
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -85,13 +107,17 @@ presubmits:
command:
- "./scripts/ci-build.sh"
resources:
limits:
memory: "6Gi"
cpu: "2"
requests:
memory: "6Gi"
cpu: "2"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-build-release-0-3
- name: pull-cluster-api-provider-ibmcloud-verify-release-0-3
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
Expand All @@ -105,10 +131,18 @@ presubmits:
command:
- "make"
- "verify"
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-verify-release-0-3
- name: pull-cluster-api-provider-ibmcloud-apidiff-release-0-3
cluster: eks-prow-build-cluster
decorate: true
path_alias: "sigs.k8s.io/cluster-api-provider-ibmcloud"
always_run: true
Expand All @@ -125,6 +159,13 @@ presubmits:
- runner.sh
args:
- ./scripts/ci-apidiff.sh
resources:
limits:
cpu: "2"
memory: "6Gi"
requests:
cpu: "2"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud
testgrid-tab-name: pr-apidiff-release-0-3
Loading