Skip to content

Commit

Permalink
run cuda build again...save container
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Dec 19, 2023
1 parent 017d253 commit 1230aa5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ jobs:
# Remove the container and the workspace to avoid any conflict with the next run.
echo github.workspace = ${{ github.workspace }}
rm -rf ${{ github.workspace }}/*
docker rm -f ${CONTAINER_NAME}
# docker rm -f ${CONTAINER_NAME}

exit ${EXIT_STATUS}
36 changes: 18 additions & 18 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,24 +174,24 @@ jobs:

# If the 'ci: run integrated tests' PR label is found, the integrated tests will be run immediately after the cpu jobs.
# Note: The integrated tests are optional and are (for the moment) run for convenience only.
run_integrated_tests:
needs:
- is_pull_request_a_draft
- cpu_builds
if: "${{ contains( fromJSON( needs.is_pull_request_a_draft.outputs.LABELS ), 'ci: run integrated tests') }}"
uses: ./.github/workflows/build_and_test.yml
secrets: inherit
with:
BUILD_AND_TEST_CLI_ARGS: --build-exe-only
BUILD_TYPE: integrated_tests
CMAKE_BUILD_TYPE: Release
DOCKER_IMAGE_TAG: ${{ needs.is_pull_request_a_draft.outputs.DOCKER_IMAGE_TAG }}
DOCKER_REPOSITORY: geosx/ubuntu22.04-gcc11
ENABLE_HYPRE: ON
ENABLE_TRILINOS: OFF
GCP_BUCKET: geosx/integratedTests
RUNS_ON: streak
DOCKER_RUN_ARGS: "--cpus=4 --memory=128g"
# run_integrated_tests:
# needs:
# - is_pull_request_a_draft
# - cpu_builds
# if: "${{ contains( fromJSON( needs.is_pull_request_a_draft.outputs.LABELS ), 'ci: run integrated tests') }}"
# uses: ./.github/workflows/build_and_test.yml
# secrets: inherit
# with:
# BUILD_AND_TEST_CLI_ARGS: --build-exe-only
# BUILD_TYPE: integrated_tests
# CMAKE_BUILD_TYPE: Release
# DOCKER_IMAGE_TAG: ${{ needs.is_pull_request_a_draft.outputs.DOCKER_IMAGE_TAG }}
# DOCKER_REPOSITORY: geosx/ubuntu22.04-gcc11
# ENABLE_HYPRE: ON
# ENABLE_TRILINOS: OFF
# GCP_BUCKET: geosx/integratedTests
# RUNS_ON: streak
# DOCKER_RUN_ARGS: "--cpus=4 --memory=128g"

# If the 'ci: ready to be merged' PR label is found, the cuda jobs run immediately along side linux jobs.
# Note: CUDA jobs should only be run if PR is ready to merge.
Expand Down

0 comments on commit 1230aa5

Please sign in to comment.