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

TSPS-259 Add provenance info to PipelineRunReport in GET PipelineRun result response #119

Merged
merged 3 commits into from
Sep 6, 2024

Conversation

mmorgantaylor
Copy link
Collaborator

@mmorgantaylor mmorgantaylor commented Sep 6, 2024

Description

Add new required field, pipelineRunReport, to the AsyncPipelineRunResult object that's returned when calling GET pipeline run result.

pipelineRunReport contains the following fields regardless of PipelineRun status:

  • pipelineName
  • pipelineVersion
  • wdlMethodVersion

pipelineRunReport contains outputs if the PipelineRun succeeded.

Jira Ticket

https://broadworkbench.atlassian.net/jira/software/c/projects/TSPS/boards/193?selectedIssue=TSPS-259

@mmorgantaylor mmorgantaylor marked this pull request as ready for review September 6, 2024 17:44
Copy link
Collaborator

@jsotobroad jsotobroad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woohoo

@@ -50,7 +50,7 @@ public static String convertToJsonString(Object obj) throws JsonProcessingExcept
public static final String TEST_WORKSPACE_NAME = "testTerraWorkspaceName";
public static final String TEST_WORKSPACE_STORAGE_CONTAINER_NAME = "test-bucket-name";
public static final String TEST_WORKSPACE_GOOGLE_PROJECT = "testGoogleProject";
public static final String TEST_WDL_METHOD_VERSION = "0.12.1";
public static final String TEST_WDL_METHOD_VERSION = "0.1.12";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you didnt like my fake version???

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol it didn't match the others and there's some cross-talk in the tests

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but oops that was actually a signal that something was wrong. reverted and fixed a bug! thanks!!

Copy link

sonarcloud bot commented Sep 6, 2024

@mmorgantaylor mmorgantaylor merged commit d3bd62f into main Sep 6, 2024
12 checks passed
@mmorgantaylor mmorgantaylor deleted the TSPS-259_pipeline_run_result branch September 6, 2024 20:16
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.

2 participants