Loading .gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,13 @@ jobs:python: - local: tests/jobs/python.yml strategy: depend jobs:python:custom-image: stage: test trigger: include: - local: tests/jobs/python-custom-image.yml strategy: depend # child pipelines to test our off-the-shelf pipelines pipelines:c: stage: test Loading python/pylint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ variables: python:pylint: extends: .python:pre-install variables: JOB_PACKAGE: pylint pylint-junit JOB_PACKAGE: pylint pylint-junit pylint-gitlab script: - !reference [".python:pre", script] - !reference [".python:pre-install", script] Loading tests/jobs/python-custom-image.yml 0 → 100644 +5 −0 Original line number Diff line number Diff line --- include: - local: tests/jobs/python.yml image: docker.io/python:slim Loading
.gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,13 @@ jobs:python: - local: tests/jobs/python.yml strategy: depend jobs:python:custom-image: stage: test trigger: include: - local: tests/jobs/python-custom-image.yml strategy: depend # child pipelines to test our off-the-shelf pipelines pipelines:c: stage: test Loading
python/pylint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ variables: python:pylint: extends: .python:pre-install variables: JOB_PACKAGE: pylint pylint-junit JOB_PACKAGE: pylint pylint-junit pylint-gitlab script: - !reference [".python:pre", script] - !reference [".python:pre-install", script] Loading
tests/jobs/python-custom-image.yml 0 → 100644 +5 −0 Original line number Diff line number Diff line --- include: - local: tests/jobs/python.yml image: docker.io/python:slim