Skip to content

Commit

Permalink
capg: migrate prowjobs to k8s-infra-prow-build
Browse files Browse the repository at this point in the history
Related to:
  - kubernetes#30277

Move some prowjobs to k8s-infra-prow-build

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Sep 15, 2023
1 parent f45b43c commit ef3e25e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ periodics:
testgrid-alert-email: sig-cluster-lifecycle-cluster-api-gcp-alerts@kubernetes.io
testgrid-num-failures-to-alert: "2"
- name: periodic-cluster-api-provider-gcp-make-conformance-main
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand All @@ -88,6 +89,9 @@ periodics:
securityContext:
privileged: true
resources:
limits:
memory: "9000Mi"
cpu: 2000m
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
Expand All @@ -100,6 +104,7 @@ periodics:
testgrid-alert-email: sig-cluster-lifecycle-cluster-api-gcp-alerts@kubernetes.io
testgrid-num-failures-to-alert: "2"
- name: periodic-cluster-api-provider-gcp-make-conformance-main-ci-artifacts
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -135,6 +140,9 @@ periodics:
securityContext:
privileged: true
resources:
limits:
memory: "9000Mi"
cpu: 2000m
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
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
- name: pull-cluster-api-provider-gcp-make
cluster: k8s-infra-prow-build
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
- name: pull-cluster-api-provider-gcp-e2e-test
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -138,10 +140,14 @@ presubmits:
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
limits:
memory: "9000Mi"
cpu: 2000m
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-e2e-test
- name: pull-cluster-api-provider-gcp-conformance-ci-artifacts
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -183,10 +189,14 @@ presubmits:
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
limits:
memory: "9000Mi"
cpu: 2000m
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-conformance-ci-artifacts
- name: pull-cluster-api-provider-gcp-conformance
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -218,10 +228,14 @@ presubmits:
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
limits:
memory: "9000Mi"
cpu: 2000m
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-conformance
- name: pull-cluster-api-provider-gcp-capi-e2e
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -253,10 +267,14 @@ presubmits:
requests:
memory: "9000Mi"
cpu: 2000m
limits:
memory: "9000Mi"
cpu: 2000m
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
testgrid-tab-name: pr-capi-e2e-test
- name: pull-cluster-api-provider-gcp-e2e-workload-upgrade
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
Expand Down Expand Up @@ -284,6 +302,9 @@ presubmits:
securityContext:
privileged: true
resources:
limits:
memory: "9000Mi"
cpu: 2000m
requests:
memory: "9000Mi"
cpu: 2000m
Expand Down

0 comments on commit ef3e25e

Please sign in to comment.