Skip to content
Snippets Groups Projects
Verified Commit 876c8690 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

meta(CI): switch back to the sub-pipeline variant.

parent 4b8eeb8f
Branches test-develop
No related tags found
No related merge requests found
Pipeline #80153 passed
Pipeline: bob.pad.face

#80210

    Pipeline: bob.bio.video

    #80204

      Pipeline: bob.fusion.base

      #80167

        +10
        ......@@ -15,19 +15,15 @@ stages:
        bob/bob:
        stage: core
        trigger:
        include:
        - project: bob/bob
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob
        branch: develop
        strategy: depend
        bob/bob.io.base:
        stage: core
        trigger:
        include:
        - project: bob/bob.io.base
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.io.base
        branch: develop
        strategy: depend
        needs: ['bob/bob']
        ......@@ -37,10 +33,8 @@ bob/core:
        - PROJECT: ["bob/bob.measure", "bob/bob.learn.em", "bob/bob.pipelines"]
        stage: core
        trigger:
        include:
        - project: $PROJECT
        ref: develop
        file: '.gitlab-ci.yml'
        project: $PROJECT
        branch: develop
        strategy: depend
        needs: ['bob/bob.io.base']
        ......@@ -48,10 +42,8 @@ bob/core:
        bob/bob.bio.base:
        stage: bio
        trigger:
        include:
        - project: bob/bob.bio.base
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.bio.base
        branch: develop
        strategy: depend
        needs: ['bob/core']
        ......@@ -61,20 +53,16 @@ bob/bob.bio:
        - PROJECT: ["bob/bob.bio.face", "bob/bob.bio.vein", "bob/bob.bio.spear"]
        stage: bio
        trigger:
        include:
        - project: $PROJECT
        ref: develop
        file: '.gitlab-ci.yml'
        project: $PROJECT
        branch: develop
        strategy: depend
        needs: ['bob/bob.bio.base']
        bob/bob.bio.video:
        stage: bio
        trigger:
        include:
        - project: bob/bob.bio.video
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.bio.video
        branch: develop
        strategy: depend
        needs: ['bob/bob.bio']
        ......@@ -82,30 +70,24 @@ bob/bob.bio.video:
        bob/bob.pad.base:
        stage: pad
        trigger:
        include:
        - project: bob/bob.pad.base
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.pad.base
        branch: develop
        strategy: depend
        needs: ['bob/bob.bio.base']
        bob/bob.pad.face:
        stage: pad
        trigger:
        include:
        - project: bob/bob.pad.face
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.pad.face
        branch: develop
        strategy: depend
        needs: ['bob/bob.pad.base', 'bob/bob.bio.video']
        bob/bob.fusion.base:
        stage: fusion
        trigger:
        include:
        - project: bob/bob.fusion.base
        ref: develop
        file: '.gitlab-ci.yml'
        project: bob/bob.fusion.base
        branch: develop
        strategy: depend
        needs: ['bob/bob.bio.base', 'bob/bob.pad.base']
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment