copied from preCICE tutorials
This commit is contained in:
parent
46a7e98752
commit
3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions
16
preCICE_tools/tests/component-templates/nutils-adapter.yaml
Normal file
16
preCICE_tools/tests/component-templates/nutils-adapter.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
build:
|
||||
context: {{ dockerfile_context }}
|
||||
args:
|
||||
{% for key, value in build_arguments.items() %}
|
||||
- {{key}}={{value}}
|
||||
{% endfor %}
|
||||
target: nutils_adapter
|
||||
depends_on:
|
||||
prepare:
|
||||
condition: service_completed_successfully
|
||||
volumes:
|
||||
- {{ run_directory }}:/runs
|
||||
command: >
|
||||
/bin/bash -c "id &&
|
||||
cd '/runs/{{ tutorial_folder }}/{{ case_folder }}' &&
|
||||
{{ run }} | tee system-tests_{{ case_folder }}.log 2>&1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue