Open xu-hao opened 4 years ago
RENCI/pds-release
Create tickets for these next steps:
Questions: a. if we move all the plugins from RENCI/pds to RENCI/pds-release, should we still make pds a separate repo, and have it be a sub-module to pds-release? b. if pds is a submodule to pds-release, should we rename it to pdspi-pds (to be consistent)? c. should we also move over AUTHORS, CHANGES, CODE_OF_CONDUCT, CONTRIBUTING?
Regarding 2. above:
system.py creates the release by grabbing any existing tags from repos included under 'modules' directory; we want to reuse some of the source code in system.py (or maybe use travis) and create release.py to create a release that includes the docker image binaries so that an adopter can also just download and validate all the binaries and not have to build them on the secure enclave.
...and we don't do the validation, the secure enclave people that download the binaries do the validation on those "blackboxes"
update system testing with new API
What problem(s) do you aim to solve?
Create a release repo containing submodules all pds related repos
What feature solves it and why?
Each maintainer of container releases their own container and send a pr.
What implementation(s) do you suggest?
Run integration test on Travis ci Anything else? Leave blank, as needed