Add tutorials with DuMux as solver into system tests#696
Add tutorials with DuMux as solver into system tests#696
Conversation
|
To test: trigger the run testsuite manual workflow with:
|
|
I got further in the debugging and now see the error: #21 0.167 Cloning into 'dumux-adapter'...
#21 0.678 error: pathspec 'main' did not match any file(s) known to git
#21 ERROR: process "/bin/bash -c git clone --depth 1 https://github.com/precice/dumux-adapter.git && cd dumux-adapter && if [ -n \"${DUMUX_ADAPTER_PR}\" ]; then git fetch origin pull/${DUMUX_ADAPTER_PR}/head; fi && git checkout ${DUMUX_ADAPTER_REF} && cd .. && dunecontrol --opts=cmake-test.opts --only=dumux-adapter all" did not complete successfully: exit code: 1
------
> [micro-dumux dumux_adapter 6/6] RUN git clone --depth 1 https://github.com/precice/dumux-adapter.git && cd dumux-adapter && if [ -n "${DUMUX_ADAPTER_PR}" ]; then git fetch origin pull/${DUMUX_ADAPTER_PR}/head; fi && git checkout main && cd .. && dunecontrol --opts=cmake-test.opts --only=dumux-adapter all:
0.167 Cloning into 'dumux-adapter'...
0.678 error: pathspec 'main' did not match any file(s) known to git
------It seems like |
|
You are pulling with |
|
With the last manual run of the test suite The manual run before the change to the docker file failed for timeout. Possible reasons are: two times complete compilation of DUNE modules took double the time, or one of this compilations failed build of the adapter, as I built and tested locally to find that the solver can't find the adapter among the other DUNE modules. |
Checklist:
changelog-entries/<PRnumber>.md.