-
Notifications
You must be signed in to change notification settings - Fork 696
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
Hack around CI problems by sudo chown and disabling cache for Windows validate #8739
Merged
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
Mikolaj
force-pushed
the
try-chmod-to-fix-CI
branch
2 times, most recently
from
February 8, 2023 08:09
8f1185b
to
dde95c7
Compare
Mikolaj
force-pushed
the
try-chmod-to-fix-CI
branch
from
February 8, 2023 08:12
dde95c7
to
0bb71d1
Compare
Mikolaj
force-pushed
the
try-chmod-to-fix-CI
branch
from
February 8, 2023 10:13
7aad6c0
to
25ccfe5
Compare
10 tasks
Mikolaj
force-pushed
the
try-chmod-to-fix-CI
branch
from
February 8, 2023 10:31
e449551
to
c61cf57
Compare
Mikolaj
changed the title
Try to fix CI via sudo chmod in ghcup cache
Hack around GHA problems by sudo chown and disabling cache for Windows validate
Feb 8, 2023
Mikolaj
changed the title
Hack around GHA problems by sudo chown and disabling cache for Windows validate
Hack around CI problems by sudo chown and disabling cache for Windows validate
Feb 8, 2023
Mikolaj
force-pushed
the
try-chmod-to-fix-CI
branch
from
February 8, 2023 11:45
c61cf57
to
f799af8
Compare
Mikolaj
force-pushed
the
try-chmod-to-fix-CI
branch
from
February 8, 2023 12:07
09bdb98
to
bdbdc79
Compare
Mikolaj
added
the
merge delay passed
Applied (usually by Mergify) when PR approved and received no updates for 2 days
label
Feb 8, 2023
@mergify rebase |
✅ Nothing to do for rebase action |
This was referenced Feb 8, 2023
@mergify backport |
❌ No backport have been createdNo destination branches found |
@mergify backport 3.10 |
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Feb 13, 2023
… validate (#8739) * Try to fix ghcup cache in CI via sudo chmod * Revert "Try to fix ghcup cache in CI via sudo chmod" This reverts commit 0bb71d1. * Try not caching store in validate jobs to avoid double package bugs * Revert "Try not caching store in validate jobs to avoid double package bugs" This reverts commit b3f3782. * Try not to cache store on Windows in validate jobs to avoid double directory package bugs. * Revert "Revert "Try to fix ghcup cache in CI via sudo chmod"" This reverts commit b3a843a. * Try sudo only on (new) Linux, where it should be available * Also change the user * Document the particular hack snippets in validate.yml * Add an extra diagnostic ls for ghcup dirs * Also hack the other affected CI scripts * Also print the version of ghcup used for debugging (cherry picked from commit 22dcb3c)
mergify bot
added a commit
that referenced
this pull request
Feb 13, 2023
Hack around CI problems by sudo chown and disabling cache for Windows validate (backport #8739)
ulysses4ever
added a commit
that referenced
this pull request
Mar 23, 2023
because of #8739 on all platforms!
ulysses4ever
added a commit
that referenced
this pull request
Mar 23, 2023
because of #8739 on all platforms!
ulysses4ever
added a commit
that referenced
this pull request
Mar 23, 2023
because of #8739 on all platforms!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
attention: needs-review
continuous-integration
merge delay passed
Applied (usually by Mergify) when PR approved and received no updates for 2 days
squash+merge me
Tell Mergify Bot to squash-merge
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.
The chown problem is this one: actions/runner-images#7061
The Windows validate problems are the standard kind
see #8356. They resurfaced again now that github is updating images and the store/ caches are being somehow mangled/reverted to old versions/merged/AI-trained/whatever. Note, however, that previous tests show that invalidating caches does not fix (at least some of) these errors, which is why such a desperate step. We should recover the caching once someone implements #8742.