Skip to content

Commit

Permalink
Update some specs and remove allow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Oct 29, 2024
1 parent 58ff1da commit 314f510
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitlab/jobs/corona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ clang_19_0_0_sycl_gcc_10_3_1_rocmcc_5_7_1_hip:
SPEC: " ~shared +sycl ~openmp tests=basic %clang@=19.0.0 cxxflags==\"-w -fsycl -fsycl-unnamed-lambda -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend --offload-arch=gfx906\" ^blt@develop"
MODULE_LIST: "rocm/5.7.1"
extends: .job_on_corona
##allow_failure: true
4 changes: 2 additions & 2 deletions .gitlab/jobs/poodle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gcc_10_3_1:
# ${PROJECT_<MACHINE>_DEPS} in the extra jobs. There is no reason not to fully
# describe the spec here.

intel_2022_1_0_mpi:
intel_2023_2_1_mpi:
variables:
SPEC: "~shared +openmp +mpi %intel@=2022.1.0 ^mvapich2 ^blt@develop"
SPEC: "~shared +openmp +mpi +lowopttest cxxflags==-fp-model=precise %intel@=2023.2.1 ^mvapich2 ^blt@develop"
extends: .job_on_poodle
4 changes: 2 additions & 2 deletions .gitlab/jobs/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gcc_10_3_1:
# ${PROJECT_<MACHINE>_DEPS} in the extra jobs. There is no reason not to fully
# describe the spec here.

intel_2022_1_0_mpi:
intel_2023_2_1_mpi:
variables:
SPEC: "~shared +openmp +mpi %intel@=2022.1.0 ^mvapich2 ^blt@develop"
SPEC: "~shared +openmp +mpi +lowopttest cxxflags==-fp-model=precise %intel@=2023.2.1 ^mvapich2 ^blt@develop"
extends: .job_on_ruby
1 change: 0 additions & 1 deletion .gitlab/jobs/tioga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ rocmcc_6_2_0_hip_openmp_mpi:
variables:
SPEC: "~shared +rocm +openmp +mpi amdgpu_target=gfx90a %rocmcc@=6.2.0 ^[email protected] ^blt@develop"
extends: .job_on_tioga
##allow_failure: true

0 comments on commit 314f510

Please sign in to comment.