Skip to content

images: use k8s-staging-test-infra/gcb-docker-gcloud#104

Merged
k8s-ci-robot merged 1 commit intokubernetes-sigs:masterfrom
spiffxp:use-k8s-infra-for-cloudbuild
Sep 24, 2021
Merged

images: use k8s-staging-test-infra/gcb-docker-gcloud#104
k8s-ci-robot merged 1 commit intokubernetes-sigs:masterfrom
spiffxp:use-k8s-infra-for-cloudbuild

Conversation

@spiffxp
Copy link
Contributor

@spiffxp spiffxp commented Sep 24, 2021

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 24, 2021
@k8s-ci-robot k8s-ci-robot added sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 24, 2021
@dims
Copy link
Member

dims commented Sep 24, 2021

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 24, 2021
@spiffxp
Copy link
Contributor Author

spiffxp commented Sep 24, 2021

/assign @alvaroaleman

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alvaroaleman, dims, spiffxp

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

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 24, 2021
@k8s-ci-robot k8s-ci-robot merged commit 5ba1e96 into kubernetes-sigs:master Sep 24, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.23 milestone Sep 24, 2021
@spiffxp spiffxp deleted the use-k8s-infra-for-cloudbuild branch September 27, 2021 17:08
@spiffxp
Copy link
Contributor Author

spiffxp commented Sep 29, 2021

https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/post-boskos-push-images/1442562130338385920 - postsubmit failed

At first it looks like due to kubernetes/test-infra#20652

"error": {
    "code": 429,
    "message": "Quota exceeded for quota metric 'Build and Operation Get requests' and limit 'Build and Operation Get requests per minute' of service 'cloudbuild.googleapis.com' for consumer 'project_number:180382678033'.",
    "status": "RESOURCE_EXHAUSTED",
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.ErrorInfo",
        "reason": "RATE_LIMIT_EXCEEDED",
        "domain": "googleapis.com",
        "metadata": {
          "service": "cloudbuild.googleapis.com",
          "consumer": "projects/180382678033",
          "quota_limit": "GetRequestsPerMinutePerProject",
          "quota_metric": "cloudbuild.googleapis.com/get_requests"
        }
      }
    ]
  }

Which would be due to the shared gcb-builder account being used to trigger cloud builds across too many staging projects

$ gcloud projects describe 180382678033
createTime: '2020-04-30T23:40:44.839Z'
lifecycleState: ACTIVE
name: k8s-infra-prow-build-trusted
parent:
  id: '758905017065'
  type: organization
projectId: k8s-infra-prow-build-trusted
projectNumber: '180382678033'

But a bit further down I see a timeout:

Pushing gcr.io/k8s-staging-boskos/reaper:v20210927-121128f
The push refers to repository [gcr.io/k8s-staging-boskos/reaper]
8ff020214776: Preparing
43656e43813a: Preparing
16679402dc20: Preparing
43656e43813a: Layer already exists
16679402dc20: Layer already exists
8ff020214776: Pushed
{"component":"entrypoint","file":"prow/entrypoint/run.go:165","func":"k8s.io/test-infra/prow/entrypoint.Options.ExecuteProcess","level":"error","msg":"Process did not finish before 2h0m0s timeout","severity":"error","time":"2021-09-27T20:49:52Z"}
{"component":"entrypoint","file":"prow/entrypoint/run.go:255","func":"k8s.io/test-infra/prow/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 15m0s grace period","severity":"error","time":"2021-09-27T21:04:53Z"}

I've triggered a re-run to see if that clears things up at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments