Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ openfoam-adapter:
template: component-templates/openfoam-adapter.yaml
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand Down
42 changes: 23 additions & 19 deletions tests/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bare: # A default component used when the solver does not have any dependencies
template: component-templates/bare.yaml
build_arguments: # these things mean something to the docker-service
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -16,7 +16,7 @@ calculix-adapter:
template: component-templates/calculix-adapter.yaml
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -35,7 +35,7 @@ dealii-adapter:
template: component-templates/dealii-adapter.yaml
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -53,7 +53,7 @@ dumux-adapter:
build_timeout: 900
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -75,7 +75,7 @@ dune-adapter:
build_timeout: 900
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -92,9 +92,10 @@ dune-adapter:

fenics-adapter:
template: component-templates/fenics-adapter.yaml
build_timeout: 600
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -114,7 +115,7 @@ fenicsx-adapter:
template: component-templates/fenicsx-adapter.yaml
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -132,9 +133,10 @@ fenicsx-adapter:

fmi-runner:
template: component-templates/fmi-runner.yaml
build_timeout: 600
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -154,7 +156,7 @@ julia-bindings:
template: component-templates/julia-bindings.yaml
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -171,7 +173,7 @@ mercurydpm-adapter:
template: component-templates/mercurydpm-adapter.yaml
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -185,7 +187,7 @@ micro-manager:
template: component-templates/micro-manager.yaml
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -200,9 +202,10 @@ micro-manager:

nutils-adapter:
template: component-templates/nutils-adapter.yaml
build_timeout: 600
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -219,7 +222,7 @@ openfoam-adapter:
template: component-templates/openfoam-adapter.yaml
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -236,9 +239,10 @@ openfoam-adapter:

python-bindings:
template: component-templates/python-bindings.yaml
build_timeout: 600
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -255,7 +259,7 @@ rust-bindings:
template: component-templates/rust-bindings.yaml
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -274,7 +278,7 @@ solids4foam:
build_arguments:
PLATFORM:
description: Dockerfile platform used
default: "ubuntu_2404"
default: "ubuntu_2604"
# The name "PLATFORM" is misleading: For this component, we use a different base image.
TUTORIALS_REF:
description: Tutorial git reference to use
Expand All @@ -285,10 +289,10 @@ solids4foam:

su2-adapter:
template: component-templates/su2-adapter.yaml
build_timeout: 600
build_timeout: 900
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
PRECICE_REF:
repository: https://github.com/precice/precice
default: "develop"
Expand All @@ -308,7 +312,7 @@ aste:
build_timeout: 600
build_arguments:
PLATFORM:
default: "ubuntu_2404"
default: "ubuntu_2604"
# The name "PLATFORM" is misleading: For this component, we use a different base image.
PRECICE_REF:
repository: https://github.com/precice/precice
Expand Down
Loading