Merge launchpad-mojo-specs:increase-proxy-token_ttl_minutes into launchpad-mojo-specs:master

Proposed by Ines Almeida
Status: Needs review
Proposed branch: launchpad-mojo-specs:increase-proxy-token_ttl_minutes
Merge into: launchpad-mojo-specs:master
Diff against target: 13 lines (+1/-1)
1 file modified
lp-builder-proxy/bundle.yaml (+1/-1)
Reviewer Review Type Date Requested Status
Clinton Fung Approve
Jürgen Gmach Approve
William Grant Pending
Review via email: mp+457070@code.launchpad.net

Commit message

Increase the builder proxy's token_ttl_minutes from 6 hours to 18 hours

Description of the change

Builds have been failing due to our current 6 hour token timeout, particularly riscv builds.
There is no particular reason for having 6 hours, as long as the number is sensible.

In a chat with the team, 18 hours was discussed as a possibility.

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) wrote :

Could you add a comment above the updated line which explains the magic number? I know that we can use git to look up the commit message, but those might be harder to access when things get changed, reformatted or similar. Thank you!

review: Approve
Revision history for this message
Clinton Fung (clinton-fung) :
review: Approve

Unmerged commits

f1080fa... by Ines Almeida

Increase the builder proxy's token_ttl_minutes from 6 hours to 18 hours

Succeeded
[SUCCEEDED] lint:0 (build)
11 of 1 result

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lp-builder-proxy/bundle.yaml b/lp-builder-proxy/bundle.yaml
2index 3a57956..f567349 100644
3--- a/lp-builder-proxy/bundle.yaml
4+++ b/lp-builder-proxy/bundle.yaml
5@@ -244,7 +244,7 @@ applications:
6 nagios_context: "{{ nagios_context }}"
7 swift_container_name: "rutabaga-builds"
8 swift_storage_url: "https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_1f1e18e10e564f7f81e345b5e4edbf6f"
9- token_ttl_minutes: 360
10+ token_ttl_minutes: 1080
11 rutabaga-auth-helper:
12 charm: ch:rutabaga-auth-helper
13 channel: stable

Subscribers

People subscribed via source and target branches