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

Add outputs, rerun, cancel endpoints in JobInvocation entity #1139

Merged

Conversation

Gauravtalreja1
Copy link
Collaborator

Description of changes

Missing outputs, rerun, cancel endpoints in JobInvocation entity

Upstream API documentation, plugin, or feature links

Link to any relevant upstream API documentation that relates to the content of the PR.

Functional demonstration
In [28]: result = sat.api.JobInvocation(id=20).outputs()

In [29]: [i for i in result['outputs'][0]['output'] if i['output'] == 'Exit status: 0']
Out[29]:
[{'output_type': 'stdout',
  'output': 'Exit status: 0',
  'timestamp': 1715268351.528926}]
Additional Information

Any additional notes for reviewers, comments about the change, TODO lists on WIP PRs, etc.

Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
@Gauravtalreja1 Gauravtalreja1 added CherryPick PR needs CherryPick to previous branches AutoMerge_Cherry_Picked Automatically merge the PR is PRT and all checks are passing 6.14.z 6.15.z labels May 9, 2024
@Gauravtalreja1 Gauravtalreja1 self-assigned this May 9, 2024
@shubhamsg199 shubhamsg199 merged commit d9c87b5 into SatelliteQE:master May 16, 2024
22 checks passed
github-actions bot pushed a commit that referenced this pull request May 16, 2024
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit d9c87b5)
github-actions bot pushed a commit that referenced this pull request May 16, 2024
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit d9c87b5)
github-actions bot pushed a commit that referenced this pull request May 16, 2024
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit d9c87b5)
shubhamsg199 pushed a commit that referenced this pull request May 22, 2024
…1140)

Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit d9c87b5)

Co-authored-by: Gaurav Talreja <gtalreja@redhat.com>
shubhamsg199 pushed a commit that referenced this pull request May 22, 2024
…1141)

Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit d9c87b5)

Co-authored-by: Gaurav Talreja <gtalreja@redhat.com>
shubhamsg199 pushed a commit that referenced this pull request May 22, 2024
…1142)

Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit d9c87b5)

Co-authored-by: Gaurav Talreja <gtalreja@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.13.z 6.14.z 6.15.z AutoMerge_Cherry_Picked Automatically merge the PR is PRT and all checks are passing CherryPick PR needs CherryPick to previous branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants