Loading .gitlab-ci.yml +0 −16 Original line number Diff line number Diff line Loading @@ -29,8 +29,6 @@ jobs:c: include: - local: tests/jobs/c.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS jobs:docker: stage: test Loading @@ -38,8 +36,6 @@ jobs:docker: include: - local: tests/jobs/docker.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS jobs:docs: stage: test Loading @@ -47,8 +43,6 @@ jobs:docs: include: - local: tests/jobs/docs.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS jobs:python: stage: test Loading @@ -56,8 +50,6 @@ jobs:python: include: - local: tests/jobs/python.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS # child pipelines to test our off-the-shelves pipelines pipelines:c: Loading @@ -66,8 +58,6 @@ pipelines:c: include: - local: tests/pipelines/c.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS pipelines:docker: stage: test Loading @@ -75,8 +65,6 @@ pipelines:docker: include: - local: tests/pipelines/docker.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS pipelines:python: stage: test Loading @@ -84,8 +72,6 @@ pipelines:python: include: - local: tests/pipelines/python.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS pipelines:python&docker: stage: test Loading @@ -93,5 +79,3 @@ pipelines:python&docker: include: - local: tests/pipelines/python-docker.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS Loading
.gitlab-ci.yml +0 −16 Original line number Diff line number Diff line Loading @@ -29,8 +29,6 @@ jobs:c: include: - local: tests/jobs/c.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS jobs:docker: stage: test Loading @@ -38,8 +36,6 @@ jobs:docker: include: - local: tests/jobs/docker.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS jobs:docs: stage: test Loading @@ -47,8 +43,6 @@ jobs:docs: include: - local: tests/jobs/docs.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS jobs:python: stage: test Loading @@ -56,8 +50,6 @@ jobs:python: include: - local: tests/jobs/python.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS # child pipelines to test our off-the-shelves pipelines pipelines:c: Loading @@ -66,8 +58,6 @@ pipelines:c: include: - local: tests/pipelines/c.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS pipelines:docker: stage: test Loading @@ -75,8 +65,6 @@ pipelines:docker: include: - local: tests/pipelines/docker.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS pipelines:python: stage: test Loading @@ -84,8 +72,6 @@ pipelines:python: include: - local: tests/pipelines/python.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS pipelines:python&docker: stage: test Loading @@ -93,5 +79,3 @@ pipelines:python&docker: include: - local: tests/pipelines/python-docker.yml strategy: depend rules: - if: $CI_OPEN_MERGE_REQUESTS