-
Notifications
You must be signed in to change notification settings - Fork 0
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 testing files with extra JSON Array #388
Conversation
@AlexAxthelm CI build seems to be failing, but it seems totally unrelated to the changes in RMI-PACTA/pacta.portfolio.report#97. It looks like we're missing a crucial file in the blob storage test for the extra_array Looking into it |
I really can't figure out what is going on with these failures. |
The issue is that when we download the user results, they aren't in the right location to be mounted to the docker image, so we move them (using unix This PR now includes a change such that the testing pipeline can handle user results located somewhere other than |
to allow (almost) processing identical inputs such as differing by only user_results
Docker build status
|
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.
looks great!!
In support of RMI-PACTA/pacta.portfolio.report#97
Allows for testing user_results directories at non-standard blob locations.