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

fix(tests): Bump timeout to 15 minutes, update cache behavior #682

Merged
merged 2 commits into from
Aug 3, 2023

Conversation

tonyo
Copy link
Contributor

@tonyo tonyo commented Aug 1, 2023

Windows builds are now sometimes taking more than 10 minutes :/

@@ -40,7 +40,6 @@ jobs:
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-${{ matrix.go }}-
${{ runner.os }}-go-
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this because it looks like when caches are partially cleared, there could be some weird failures when e.g. a Windows build with go1.20 takes the cache from go1.18

@tonyo tonyo self-assigned this Aug 1, 2023
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (feb3495) 80.56% compared to head (2ca2f9f) 80.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #682   +/-   ##
=======================================
  Coverage   80.56%   80.56%           
=======================================
  Files          44       44           
  Lines        4460     4460           
=======================================
  Hits         3593     3593           
  Misses        736      736           
  Partials      131      131           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cleptric cleptric enabled auto-merge (squash) August 3, 2023 09:09
@cleptric cleptric merged commit 3a658da into master Aug 3, 2023
14 checks passed
@cleptric cleptric deleted the tonyo/fix-timeout-tests-cache-1 branch August 3, 2023 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants