-
Notifications
You must be signed in to change notification settings - Fork 3
circus-evaluator: migrate evix 0.3.3 -> 2.0.1; eval fixes #133
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
09a5307
circus-evaluator: migrate evix 0.3.3 -> 1.0.2
NotAShelf 1ea64db
various: add `eval_workers` config field instead of hardcoding worker…
NotAShelf f0795e6
nix: set VM test OOM from worker subprocesses; increase memory size
NotAShelf b126a66
circus-evaluator: cap the GC initial heap so eval workers survive swa…
amaanq 07f22af
nix: drop the VM memory bump now that the GC heap is bounded
amaanq 9d9e689
circus-evaluator: bump evix 1.0.2 -> 2.0.0
amaanq ea775bb
circus-evaluator: keep vendored libgit2 out of the dynamic symbol table
amaanq 10adecd
circus-common: add `Cancelled` and `TimedOut` evaluation status variants
NotAShelf 1fba0c6
circus-common: rename `update_status` to `finish_running`; add restar…
NotAShelf e21afad
circus-config: allow configuring evaluation timeout
NotAShelf 8d5e8af
circus-evaluator: plumb `CancellationToken` through nix eval; add can…
NotAShelf 00780c6
circus-server: add cancel and restart admin routes; allow cancel/rest…
NotAShelf b3643a9
circus-error: show raw `error_message` instead of parsed `error_lines`
NotAShelf 8b6aae3
circus-evaluator: bump evix 2.0.0 -> 2.0.1
NotAShelf 46f3d3d
circus-evaluator: pin flake evaluation to checkout commit
NotAShelf 91228a7
nix/tests: assert commits produce new derivations
NotAShelf 012b81a
various: fix evaluator cancellation and retry lifecycles
NotAShelf 3189d47
various: fix evaluator restart handling for inactive jobsets
NotAShelf b1a8ff4
circus-evaluator: fix processing of restarted interval evaluations
NotAShelf 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| fn main() { | ||
| // Keep the vendored git2 copy from interposing nix-bindings' libgit2.so. | ||
| if std::env::var("CARGO_CFG_TARGET_OS").as_deref() == Ok("linux") { | ||
| println!("cargo:rustc-link-arg-bins=-Wl,--exclude-libs,ALL"); | ||
| } | ||
| } |
This file contains hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.