Skip to content
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

hydra-server: jobsets api endpoint returns more elements #664

Closed
wants to merge 1 commit into from

Conversation

nlewo
Copy link
Member

@nlewo nlewo commented Jul 25, 2019

Improve the jobset API output by returning attributes related to
evaluations. These informations can be useful to know if a jobset has
been successfully evaluated.

Improve the jobset API output by returning attributes related to
evaluations. These informations can be useful to know if a jobset has
been successfully evaluated.
@nlewo
Copy link
Member Author

nlewo commented Jul 25, 2019

nix-build release.nix -A tests.api.x86_64-linux passed.

FYI, these elements are used by a hydra-cli jobset-wait command to get the status of a particular jobset. A Travis job can then call this command to check a PR built by an Hydra instance.

@edolstra
Copy link
Member

Replaced by #672 which omits errormsg.

@edolstra edolstra closed this Aug 16, 2019
@nlewo
Copy link
Member Author

nlewo commented Aug 20, 2019

Actually, I need to know if an error occurred or not and I was using the errormsg attribute for this purpose. So, I address this need in the PR #673.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants