ci: schedule long-running OTel conformance tests - #639
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Update the pinned aws-durable-execution-conformance-tests ref from 0f0b5bda to 91740c9 in both the orchestrator `uses:` ref and the `conformance_test_ref` default. The newer orchestrator adds explicit schedule-event handling so the daily 07:00 UTC trigger launches the day-scale long-running cycle instead of the 60s short run, which is what this PR's schedule is for.
Codex AI reviewNo actionable findings. Residual risk: the daily launch/check path depends on the externally pinned reusable workflow and is only exercised after merge on the default branch. Reviewed commit |
Claude AI reviewNo actionable findings. This PR is a scoped, CI-trigger-only change to
Verified: valid cron syntax and correct YAML placement of Residual risk: For scheduled runs, Reviewed commit |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue Link, if available
aws/aws-durable-execution-conformance-tests#90
Description
Restore the daily 07:00 UTC trigger from the former shared Java OpenTelemetry workflow. Scheduled runs reach the reusable orchestrator with a schedule event, which automatically checks the active day-scale run or launches the next one.
Related PRs:
Demo/Screenshots
N/A
Checklist
Testing
Unit Tests
N/A; this is a workflow-trigger-only change.
Integration Tests
.github/workflows/otel-conformance-tests.ymlsuccessfully with Ruby YAMLgit diff --checkExamples
N/A