Skip to content

Commit

Permalink
Update toolchains on tioga, lassen, ruby and poodle (#582)
Browse files Browse the repository at this point in the history
* Update RSC with rocm 6.1.2 and more + reactivate rocm job for testing

* Update Radiuss Shared CI too (minor changes there)

* Fix regression in submodules

* Allow failure for new xl compiler on lassen, same error as with previous version

* From RSC: Upgrade to [email protected] and [email protected] in CI on tioga

* Clean CI config

* From RSC: Enforce coherency between rocm software stack and compiler
  • Loading branch information
adrienbernede authored Aug 9, 2024
1 parent 9fe5a82 commit 1c34787
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ stages:
include:
- local: '.gitlab/custom-jobs-and-variables.yml'
- project: 'radiuss/radiuss-shared-ci'
ref: 'v2024.04.0'
ref: 'v2024.07.0'
file: 'pipelines/${CI_MACHINE}.yml'
- artifact: '${CI_MACHINE}-jobs.yml'
job: 'generate-job-lists'
Expand All @@ -86,7 +86,7 @@ include:
file: 'id_tokens.yml'
# [Optional] checks preliminary to running the actual CI test
- project: 'radiuss/radiuss-shared-ci'
ref: 'v2024.04.0'
ref: 'v2024.07.0'
file: 'utilities/preliminary-ignore-draft-pr.yml'
# pipelines subscribed by the project
- local: '.gitlab/subscribed-pipelines.yml'
8 changes: 8 additions & 0 deletions .gitlab/jobs/lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ xl_2022_08_19_gcc_8_3_1_cuda_11_2_0:
extends: .job_on_lassen
allow_failure: true

# Allow failure due to weird error only with XL on Lassen. Passes in debug mode.
xl_2023_06_28_gcc_11_2_1_cuda_11_8_0:
variables:
SPEC: "${PROJECT_LASSEN_VARIANTS} +cuda %xl@=16.1.1.14.cuda.11.8.0.gcc.11.2.1 ^[email protected]+allow-unsupported-compilers ${PROJECT_LASSEN_DEPS}"
MODULE_LIST: "cuda/11.8.0"
extends: .job_on_lassen
allow_failure: true

############
# Extra jobs
############
Expand Down
8 changes: 1 addition & 7 deletions .gitlab/jobs/tioga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,5 @@ variables:

master:
variables:
SPEC: " +tests %[email protected]"
extends: .job_on_tioga

rocmcc_6_1_1_hip:
variables:
ON_TIOGA: "OFF"
SPEC: "${PROJECT_TIOGA_VARIANTS} +rocm amdgpu_target=gfx90a %[email protected] ^[email protected] ${PROJECT_TIOGA_DEPS}"
SPEC: " +tests %[email protected]"
extends: .job_on_tioga

0 comments on commit 1c34787

Please sign in to comment.