-
Notifications
You must be signed in to change notification settings - Fork 161
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 CI action for Cicero #1280
add CI action for Cicero #1280
Conversation
93e519c
to
2cfc58a
Compare
29de99d
to
976d6a5
Compare
4518: fix nix impurity r=dermetfan a=dermetfan `builtins.currentSystem` is not available in pure evaluation. Discovered while working on IntersectMBO/cardano-db-sync#1280. Co-authored-by: Robin Stumm <[email protected]>
76e328a
to
697a995
Compare
db06300
to
08a9720
Compare
@dermetfan is this finalised? Does it require a rebase or a review from @input-output-hk/devops |
4487b4f
to
68a5bfa
Compare
Cicero reports this error for
As it fails with the same message on master as well I would say CI is doing its job and this is ready to merge. @kderme |
1280: add CI action for Cicero r=jbgi a=dermetfan This adds a Cicero action that runs all hydra jobs on pushes and pull requests. Also purified nix evaluation of hydra jobs. Co-authored-by: Robin Stumm <[email protected]> Co-authored-by: Jean-Baptiste Giraudeau <[email protected]>
Timed out. |
bf4df71
to
d5d70ce
Compare
bors r+ |
👎 Rejected by too few approved reviews |
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.
re cabal.project changes
bors r+ |
bors r- |
Canceled. |
bors r+ |
1280: add CI action for Cicero r=jbgi a=dermetfan This adds a Cicero action that runs all hydra jobs on pushes and pull requests. Also purified nix evaluation of hydra jobs. Co-authored-by: Robin Stumm <[email protected]> Co-authored-by: Jean-Baptiste Giraudeau <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Waiting on code owner review from input-output-hk/docs-access. 3 of 4 required status checks are expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors r+ |
1280: add CI action for Cicero r=jbgi a=dermetfan This adds a Cicero action that runs all hydra jobs on pushes and pull requests. Also purified nix evaluation of hydra jobs. Co-authored-by: Robin Stumm <[email protected]> Co-authored-by: Jean-Baptiste Giraudeau <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"3 of 4 required status checks are expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors r+ |
Build succeeded: |
This adds a Cicero action that runs all hydra jobs on pushes and pull requests.
Also purified nix evaluation of hydra jobs.