Skip to content

Commit

Permalink
try string again
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Jan 26, 2024
1 parent b6e142d commit c5390d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
ENABLE_TRILINOS: ${{ matrix.ENABLE_TRILINOS }}
GCP_BUCKET: ${{ matrix.GCP_BUCKET }}
HOST_CONFIG: ${{ matrix.HOST_CONFIG }}
RUNS_ON: "[streak0, streak1]"
RUNS_ON: streak0
secrets: inherit

# If the 'ci: run integrated tests' PR label is found, the integrated tests will be run immediately after the cpu jobs.
Expand All @@ -202,7 +202,7 @@ jobs:
ENABLE_HYPRE: ON
ENABLE_TRILINOS: OFF
GCP_BUCKET: geosx/integratedTests
RUNS_ON: "[streak0, streak1]"
RUNS_ON: streak0
DOCKER_RUN_ARGS: "--cpus=4 --memory=128g"

code_coverage:
Expand Down Expand Up @@ -249,15 +249,15 @@ jobs:
ENABLE_HYPRE_DEVICE: CUDA
ENABLE_HYPRE: ON
ENABLE_TRILINOS: OFF
RUNS_ON: "[streak0, streak1]"
RUNS_ON: streak0
DOCKER_RUN_ARGS: "--cpus=4 --memory=128g --runtime=nvidia --gpus all"


# - name: Centos (7.7, gcc 8.3.1, open-mpi 1.10.7, cuda 11.8.89)
# BUILD_AND_TEST_CLI_ARGS: "--no-run-unit-tests --no-install-schema"
# CMAKE_BUILD_TYPE: Release
# DOCKER_REPOSITORY: geosx/centos7.7-gcc8.3.1-cuda11.8.89
# RUNS_ON: "[streak0, streak1]"
# RUNS_ON: streak0
# USE_SCCACHE: false
# DOCKER_RUN_ARGS: "--cpus=4 --memory=16g"

Expand Down

0 comments on commit c5390d7

Please sign in to comment.