Skip to content

Commit 5abaa1a

Browse files
committed
Remove debugging comments
1 parent d5adb95 commit 5abaa1a

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

.github/workflows/ci_tests.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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.

scripts/ci_build_and_test_in_container.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
272270
fi
273271

274272
if [[ "${RUN_INTEGRATED_TESTS}" = true ]]; then

0 commit comments

Comments
 (0)