Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow 30m more to acquire consul lock #2922

Merged
merged 1 commit into from Jan 24, 2023

Conversation

zmerlynn
Copy link
Collaborator

We seem to be having more frequent consul lock timeouts on CI. Best guess, this is a bandwidth issue of all PRs using the same e2e clusters and a higher number of PRs, plus probably some organic growth in e2e length. This PR is a stop-gap:

  • Bumps the consul lock timeout from 1h to 1.5h - basically "wait our turn" for longer.

  • Bumps the whole build timeout from 2h to 2.5h. I assume the whole build has a generous timeout to allow for the image build, etc, prior to e2es, so kept the increase here 1:1.

We seem to be having more frequent consul lock timeouts on CI. Best
guess, this is a bandwidth issue of all PRs using the same e2e
clusters and a higher number of PRs, plus probably some organic growth
in e2e length. This PR is a stop-gap:

* Bumps the consul lock timeout from 1h to 1.5h - basically "wait our
turn" for longer.

* Bumps the whole build timeout from 2h to 2.5h. I assume the whole
build has a generous timeout to allow for the image build, etc, prior
to e2es, so kept the increase here 1:1.

* Bumps the queue TTL from (default) 1h to 6h. This is a generous bump
to allow builds to hang out longer in the queue.
@google-oss-prow google-oss-prow bot added the lgtm label Jan 24, 2023
@zmerlynn zmerlynn enabled auto-merge (squash) January 24, 2023 17:33
@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gongmax, markmandel, zmerlynn

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:

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

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 245386bc-e428-4c30-82a8-b4386f1ebe69

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/googleforgames/agones.git pull/2922/head:pr_2922 && git checkout pr_2922
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.30.0-aa412e3-amd64

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 34c4f7cb-32ed-4354-aa59-38657a1a4547

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/googleforgames/agones.git pull/2922/head:pr_2922 && git checkout pr_2922
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.30.0-57125df-amd64

@zmerlynn zmerlynn merged commit c12c9f2 into googleforgames:main Jan 24, 2023
@zmerlynn zmerlynn deleted the consul-lock-timing branch January 25, 2023 22:22
igooch pushed a commit to igooch/agones that referenced this pull request Jan 31, 2023
We seem to be having more frequent consul lock timeouts on CI. Best
guess, this is a bandwidth issue of all PRs using the same e2e
clusters and a higher number of PRs, plus probably some organic growth
in e2e length. This PR is a stop-gap:

* Bumps the consul lock timeout from 1h to 1.5h - basically "wait our
turn" for longer.

* Bumps the whole build timeout from 2h to 2.5h. I assume the whole
build has a generous timeout to allow for the image build, etc, prior
to e2es, so kept the increase here 1:1.

* Bumps the queue TTL from (default) 1h to 6h. This is a generous bump
to allow builds to hang out longer in the queue.
@Kalaiselvi84 Kalaiselvi84 added this to the 1.30.0 milestone Feb 28, 2023
@Kalaiselvi84 Kalaiselvi84 added the kind/feature New features for Agones label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants