Skip to content

Commit

Permalink
ci: switch icx to self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Sep 28, 2023
1 parent c27159d commit 7887f86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pytest-core-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,17 @@ jobs:

test-mpi-docker:
name: pytest-mpi
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
arch: [gcc, icx]
name: [gcc, icx]
include:
- name: gcc
arch: gcc
os: ubuntu-latest
- name: icx
arch: icx
os: ["self-hosted", "docker"]

steps:
- name: Checkout devito
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-core-nompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: pytest-docker-py39-icx-omp
python-version: '3.9'
os: ubuntu-22.04
os: ["self-hosted", "docker"]
arch: "icx"
language: "openmp"
sympy: "1.12"
Expand Down

0 comments on commit 7887f86

Please sign in to comment.