-
Notifications
You must be signed in to change notification settings - Fork 87
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
add std flake and tullia #4108
add std flake and tullia #4108
Conversation
2bc6471
to
a65deb8
Compare
4cb3571
to
fd6d720
Compare
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.
Thanks! I hope my latest two commits correctly resolved the x86_64-darwin issue and removed the aarch64 jobs. Let's wait if CI succeeds, then I will squash and merge (manually, as Bors is also dead).
} | ||
) | ||
{ | ||
hydraJobs = std.harvest self ["automation" "hydraJobs"]; |
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.
Two questions (I tried to look for Cicero/Tullia documentation, but couldn't find any; but I didn't look too deep):
- Is there a per-job view as there was for Hydra? Or is there just one big stdout/stderr log?
- Is it possible to restart jobs (without pushing a dummy commit)?
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.
Unfortunately the answer is no for both questions at this time. You can alternatively also resubmit the webhook from the repo settings to retry, but git commit --amend; git push -f
is quicker and easier...
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.
Cicero CI passed 🎉
Bors is currently dead, but it might be revived, so let's update it to be safe.
Also purified nix evaluation of hydra jobs.