Loading .gitlab-ci.yml +15 −8 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ jobs:c: - local: tests/jobs/c.yml strategy: depend jobs:docker: jobs:container: stage: test trigger: include: - local: tests/jobs/docker.yml - local: tests/jobs/container.yml strategy: depend jobs:docs: Loading @@ -74,23 +74,30 @@ pipelines:c: - local: tests/pipelines/c.yml strategy: depend pipelines:docker: pipelines:python: stage: test trigger: include: - local: tests/pipelines/docker.yml - local: tests/pipelines/python.yml strategy: depend pipelines:python: pipelines:container:polirepo: stage: test trigger: include: - local: tests/pipelines/python.yml - local: tests/pipelines/container/polirepo.yml strategy: depend pipelines:container:monorepo: stage: test trigger: include: - local: tests/pipelines/container/monorepo.yml strategy: depend pipelines:python&docker: pipelines:container:python: stage: test trigger: include: - local: tests/pipelines/python-docker.yml - local: tests/pipelines/container/python.yml strategy: depend docker/compose/config.yml→container/compose/config.yml +0 −0 File moved. View file docker/grype.yml→container/grype.yml +0 −0 File moved. View file docker/kaniko.yml→container/kaniko.yml +0 −0 File moved. View file pipelines/container/monorepo.yml +2 −2 Original line number Diff line number Diff line --- include: - local: "docker/kaniko.yml" - local: "docker/grype.yml" - local: "container/kaniko.yml" - local: "container/grype.yml" # skips default polirepo job inherited kaniko: Loading Loading
.gitlab-ci.yml +15 −8 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ jobs:c: - local: tests/jobs/c.yml strategy: depend jobs:docker: jobs:container: stage: test trigger: include: - local: tests/jobs/docker.yml - local: tests/jobs/container.yml strategy: depend jobs:docs: Loading @@ -74,23 +74,30 @@ pipelines:c: - local: tests/pipelines/c.yml strategy: depend pipelines:docker: pipelines:python: stage: test trigger: include: - local: tests/pipelines/docker.yml - local: tests/pipelines/python.yml strategy: depend pipelines:python: pipelines:container:polirepo: stage: test trigger: include: - local: tests/pipelines/python.yml - local: tests/pipelines/container/polirepo.yml strategy: depend pipelines:container:monorepo: stage: test trigger: include: - local: tests/pipelines/container/monorepo.yml strategy: depend pipelines:python&docker: pipelines:container:python: stage: test trigger: include: - local: tests/pipelines/python-docker.yml - local: tests/pipelines/container/python.yml strategy: depend
pipelines/container/monorepo.yml +2 −2 Original line number Diff line number Diff line --- include: - local: "docker/kaniko.yml" - local: "docker/grype.yml" - local: "container/kaniko.yml" - local: "container/grype.yml" # skips default polirepo job inherited kaniko: Loading