-
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
archive complete PACTA data input directory during CI/CD #348
Comments
I believe that |
but the CI/CD here adds benchmarks and possibly peer files to it before adding to the Docker image... so to inspect the same thing locally one has to reconstruct it manually based on what they think happened during the CI/CD |
Ah. noted. Would you prefer an actual zip to download, or if It's just a tidy collection of links/pointers to the Azure Storage would that be enough? |
I only ever access Azure through the webGUI, which unfortunately does not support downloading multiple files. There's also something satisfying to me about having a single zip file that has everything in it rather than a directory full of files which could hypothetically much more easily get modified. |
Pack the `pacta-data` and `templates.transition.monitor` directories that were used to build the image, and upload archive to Azure Blob container. Closes #348.
It would be advantageous for whatever constructed version of PACTA data inputs is created in CI/CD for workflow.transition.monitor Docker images was also archived somewhere on Azure for reference/easy access, otherwise one has to reconstruct it manually, which is tedious and error prone.
The text was updated successfully, but these errors were encountered: