forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ci: cache Guix folders #5729
Closed
Closed
ci: cache Guix folders #5729
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 12:52
bf485cb
to
9248dcb
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
2 times, most recently
from
November 23, 2023 13:23
7a0a690
to
5ace6b9
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 13:25
5ace6b9
to
96578b5
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 13:31
96578b5
to
a8f9130
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 13:38
a8f9130
to
ff09f79
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 13:55
ff09f79
to
64e3b74
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 14:12
64e3b74
to
dfa3c41
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 14:21
dfa3c41
to
6744d1d
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 18:15
6744d1d
to
176dc2a
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 21:22
b7a3f8c
to
3b90c66
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 23, 2023 21:28
3b90c66
to
1ec9173
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 24, 2023 05:34
1ec9173
to
99d28c1
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 25, 2023 22:38
1246737
to
4cac9ff
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 26, 2023 12:28
4cac9ff
to
6b1b515
Compare
UdjinM6
force-pushed
the
guix_ci_cache
branch
from
November 26, 2023 14:51
6b1b515
to
987713f
Compare
5 tasks
moved all changes into #5727 |
PastaPastaPasta
pushed a commit
that referenced
this pull request
Dec 1, 2023
## Issue being fixed or feature implemented Hopefully fixes issues like >The job running on runner ubuntu-core-x64_i-05ed4263b8e049c7a has exceeded the maximum execution time of 360 minutes https://github.com/dashpay/dash/actions/runs/6932017275 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes ## What was done? Bump timeouts for the job itself and for the corresponding step. Also, implemented caching for `.cache` and `depends` folders. ## How Has This Been Tested? #5729 https://github.com/dashpay/dash/actions/runs/6996271543/job/19031968814?pr=5729 ## Breaking Changes n/a ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
ogabrielides
pushed a commit
to ogabrielides/dash
that referenced
this pull request
Dec 4, 2023
## Issue being fixed or feature implemented Hopefully fixes issues like >The job running on runner ubuntu-core-x64_i-05ed4263b8e049c7a has exceeded the maximum execution time of 360 minutes https://github.com/dashpay/dash/actions/runs/6932017275 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes ## What was done? Bump timeouts for the job itself and for the corresponding step. Also, implemented caching for `.cache` and `depends` folders. ## How Has This Been Tested? dashpay#5729 https://github.com/dashpay/dash/actions/runs/6996271543/job/19031968814?pr=5729 ## Breaking Changes n/a ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue being fixed or feature implemented
What was done?
How Has This Been Tested?
Breaking Changes
Checklist: