Skip to content

Add per-component build_timeout for system test Docker builds#848

Merged
MakisH merged 9 commits into
precice:developfrom
PranjalManhgaye:feature/840-build-timeout
Jun 29, 2026
Merged

Add per-component build_timeout for system test Docker builds#848
MakisH merged 9 commits into
precice:developfrom
PranjalManhgaye:feature/840-build-timeout

Conversation

@PranjalManhgaye

Copy link
Copy Markdown
Collaborator

Summary

  • add optional build_timeout to components in components.yaml (build step only)
  • resolve per-test build timeout as the maximum across distinct participants
  • set dumux-adapter : build_timeout: 1800 for long Dumux Docker builds
  • Document separate build vs run/compare timeouts in readme
    fixes Timeout for building system tests containers #840

Fixes precice#840. Components can set build_timeout in components.yaml; each test
uses the max across its participants. DuMuX builds get 1800s by default.

@MakisH MakisH left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for implementing! Here are some comments before testing on GHA.

Comment thread changelog-entries/848.md Outdated
Comment thread tools/tests/metadata_parser/metdata.py Outdated
Comment thread tools/tests/systemtests/Systemtest.py
Comment thread tools/tests/components.yaml Outdated
Comment thread tools/tests/README.md Outdated
Comment thread tools/tests/README.md Outdated
PranjalManhgaye and others added 2 commits June 24, 2026 23:55
Use past-tense changelog, int | None typing, 600s build timeouts for
DuMuX and SU2, 300s default run/compare timeout, and clarify max
build timeout behavior in docs.
Comment thread tools/tests/README.md Outdated
Comment thread tools/tests/README.md Outdated
Comment thread tools/tests/systemtests/Systemtest.py Outdated
@MakisH

MakisH commented Jun 28, 2026

Copy link
Copy Markdown
Member

A test run for the release test suite: https://github.com/precice/tutorials/actions/runs/28336482485 (attempt #2 is with a cleared cache)

Comment thread tools/tests/systemtests/Systemtest.py Outdated
Comment thread tools/tests/README.md Outdated

@MakisH MakisH left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made both timeouts a bit shorter and ran again all tests starting from a clean cache - all work: https://github.com/precice/tutorials/actions/runs/28362375986

Ready to merge!

@MakisH MakisH merged commit fe39607 into precice:develop Jun 29, 2026
2 checks passed
PranjalManhgaye added a commit to PranjalManhgaye/tutorials that referenced this pull request Jun 29, 2026
Resolve Systemtest.py conflict: keep build_timeout defaults from
develop (precice#848) and fieldcompare tolerance/skip_compare from precice#847.
PranjalManhgaye added a commit to PranjalManhgaye/tutorials that referenced this pull request Jun 30, 2026
Integrate latest develop (precice#847 tolerance/skip_compare, precice#848, precice#852, etc.)
and resolve TestSuite.py conflict while keeping external: tutorial support.
Set skip_compare on external suite entries now that precice#847 is merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timeout for building system tests containers

2 participants