Skip to content

Commit

Permalink
Merge pull request #31244 from rjsadow/capg
Browse files Browse the repository at this point in the history
migrate `capg` jobs to community cluster
  • Loading branch information
k8s-ci-robot authored Nov 15, 2023
2 parents efab5ee + 17cd9cd commit 43ac180
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 38 deletions.
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

0 comments on commit 43ac180

Please sign in to comment.