A small example demonstrating Python package releases uploaded using AICoE-CI to Operate First Pulp instance.
To trigger a new package release to Pulp:
- Make sure you are stated as a maintainer of the package in
.thoth.yaml
file (in "version" manager section) - Trigger a new release by opening an issue - follow Kebechet version manager documentation for more info
- Once the PR is opened and all CI checks pass, the pull request adjusting version identifier is automatically merged
- The pipeline will release the Python package to the Pulp instance,
respecting
.aicoe-ci.yaml
configuration present in Git root
- To check progress, visit Tekton on Operate First (PipelineRuns) and in the search bar type:
project:<github-project-name>
(e.g.project:aicoe-ci-pulp-upload-example
)