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

Change nightly GitHub Action to run weekly #3557

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

stmcginnis
Copy link
Contributor

Issue number:

N/A

Description of changes:

The nightly job was added to help catch cases where yanked Go modules would be found right away by using the GOPROXY=direct setting to bypass any caching.

This has been in place for a few months, and so far the only failures seen have been due to Docker repo throttling (too many requests). Since this job runs every variant in the repo, it is a relatively expensive job to be running every night.

This switches the job from nightly to weekly. This will still give an early warning in case of any yanked modules, but will limit the amount of overall runtime that is usually unnecessary.

Testing done:

None, will observe in Action runs and adjust as needed.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

The nightly job was added to help catch cases where yanked Go modules
would be found right away by using the GOPROXY=direct setting to bypass
any caching.

This has been in place for a few months, and so far the only failures
seen have been due to Docker repo throttling (too many requests). Since
this job runs every variant in the repo, it is a relatively expensive
job to be running every night.

This switches the job from nightly to weekly. This will still give an
early warning in case of any yanked modules, but will limit the amount
of overall runtime that is usually unnecessary.

Signed-off-by: Sean McGinnis <stmcg@amazon.com>
@stmcginnis stmcginnis merged commit 103ec5e into bottlerocket-os:develop Nov 1, 2023
44 of 46 checks passed
@stmcginnis stmcginnis deleted the daily-weekly branch November 1, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants