-
Notifications
You must be signed in to change notification settings - Fork 19
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
Matrix #96
+20,760
−14,657
Merged
Matrix #96
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
5a6f234
Update `detsys-ts` for: `Merge pull request #67 from DeterminateSyste…
grahamc f9178a8
Update the defaults / docs on the use-flakehub and use-gha-cache options
grahamc 7eb41dc
Support the MNC trinary, to allow GHA cache to turn off if FHC is ena…
grahamc 28439e8
let's go?
grahamc c630fc6
arg, you can't parameterize the permissions
grahamc 35fb3cd
don't fail fast
grahamc 4df2b6c
Maybe if we bust the token sooner..?
grahamc 98956b2
Clearer job names
grahamc 154f67f
Debug...
grahamc d2bdf8f
?
grahamc b527559
...?
grahamc e3a2e88
?
grahamc d7e2390
fancy it up
grahamc 21f41e6
more seed
grahamc 6f6cba1
Test against determinate too
grahamc 41ccc37
...
grahamc e8c72fc
derp, obliterate
grahamc b7e20f6
Identify the failed-to-setup FHC as not being enabled
grahamc 596b296
Don't fail on github if the cache is throttled
grahamc 22b7f94
derp
grahamc 6a09d5b
Add a success job for the ci workflow
grahamc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this for?
_internal-obliterate...
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want those actions to not have the ACTIONS_ID_TOKEN_REQUEST_* environment variables, so they can't create an ID token and log in to flakehub. This simulates not having the
id-token: write
permission. I wanted to parameterize that permission in the matrix, but permissions can't be variable.