File tree Expand file tree Collapse file tree 3 files changed +15
-21
lines changed
Expand file tree Collapse file tree 3 files changed +15
-21
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,9 @@ jobs:
146146
147147 # pygeosx testing
148148 ENABLE_PYGEOSX=${{ inputs.ENABLE_PYGEOSX }}
149- echo "********************************* ENABLE_PYGEOSX: ${ENABLE_PYGEOSX}"
150149 docker_args+=(-e ENABLE_PYGEOSX=${ENABLE_PYGEOSX:-OFF})
151150 if [ "${{ inputs.ENABLE_PYGEOSX }}" == 'ON' ]; then
152- echo "******************** RUN_PYGEOSX_TESTS string ADDED"
153151 script_args+=(--run-pygeosx-tests)
154- else
155- echo "******************** RUN_PYGEOSX_TESTS string NOT ADDED"
156152 fi
157153
158154 docker_args+=(--cap-add=SYS_PTRACE --rm)
Original file line number Diff line number Diff line change @@ -208,21 +208,21 @@ jobs:
208208 GCP_BUCKET : geosx/integratedTests
209209 RUNS_ON : ubuntu-22.04
210210
211- # code_coverage:
212- # needs:
213- # - is_not_draft_pull_request
214- # uses: ./.github/workflows/build_and_test.yml
215- # secrets: inherit
216- # with:
217- # BUILD_AND_TEST_CLI_ARGS: "--no-run-unit-tests"
218- # CMAKE_BUILD_TYPE: Debug
219- # CODE_COVERAGE: true
220- # DOCKER_IMAGE_TAG: ${{ needs.is_not_draft_pull_request.outputs.DOCKER_IMAGE_TAG }}
221- # DOCKER_REPOSITORY: geosx/ubuntu22.04-gcc11
222- # ENABLE_HYPRE: ON
223- # ENABLE_TRILINOS: OFF
224- # GCP_BUCKET: geosx/ubuntu22.04-gcc11
225- # RUNS_ON: Runner_4core_16GB
211+ code_coverage :
212+ needs :
213+ - is_not_draft_pull_request
214+ uses : ./.github/workflows/build_and_test.yml
215+ secrets : inherit
216+ with :
217+ BUILD_AND_TEST_CLI_ARGS : " --no-run-unit-tests"
218+ CMAKE_BUILD_TYPE : Debug
219+ CODE_COVERAGE : true
220+ DOCKER_IMAGE_TAG : ${{ needs.is_not_draft_pull_request.outputs.DOCKER_IMAGE_TAG }}
221+ DOCKER_REPOSITORY : geosx/ubuntu22.04-gcc11
222+ ENABLE_HYPRE : ON
223+ ENABLE_TRILINOS : OFF
224+ GCP_BUCKET : geosx/ubuntu22.04-gcc11
225+ RUNS_ON : Runner_4core_16GB
226226
227227 # If the 'ci: ready to be merged' PR label is found, the cuda jobs run immediately along side linux jobs.
228228 # Note: CUDA jobs should only be run if PR is ready to merge.
Original file line number Diff line number Diff line change @@ -267,8 +267,6 @@ if [[ "${RUN_PYGEOSX_TESTS}" = true ]]; then
267267 or_die ninja pygeosx
268268 or_die ninja geosx_python_tools
269269 or_die ninja pygeosx_unit_tests
270- else
271- echo " **************************** DID NOT RUN_PYGEOSX_TESTS"
272270fi
273271
274272if [[ " ${RUN_INTEGRATED_TESTS} " = true ]]; then
You can’t perform that action at this time.
0 commit comments