-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow failure for intel jobs on ruby and poodle and cce 18 jobs on ti…
…oga, add cce 17 job on tioga
- Loading branch information
1 parent
9472f24
commit 9161b2b
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,13 @@ | |
# project. We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} | ||
# So that the comparison with the original job is easier. | ||
|
||
# No overridden jobs so far. | ||
# Compiler error preventing a test to succeed. | ||
# https://github.com/LLNL/RAJA/pull/1712#issuecomment-2316335119 | ||
cce_18_0_0: | ||
variables: | ||
SPEC: "${PROJECT_TIOGA_VARIANTS} %cce@=18.0.0 ${PROJECT_TIOGA_DEPS}" | ||
extends: .job_on_tioga | ||
allow_failure: true | ||
|
||
############ | ||
# Extra jobs | ||
|
@@ -26,6 +32,11 @@ | |
# ${PROJECT_<MACHINE>_DEPS} in the extra jobs. There is no reason not to fully | ||
# describe the spec here. | ||
|
||
cce_17_0_1: | ||
variables: | ||
SPEC: "${PROJECT_TIOGA_VARIANTS} %cce@=17.0.1 ${PROJECT_TIOGA_DEPS}" | ||
extends: .job_on_tioga | ||
|
||
rocmcc_6_2_0_hip_desul_atomics: | ||
variables: | ||
SPEC: "~shared +rocm ~openmp +desul +tests amdgpu_target=gfx90a %rocmcc@=6.2.0 ^[email protected] ^blt@develop" | ||
|