Closed Rajalakshmi-Girish closed 1 year ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mkumatag, Rajalakshmi-Girish
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@Rajalakshmi-Girish: Updated the job-config
configmap in namespace prow
at cluster default
using the following files:
test-e2e-capi-ibmcloud-periodics.yaml
using file config/jobs/periodic/cluster-api-provider-ibmcloud/test-e2e-capi-ibmcloud-periodics.yaml
build-golang-periodics.yaml
using file config/jobs/periodic/golang/build-golang-periodics.yaml
perf-tests-kubernetes-periodics.yaml
using file config/jobs/periodic/kubernetes/perf-tests/perf-tests-kubernetes-periodics.yaml
test-kubernetes-periodics.yaml
using file config/jobs/periodic/kubernetes/test-kubernetes-periodics.yaml
etcd-postsubmit.yaml
using file config/jobs/ppc64le-cloud/builds/etcd-postsubmit.yaml
kubernetes-postsubmit.yaml
using file config/jobs/ppc64le-cloud/builds/kubernetes-postsubmit.yaml
openshift-postsubmit.yaml
using file config/jobs/ppc64le-cloud/builds/openshift-postsubmit.yaml
Looked at the public k8s UT and conformance jobs and they seem to use 4 cpus as the limit. References: K8s UT: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-testing/make-test.yaml#L33 K8s Conformance: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-cloud-provider/gcp/gce-conformance.yaml#L67
Also, it is ~1000mcpu for
capi-provider
jobs. But our recent changesperiodic-capi-provider-ibmcoud-e2e-powervs
is failing sometimes even with 2500. Hence have set the limit for these capi jobs to 3000mFor the
perf-clusterloader2
jobs, upstream seem to use 2 cpu. I have set it to 3000mcpu to be on the safer side.