Skip to content
Snippets Groups Projects
Commit 53bba82c authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[ci] avoid call to dune control in test stage

parent cba97a42
No related branches found
No related tags found
1 merge request!2408Feature/ci integration
Pipeline #3568 passed
Pipeline: dumux-lecture

#3572

    Pipeline: dumux

    #3571

      Pipeline: dumux

      #3570

        +1
        ...@@ -16,20 +16,19 @@ select tests: ...@@ -16,20 +16,19 @@ select tests:
        - dunecontrol --opts=$DUNE_OPTS_FILE --current all - dunecontrol --opts=$DUNE_OPTS_FILE --current all
        - | - |
        pushd build-cmake pushd build-cmake
        python3 ../bin/testing/findtests.py -f ../affectedtests.json -t origin/master python3 ../bin/testing/findtests.py -f affectedtests.json -t origin/master
        popd popd
        artifacts: artifacts:
        paths: paths:
        - affectedtests.json - build-cmake
        expire_in: 3 hours expire_in: 3 hours
        build dumux: build dumux:
        stage: build stage: build
        script: script:
        - dunecontrol --opts=$DUNE_OPTS_FILE --current all
        - cp affectedtests.json build-cmake
        - | - |
        pushd build-cmake pushd build-cmake
        make clean
        python3 ../bin/testing/runselectedtests.py -c affectedtests.json -b python3 ../bin/testing/runselectedtests.py -c affectedtests.json -b
        popd popd
        artifacts: artifacts:
        ...@@ -43,7 +42,6 @@ build dumux: ...@@ -43,7 +42,6 @@ build dumux:
        test dumux: test dumux:
        stage: test stage: test
        script: script:
        - dunecontrol --opts=$DUNE_OPTS_FILE --current all
        - | - |
        pushd build-cmake pushd build-cmake
        python3 ../bin/testing/runselectedtests.py -c affectedtests.json -t python3 ../bin/testing/runselectedtests.py -c affectedtests.json -t
        ......
        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