Skip to content

Commit f52eca0

Browse files
authored
update test matrix of the docker containers (#567)
* update test matrix of the docker containers. Add 2025 R2 and remove previews. * update code owners
1 parent a3b45d2 commit f52eca0

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# These owners will be the default owners for everything in
55
# the repo. Unless a later match takes precedence,
66
# Owners will be requested for review when someone opens a PR.
7-
* @greschd @janvonrickenbach @roosre
7+
* @greschd @janvonrickenbach @roosre @sraimondi

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@ jobs:
7676
# if other containers must be tested.
7777
run: |
7878
docker pull ghcr.io/ansys/pydpf-composites:${{ env.CONTAINER_TAG }}
79-
docker pull ghcr.io/ansys/pydpf-composites:2025r1_pre0
80-
docker pull ghcr.io/ansys/pydpf-composites:2024r2_pre1
81-
docker pull ghcr.io/ansys/pydpf-composites:2024r2_pre0
82-
docker pull ghcr.io/ansys/pydpf-composites:2024r1_pre0
79+
docker pull ghcr.io/ansys/pydpf-composites:2025r2
80+
docker pull ghcr.io/ansys/pydpf-composites:2025r1
81+
docker pull ghcr.io/ansys/pydpf-composites:2024r2
8382
docker pull ghcr.io/ansys/pydpf-composites:2024r1
8483
docker pull ghcr.io/ansys/pydpf-composites:2023r2_pre1
8584

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ setenv =
3232
commands =
3333
poetry install -E test
3434
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=latest {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
35-
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=2025r1_pre0 {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
36-
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=2024r2_pre1 {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
37-
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=2024r2_pre0 {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
35+
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=2025r2 {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
36+
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=2025r1 {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
37+
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=2024r2 {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
3838
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=2024r1 {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
39-
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=2024r1_pre0 {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
4039
poetry run pytest --reruns 1 --license-server={env:LICENSE_SERVER:} --image-tag=2023r2_pre1 {env:PYTEST_MARKERS:} {env:PYTEST_EXTRA_ARGS:} {env:PYTEST_COV_APPEND_ARG:} {posargs:-vv}
4140

4241
[testenv:test-minimal]

0 commit comments

Comments
 (0)