Skip to content

Commit

Permalink
ci: Fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Jul 5, 2023
1 parent aaabb0f commit d305eb5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-bases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
include:
- tag: 'devitocodes/bases:nvidia-nvc'
arch: 'arch=nvc'
version: 'ver=nvhpc-22-7'
version: 'ver=nvhpc-23-3'
dockerfile: './docker/Dockerfile.nvidia'
runner: ["self-hosted", "nvidiagpu"]

- tag: 'devitocodes/bases:nvidia-nvcc'
arch: 'arch=nvcc'
version: 'ver=nvhpc-22-7'
version: 'ver=nvhpc-23-3'
dockerfile: './docker/Dockerfile.nvidia'
runner: ["self-hosted", "nvidiagpu"]

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/pytest-core-nompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
pytest-ubuntu-py310-gcc10-noomp,
pytest-ubuntu-py311-gcc12-omp,
pytest-osx-py38-clang-omp,
pytest-docker-py38-gcc-omp,
pytest-docker-py38-icc-omp,
pytest-docker-py38-icx-omp
pytest-docker-py39-gcc-omp,
pytest-docker-py39-icc-omp,
pytest-docker-py39-icx-omp
]
set: [base, adjoint]
include:
Expand Down Expand Up @@ -92,22 +92,22 @@ jobs:
language: "C"
sympy: "1.9"

- name: pytest-docker-py38-gcc-omp
python-version: '3.8'
- name: pytest-docker-py39-gcc-omp
python-version: '3.9'
os: ubuntu-latest
arch: "gcc"
language: "openmp"
sympy: "1.10"

- name: pytest-docker-py38-icc-omp
python-version: '3.8'
- name: pytest-docker-py39-icc-omp
python-version: '3.9'
os: ubuntu-22.04
arch: "icc"
language: "openmp"
sympy: "1.11"

- name: pytest-docker-py38-icx-omp
python-version: '3.8'
- name: pytest-docker-py39-icx-omp
python-version: '3.9'
os: ubuntu-22.04
arch: "icx"
language: "openmp"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This Dockerfile contains the Devito codes and can be built using different base images.
##############################################################

ARG pyversion=python:3.9
ARG pyversion=python:3.8
ARG arch=gcc

# Base image
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This Dockerfile contains the NVidia HPC SDK (nvc, cuda, OpenMPI) for Devito
##############################################################
ARG ver
ARG pyversion=python:3.9
ARG pyversion=python:3.8
ARG arch="nvc"

########################################################################
Expand Down

0 comments on commit d305eb5

Please sign in to comment.