Skip to content
Snippets Groups Projects
Verified Commit 7d1830d0 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent f4a9292f
No related branches found
No related tags found
No related merge requests found
Pipeline #37773 passed
Pipeline: CaosDB Octave library

#37780

    Pipeline: caosdb-julialib

    #37779

      Pipeline: caosdb-cppinttest

      #37777

        ...@@ -44,7 +44,6 @@ stages: ...@@ -44,7 +44,6 @@ stages:
        - setup - setup
        - test - test
        - deploy - deploy
        - trigger_downstream
        info: info:
        tags: [cached-dind] tags: [cached-dind]
        ...@@ -176,8 +175,8 @@ trigger_inttest: ...@@ -176,8 +175,8 @@ trigger_inttest:
        # After the cppinttest have been successful, also start tests for Octave... # After the cppinttest have been successful, also start tests for Octave...
        trigger_octavelib: trigger_octavelib:
        stage: trigger_downstream stage: deploy
        needs: [ trigger_prepare ] needs: [ trigger_prepare, trigger_inttest ]
        inherit: inherit:
        variables: variables:
        # List the variables that shall be inherited, which also means they will override any equally # List the variables that shall be inherited, which also means they will override any equally
        ...@@ -198,8 +197,8 @@ trigger_octavelib: ...@@ -198,8 +197,8 @@ trigger_octavelib:
        # ... and for Julia. # ... and for Julia.
        trigger_julialib: trigger_julialib:
        stage: trigger_downstream stage: deploy
        needs: [ trigger_prepare ] needs: [ trigger_prepare, trigger_inttest ]
        inherit: inherit:
        variables: variables:
        # List the variables that shall be inherited, which also means they will override any equally # List the variables that shall be inherited, which also means they will override any equally
        ......
        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