Skip to content

Commit 58178e4

Browse files
ci: Disable unit test run on Ubuntu Debug build due to timed out tests on streak2 (#3932)
* disable unit test on gcc debug build * Handle empty BUILD_AND_TEST_CLI_ARGS in CI workflow --------- Co-authored-by: Randolph Settgast <settgast1@llnl.gov>
1 parent 654a813 commit 58178e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
HOST_CONFIG: /spack-generated.cmake
161161

162162
- name: Ubuntu debug (20.04, gcc 10.5.0, open-mpi 4.0.3) - github codespaces
163+
BUILD_AND_TEST_CLI_ARGS: "--no-run-unit-tests"
163164
CMAKE_BUILD_TYPE: Debug
164165
DOCKER_REPOSITORY: geosx/ubuntu20.04-gcc10
165166
BUILD_SHARED_LIBS: ON
@@ -235,6 +236,7 @@ jobs:
235236

236237
uses: ./.github/workflows/build_and_test.yml
237238
with:
239+
BUILD_AND_TEST_CLI_ARGS: ${{ matrix.BUILD_AND_TEST_CLI_ARGS || '' }}
238240
BUILD_SHARED_LIBS: ${{ matrix.BUILD_SHARED_LIBS }}
239241
CMAKE_BUILD_TYPE: ${{ matrix.CMAKE_BUILD_TYPE }}
240242
DOCKER_IMAGE_TAG: ${{ needs.is_not_draft_pull_request.outputs.DOCKER_IMAGE_TAG }}

0 commit comments

Comments
 (0)