Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
fa6d3a7
Add CI testing involving hypre/hypredrive
victorapm Aug 1, 2026
8c5747f
Update XMLs
victorapm Aug 1, 2026
b6272ed
Additional fixes
victorapm Aug 2, 2026
6eee0c3
Remove redundant code
victorapm Aug 2, 2026
2174898
Regression tests
victorapm Aug 3, 2026
45e034f
Fix RCM issue
victorapm Aug 3, 2026
d9f3a4f
Fixes
victorapm Aug 3, 2026
125eff0
Update baseline
victorapm Aug 4, 2026
e57d089
Add crypto diagnostics
joshua-white Aug 9, 2026
ac366bd
Make GCP upload optional; Try to re-enable local sccache optimization
joshua-white Aug 9, 2026
2b1bba2
Set RUNS_ON: streak2 for defaulting sccache configurations
joshua-white Aug 10, 2026
7cd6253
Address concurrency issue by fixing NPROC and memory args
joshua-white Aug 10, 2026
9b2192f
Move unit tests from streak2 back to github
joshua-white Aug 10, 2026
04db4ad
Re-enable GCS sccache for gitub-runners
joshua-white Aug 10, 2026
d54f266
Use host networking for streak2 Docker CI jobs to avoid bridge DNS fa…
joshua-white Aug 11, 2026
a530e1d
Restore Docker bridge networking for streak2 CI jobs; Fixes outbound …
joshua-white Aug 11, 2026
c4f497d
Restore hypredrive CI helpers after rebasing onto develop.
victorapm Aug 13, 2026
5ae09d7
Merge branch 'develop' into feature/paludettomag1/hypredrive-testing
victorapm Aug 18, 2026
ac296ed
Make use of iterative
victorapm Aug 18, 2026
71368d0
Fix integrated tests involving hypre
victorapm Aug 18, 2026
c980f03
Fix CI hypredrive configure by using the TPL host-config path.
victorapm Aug 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ jobs:
echo "No new baseline archive was generated."
fi
fi

if [[ "${{ inputs.UPLOAD_TO_GCP }}" == "true" && -n "${{ inputs.GCP_BUCKET }}" ]]; then
if [[ "${{ inputs.BUILD_TYPE }}" = "integrated_tests" || ${EXIT_STATUS} -eq 0 ]]; then
CLOUDSDK_PYTHON=python3 gcloud config set storage/parallel_composite_upload_enabled True
Expand Down
17 changes: 16 additions & 1 deletion BASELINE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,40 @@ Stop dumping linear systems from ATS decks (`writeLinearSystem` no longer set).
PR #4088 (2026-07-27) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4088-17188-4247846.tar.gz>
Fluid reset after convergence failure

PR #3972 (2026-08-DD) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4108-17194-fec5349.tar.gz>
=====================
Add MGR tests to ATS

PR #3972 (2026-07-28) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr3972-17154-316e6d8.tar.gz>
Well model refactor . Integrated test update due to schema changes
=====================
Well model refactor . Integrated test update due to schema changes

PR #4088 (2026-07-27) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4088-17188-4247846.tar.gz>
=====================
Fluid reset after convergence failure

PR #3836 (2026-05-20) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr3836-17046-2e89f64.tar.gz>
=====================
Added statistics `Group` objects for each statistics `Task` instance

PR #4040 (2026-06-16) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4040-16993-1393f80.tar.gz>
=====================
Move relperm driver to use new constitutive driver framework

PR #3705 (2026-06-12) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr3705-16862-2b262bf.tar.gz>
=====================
Implement compositional enthalpy model

PR #4074 (2026-06-10) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4074-16937-bf66240.tar.gz>
=====================
Change triaxial driver to use restart for checks

PR #4067 (2026-06-10) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4067-16928-3038f6b.tar.gz>
=====================
Add Coulomb friction/cohesion input from vtk mesh

PR #4068 (2026-06-09) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4068-16828-c74157c.tar.gz>
=====================
Add MPI runs for smoke tests with surfaceGenerator

PR #4062 (2026-05-26) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4062-16784-6d8782e.tar.gz>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ decks = [
restart_step=28,
check_step=38,
restartcheck_params=RestartcheckParameters(**restartcheck_params)),
TestDeck(
name="deadoil_3ph_staircase_3d_iterative",
description=
"hypre MGR variant (exercises the hypredrive path when available)",
partitions=((1, 1, 1), (2, 2, 2)),
restart_step=28,
check_step=38,
restartcheck_params=RestartcheckParameters(atol=1e-6, rtol=1e-5)),
TestDeck(
name="deadoil_3ph_staircase_hybrid_3d",
description=
Expand All @@ -85,6 +93,14 @@ decks = [
restart_step=28,
check_step=38,
restartcheck_params=RestartcheckParameters(**restartcheck_params)),
TestDeck(
name="deadoil_3ph_staircase_hybrid_3d_iterative",
description=
"hypre MGR variant (exercises the hypredrive path when available)",
partitions=((1, 1, 1), (2, 2, 2)),
restart_step=28,
check_step=38,
restartcheck_params=RestartcheckParameters(atol=1e-6, rtol=1e-5)),
TestDeck(
name="deadoil_3ph_staircase_obl_3d",
description=
Expand All @@ -93,6 +109,14 @@ decks = [
restart_step=28,
check_step=38,
restartcheck_params=RestartcheckParameters(**restartcheck_params)),
TestDeck(
name="deadoil_3ph_staircase_obl_3d_iterative",
description=
"hypre MGR variant (exercises the hypredrive path when available)",
partitions=((1, 1, 1), (2, 2, 2)),
restart_step=28,
check_step=38,
restartcheck_params=RestartcheckParameters(atol=1e-6, rtol=1e-5)),
TestDeck(
name="deadoil_2ph_staircase_gravity_segregation_3d",
description=
Expand Down
Loading
Loading