GoogleCloudPlatform / oss-test-infra

https://oss-prow.knative.dev
Apache License 2.0
48 stars 132 forks source link

minimize concurrent AR repo creates/deletes #2355

Closed sdowell closed 2 weeks ago

sdowell commented 2 weeks ago

AR has a fixed quota of 30 repo create/delete requests per minute, which is occasionally being exhausted in the current configuration. This switches the gitprovider job types to use local helm/oci provider so that they do not create AR repos, given that standard-regular already has test coverage for AR.

Also sets the cron schedule for standard/autopilot regular to be on the same even/odd hour schedule as the other standard/autopilot jobs.

sdowell commented 2 weeks ago

/assign @nan-yu

nan-yu commented 2 weeks ago

The kcc/gcenode/githubapp jobs can also use local helm/oci provider.

google-oss-prow[bot] commented 2 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nan-yu, sdowell

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[prow/prowjobs/GoogleContainerTools/kpt-config-sync/OWNERS](https://github.com/GoogleCloudPlatform/oss-test-infra/blob/master/prow/prowjobs/GoogleContainerTools/kpt-config-sync/OWNERS)~~ [nan-yu,sdowell] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
google-oss-prow[bot] commented 2 weeks ago

@sdowell: Updated the job-config configmap in namespace default at cluster default using the following files:

In response to [this](https://github.com/GoogleCloudPlatform/oss-test-infra/pull/2355): >AR has a fixed quota of 30 repo create/delete requests per minute, which is occasionally being exhausted in the current configuration. This switches the gitprovider job types to use local helm/oci provider so that they do not create AR repos, given that standard-regular already has test coverage for AR. > >Also sets the cron schedule for standard/autopilot regular to be on the same even/odd hour schedule as the other standard/autopilot jobs. Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.