-
-
Notifications
You must be signed in to change notification settings - Fork 132
Add tutorials with DuMux as solver into system tests #696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
| # - path: free-flow-over-porous-media | ||
| # case_combination: | ||
| # - free-flow-dumux | ||
| # - porous-media-dumux | ||
| # reference_result: ./free-flow-over-porous-media/reference-results/free-flow-dumux_porous-media-dumux.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remember to update.
|
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 |
Checklist:
changelog-entries/<PRnumber>.md.