Skip to content

Remove DE workflow job timeout and threads override#257

Merged
sdebruyn merged 1 commit into
mainfrom
ci/de-remove-timeout
May 17, 2026
Merged

Remove DE workflow job timeout and threads override#257
sdebruyn merged 1 commit into
mainfrom
ci/de-remove-timeout

Conversation

@sdebruyn

Copy link
Copy Markdown
Owner

Summary

  • Drop timeout-minutes: 60 from all three jobs in integration-tests-de.yml so the GitHub Actions 6-hour default applies. The last two runs (dispatch, scheduled) were cancelled at exactly 1h0m with all completed tests passing — the suite simply outgrew the limit.
  • Remove the FABRIC_TEST_THREADS: 2 env override in all three jobs so the conftest fallback of 10 takes effect, matching local development.

Test plan

  • Manually trigger the workflow (gh workflow run integration-tests-de.yml) and confirm the run completes within the 6-hour default.
  • Verify the next scheduled run (Sun 01:00 UTC) finishes without cancellation.

🤖 Generated with Claude Code

The DE integration tests have outgrown the 60-minute timeout-minutes
limit — the last two runs (scheduled + dispatched) were cancelled at
the hour mark with all completed tests passing. Drop the field so the
GitHub Actions 6-hour default applies.

Also remove the FABRIC_TEST_THREADS: 2 override so the conftest default
of 10 takes effect, matching local runs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 17, 2026 19:02
@sdebruyn sdebruyn merged commit 096cc45 into main May 17, 2026
6 of 7 checks passed
@sdebruyn sdebruyn deleted the ci/de-remove-timeout branch May 17, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant