CI: adjust parallel param hip build

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2021-10-15 12:24:33 -04:00
parent 14a788bb49
commit e1d8b72700

@ -74,7 +74,7 @@ build:ubuntu2004_hip_kokkos:
CMAKE_BUILD_TYPE: RelWithDebInfo
VTKM_SETTINGS: "benchmarks+kokkos+hip+no_virtual+no_rendering"
CMAKE_PREFIX_PATH: "/opt/rocm/lib/cmake"
CTEST_MAX_PARALLELISM: "3"
CTEST_MAX_PARALLELISM: "1"
timeout: 12 hours
test:ubuntu2004_hip_kokkos:
@ -93,4 +93,4 @@ test:ubuntu2004_hip_kokkos:
- build:ubuntu2004_hip_kokkos
needs:
- build:ubuntu2004_hip_kokkos
timeout: 2 hours
timeout: 3 hours