Skip to content

Commit f91af2d

Browse files
committed
Add abck rocm
1 parent afd347e commit f91af2d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ci/cscs/rocm/run_rocm-6.3.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ variables:
5454
# 1 rank debug
5555
# ---------------------------------------------------------
5656
ippl-test-rocm6_3-debug-1-rank:
57-
needs: ["ippl-build- rocm6_3-debug"]
58-
extends: .ippl-test- rocm-common
57+
needs: ["ippl-build-rocm6_3-debug"]
58+
extends: .ippl-test-rocm-common
5959
variables:
6060
SLURM_NTASKS: 1
6161
BUILD_DIR: "build-$CI_COMMIT_SHORT_SHA-debug"
@@ -66,8 +66,8 @@ ippl-test-rocm6_3-debug-1-rank:
6666
# 1 rank release
6767
# ---------------------------------------------------------
6868
ippl-test-rocm6_3-release-1-rank:
69-
needs: ["ippl-build- rocm6_3-release"]
70-
extends: .ippl-test- rocm-common
69+
needs: ["ippl-build-rocm6_3-release"]
70+
extends: .ippl-test-rocm-common
7171
variables:
7272
SLURM_NTASKS: 1
7373
BUILD_DIR: "build-$CI_COMMIT_SHORT_SHA-release"
@@ -78,8 +78,8 @@ ippl-test-rocm6_3-release-1-rank:
7878
# 4 ranks release
7979
# ---------------------------------------------------------
8080
ippl-test-rocm6_3-release-4-ranks:
81-
needs: ["ippl-build- rocm6_3-release"]
82-
extends: .ippl-test- rocm-common
81+
needs: ["ippl-build-rocm6_3-release"]
82+
extends: .ippl-test-rocm-common
8383
variables:
8484
SLURM_NTASKS: 4
8585
BUILD_DIR: "build-$CI_COMMIT_SHORT_SHA-release"
@@ -90,8 +90,8 @@ ippl-test-rocm6_3-release-4-ranks:
9090
# 4 ranks release : known failing tests
9191
# ---------------------------------------------------------
9292
ippl-test-rocm6_3-release-failing-4-ranks:
93-
needs: ["ippl-build- rocm6_3-release"]
94-
extends: .ippl-test- rocm-common
93+
needs: ["ippl-build-rocm6_3-release"]
94+
extends: .ippl-test-rocm-common
9595
variables:
9696
SLURM_NTASKS: 4
9797
BUILD_DIR: "build-$CI_COMMIT_SHORT_SHA-release"

0 commit comments

Comments
 (0)