Task #4189
Updated by bmbouter almost 6 years ago
This would add a build+test+publish of core images to Since the PyPI test+publish pipeline that work is triggered from a new tag being added to already done see it's spec in the repo. So today it when that pipeline triggers it: 1. pulp-smash the code and if it passes 2. publish the code to PyPI This would update that pipeline to instead build a container based on the centos7-python36 vanilla container. 1. pulp-smash the code and if it passes 2. build a container on top of centos7-python36 container that contains pulpcore and pulpcore-plugin 3. pulp-smash ^ container and if it passes 4. publish the code to PyPI 5. publish the container to quay.io PR comment: https://github.com/pulp/pulp/pull/3740