Closed jackdelahunt closed 3 months ago
@jackdelahunt: This pull request references RHOAIENG-2244 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.17.0" version, but no target version was set.
@jackdelahunt: This pull request references RHOAIENG-2244 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.17.0" version, but no target version was set.
/retest
@jackdelahunt: This pull request references RHOAIENG-2244 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.17.0" version, but no target version was set.
/retest
/approve
Looks good to me. I had a successful pipeline run with this PR and the tensorflow-housing.pipelinerun.yaml
. Not adding lgtm so that Marian can have a look too.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: biswassri, MarianMacik
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Description
When cloning from git we clone the whole repo and then refer to the model with
modelRelativePath
. When fetching from s3 we are copying the model directly which meansmodelRelativePath
is not needed. This ticket is to make the location of the model after each fetch step the same so the following tasks do not need to change their behaviour based on the tasked used before in the pipeline.This pr adds a new task to be used after the git fetch step to ensure the location of the model once we have moved on from fetching is in a common location.
There are other work arounds instead of adding a new task but we decided to do this as a first solution.
How Has This Been Tested?
Run e2e tests as normal
Merge criteria:
[x] The commits are squashed in a cohesive manner and have meaningful messages.
[x] Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
[x] The developer has manually tested the changes and verified that the changes work