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 capg jobs to community cluster #31244

Merged
merged 1 commit into from
Nov 15, 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 @@ -62,6 +62,7 @@ periodics:
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "2"
- name: periodic-cluster-api-provider-gcp-make-conformance-release-1-4
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand All @@ -88,12 +89,12 @@ periodics:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: capg-conformance-release-1-4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ periodics:
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "2"
- name: periodic-cluster-api-provider-gcp-make-conformance-release-1-5
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand All @@ -88,12 +89,12 @@ periodics:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: capg-conformance-release-1-5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ presubmits:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-build-release-1-4
- name: pull-cluster-api-provider-gcp-make-release-1-4
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
Expand Down Expand Up @@ -107,6 +108,7 @@ presubmits:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-verify-release-1-4
- name: pull-cluster-api-provider-gcp-e2e-test-release-1-4
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand All @@ -132,16 +134,17 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-e2e-test-release-1-4
- name: pull-cluster-api-provider-gcp-conformance-release-1-4
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand All @@ -167,16 +170,17 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-conformance-release-1-4
- name: pull-cluster-api-provider-gcp-capi-e2e-release-1-4
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -205,13 +209,17 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
memory: "9000Mi"
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-capi-e2e-test-release-1-4
- name: pull-cluster-api-provider-gcp-e2e-workload-upgrade-release-1-4
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -239,9 +247,12 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
memory: "9000Mi"
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-e2e-upgrade-release-1-4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ presubmits:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-build-release-1-5
- name: pull-cluster-api-provider-gcp-make-release-1-5
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
Expand Down Expand Up @@ -107,6 +108,7 @@ presubmits:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-verify-release-1-5
- name: pull-cluster-api-provider-gcp-e2e-test-release-1-5
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand All @@ -132,16 +134,17 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-e2e-test-release-1-5
- name: pull-cluster-api-provider-gcp-conformance-release-1-5
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand All @@ -167,16 +170,17 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-conformance-release-1-5
- name: pull-cluster-api-provider-gcp-capi-e2e-release-1-5
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -205,13 +209,17 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
memory: "9000Mi"
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-capi-e2e-test-release-1-5
- name: pull-cluster-api-provider-gcp-e2e-workload-upgrade-release-1-5
cluster: eks-prow-build-cluster
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -239,9 +247,12 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
cpu: 4
memory: 9Gi
requests:
memory: "9000Mi"
cpu: 2000m
cpu: 4
memory: 9Gi
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-e2e-upgrade-release-1-5
Expand Down