Skip to content

Rename OpenShift 4 Python tests from test_* to test_ocp_* name #685

Rename OpenShift 4 Python tests from test_* to test_ocp_* name

Rename OpenShift 4 Python tests from test_* to test_ocp_* name #685

on:
issue_comment:
types:
- created
jobs:
distgen-check:
uses: "sclorg/ci-actions/.github/workflows/distgen-check.yml@main"
check-readme:
uses: "sclorg/ci-actions/.github/workflows/check-readme.yml@main"
container-tests:
needs: check-readme
uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main"
with:
enabled-tests: '["container","openshift-4","openshift-pytest"]'
versions: '[ "12", "13", "15", "16" ]'
openshift-versions: '[ "12", "13", "15", "16" ]'
secrets: inherit