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

PIPELINE

parent a904dbd4
No related branches found
No related tags found
No related merge requests found
Pipeline #37771 passed
Pipeline: CaosDB Octave library

#37776

    Pipeline: caosdb-julialib

    #37775

      Pipeline: caosdb-cppinttest

      #37774

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