thoth-station / micropipenv

A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or converting them to pip-tools compatible output. Designed for containerized Python applications but not limited to them.
https://pypi.org/project/micropipenv/
GNU Lesser General Public License v3.0
231 stars 25 forks source link

✨ add Pipelines as Code #285

Open goern opened 10 months ago

goern commented 10 months ago

This PR is adding https://github.com/openshift-pipelines/pipelines-as-code tekton manifests, so that tox tests could be run on OpenShift/Kubernetes.

op1st-prow[bot] commented 10 months ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

op1st-prow[bot] commented 10 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign sesheta for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/thoth-station/micropipenv/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
goern commented 10 months ago

/hold

frenzymadness commented 10 months ago

What is the purpose of this PR?

goern commented 10 months ago

What is the purpose of this PR?

oh hey, sorry for polluting, I want to test, if we can run the tox tests on openshift via tekton pipelines.