Skip to content
Snippets Groups Projects
Commit 5e0a4590 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Retry to fix dependencies pipeline

parent dcc977eb
Branches
Tags
No related merge requests found
Pipeline #1223 failed
Pipeline: conan-docker-tools

#1226

    Pipeline: conan-docker-tools

    #1225

      Pipeline: conan-docker-tools

      #1224

        include: include: .gitlab/main.gitlab-ci.yml
        - local: .gitlab/main.gitlab-ci.yml
        \ No newline at end of file
        ...@@ -6,8 +6,6 @@ variables: ...@@ -6,8 +6,6 @@ variables:
        NAME: conan-el6-gcc44-x86 NAME: conan-el6-gcc44-x86
        CONTAINER_TEST_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:$CI_COMMIT_REF_SLUG CONTAINER_TEST_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:$CI_COMMIT_REF_SLUG
        CONTAINER_RELEASE_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:latest CONTAINER_RELEASE_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:latest
        ## Needs: to make child download parent artifacts. ID of parent pipeline needs to pass.
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        stages: stages:
        - build - build
        ...@@ -42,20 +40,33 @@ release: ...@@ -42,20 +40,33 @@ release:
        - docker tag ${CONTAINER_TEST_IMAGE} ${CONTAINER_RELEASE_IMAGE} - docker tag ${CONTAINER_TEST_IMAGE} ${CONTAINER_RELEASE_IMAGE}
        - docker push ${CONTAINER_RELEASE_IMAGE} - docker push ${CONTAINER_RELEASE_IMAGE}
        child-pipeline:
        stage: test
        trigger:
        include: child.yml
        strategy: depend
        conan-el6-gcc73-x86: conan-el6-gcc73-x86:
        stage: deploy stage: deploy
        trigger: trigger:
        include: .gitlab/conan-el6-gcc73-x86.gitlab-ci.yml include: .gitlab/conan-el6-gcc73-x86.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        conan-el6-gcc83-x86: conan-el6-gcc83-x86:
        stage: deploy stage: deploy
        trigger: trigger:
        include: .gitlab/conan-el6-gcc83-x86.gitlab-ci.yml include: .gitlab/conan-el6-gcc83-x86.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        conan-el6-gcc91-x86: conan-el6-gcc91-x86:
        stage: deploy stage: deploy
        trigger: trigger:
        include: .gitlab/conan-el6-gcc91-x86.gitlab-ci.yml include: .gitlab/conan-el6-gcc91-x86.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        \ No newline at end of file
        ...@@ -6,8 +6,6 @@ variables: ...@@ -6,8 +6,6 @@ variables:
        NAME: conan-el6-gcc44 NAME: conan-el6-gcc44
        CONTAINER_TEST_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:$CI_COMMIT_REF_SLUG CONTAINER_TEST_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:$CI_COMMIT_REF_SLUG
        CONTAINER_RELEASE_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:latest CONTAINER_RELEASE_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:latest
        ## Needs: to make child download parent artifacts. ID of parent pipeline needs to pass.
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        stages: stages:
        - build - build
        ...@@ -47,15 +45,21 @@ conan-el6-gcc73: ...@@ -47,15 +45,21 @@ conan-el6-gcc73:
        trigger: trigger:
        include: .gitlab/conan-el6-gcc73.gitlab-ci.yml include: .gitlab/conan-el6-gcc73.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        conan-el6-gcc83: conan-el6-gcc83:
        stage: deploy stage: deploy
        trigger: trigger:
        include: .gitlab/conan-el6-gcc83.gitlab-ci.yml include: .gitlab/conan-el6-gcc83.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        conan-el6-gcc91: conan-el6-gcc91:
        stage: deploy stage: deploy
        trigger: trigger:
        include: .gitlab/conan-el6-gcc91.gitlab-ci.yml include: .gitlab/conan-el6-gcc91.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        \ No newline at end of file
        ...@@ -6,8 +6,6 @@ variables: ...@@ -6,8 +6,6 @@ variables:
        NAME: conan-el7-gcc48-x86 NAME: conan-el7-gcc48-x86
        CONTAINER_TEST_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:$CI_COMMIT_REF_SLUG CONTAINER_TEST_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:$CI_COMMIT_REF_SLUG
        CONTAINER_RELEASE_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:latest CONTAINER_RELEASE_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:latest
        ## Needs: to make child download parent artifacts. ID of parent pipeline needs to pass.
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        stages: stages:
        - build - build
        ...@@ -47,15 +45,21 @@ conan-el7-gcc73-x86: ...@@ -47,15 +45,21 @@ conan-el7-gcc73-x86:
        trigger: trigger:
        include: .gitlab/conan-el7-gcc73-x86.gitlab-ci.yml include: .gitlab/conan-el7-gcc73-x86.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        conan-el7-gcc83-x86: conan-el7-gcc83-x86:
        stage: deploy stage: deploy
        trigger: trigger:
        include: .gitlab/conan-el7-gcc83-x86.gitlab-ci.yml include: .gitlab/conan-el7-gcc83-x86.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        conan-el7-gcc93-x86: conan-el7-gcc93-x86:
        stage: deploy stage: deploy
        trigger: trigger:
        include: .gitlab/conan-el7-gcc93-x86.gitlab-ci.yml include: .gitlab/conan-el7-gcc93-x86.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        \ No newline at end of file
        ...@@ -6,8 +6,6 @@ variables: ...@@ -6,8 +6,6 @@ variables:
        NAME: conan-el7-gcc48 NAME: conan-el7-gcc48
        CONTAINER_TEST_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:$CI_COMMIT_REF_SLUG CONTAINER_TEST_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:$CI_COMMIT_REF_SLUG
        CONTAINER_RELEASE_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:latest CONTAINER_RELEASE_IMAGE: ${CI_REGISTRY_IMAGE}/${NAME}:latest
        ## Needs: to make child download parent artifacts. ID of parent pipeline needs to pass.
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        stages: stages:
        - build - build
        ...@@ -47,15 +45,22 @@ conan-el7-gcc73: ...@@ -47,15 +45,22 @@ conan-el7-gcc73:
        trigger: trigger:
        include: .gitlab/conan-el7-gcc73.gitlab-ci.yml include: .gitlab/conan-el7-gcc73.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        conan-el7-gcc83: conan-el7-gcc83:
        stage: deploy stage: deploy
        trigger: trigger:
        include: .gitlab/conan-el7-gcc83.gitlab-ci.yml include: .gitlab/conan-el7-gcc83.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        conan-el7-gcc93: conan-el7-gcc93:
        stage: deploy stage: deploy
        trigger: trigger:
        include: .gitlab/conan-el7-gcc93.gitlab-ci.yml include: .gitlab/conan-el7-gcc93.gitlab-ci.yml
        strategy: depend strategy: depend
        variables:
        PARENT_PIPELINE_ID: $CI_PIPELINE_ID
        \ No newline at end of file
        stages:
        - triggers
        conan-el6-gcc44:
        stage: triggers
        trigger:
        include: .gitlab/conan-el6-gcc44.gitlab-ci.yml include: .gitlab/conan-el6-gcc44.gitlab-ci.yml
        strategy: depend
        # rules:
        # - changes:
        # - conan-el6-gcc44/Dockerfile
        conan-el6-gcc44-x86: # stages:
        stage: triggers # - triggers
        trigger:
        include: .gitlab/conan-el6-gcc44-x86.gitlab-ci.yml # conan-el6-gcc44:
        strategy: depend # stage: triggers
        # rules: # trigger:
        # - changes: # include: .gitlab/conan-el6-gcc44.gitlab-ci.yml
        # - conan-el6-gcc44-x86/Dockerfile # strategy: depend
        # # rules:
        # # - changes:
        # # - conan-el6-gcc44/Dockerfile
        # conan-el6-gcc44-x86:
        # stage: triggers
        # trigger:
        # include: .gitlab/conan-el6-gcc44-x86.gitlab-ci.yml
        # strategy: depend
        # # rules:
        # # - changes:
        # # - conan-el6-gcc44-x86/Dockerfile
        conan-el7-gcc48: # conan-el7-gcc48:
        stage: triggers # stage: triggers
        trigger: # trigger:
        include: .gitlab/conan-el7-gcc48.gitlab-ci.yml # include: .gitlab/conan-el7-gcc48.gitlab-ci.yml
        strategy: depend # strategy: depend
        # rules: # # rules:
        # - changes: # # - changes:
        # - conan-el7-gcc48/Dockerfile # # - conan-el7-gcc48/Dockerfile
        conan-el7-gcc48-x86: # conan-el7-gcc48-x86:
        stage: triggers # stage: triggers
        trigger: # trigger:
        include: .gitlab/conan-el7-gcc48-x86.gitlab-ci.yml # include: .gitlab/conan-el7-gcc48-x86.gitlab-ci.yml
        strategy: depend # strategy: depend
        # rules: # # rules:
        # - changes: # # - changes:
        # - conan-el7-gcc48-x86/Dockerfile # # - conan-el7-gcc48-x86/Dockerfile
        \ No newline at end of file \ No newline at end of file
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment