From b4ae627277cf611acbbbb8485de19af59adef9d7 Mon Sep 17 00:00:00 2001 From: Frank Chen Date: Thu, 20 Aug 2026 18:53:41 +0000 Subject: [PATCH 1/2] ci: schedule long-running OTel conformance tests --- .github/workflows/otel-conformance-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/otel-conformance-tests.yml b/.github/workflows/otel-conformance-tests.yml index 568b6db50..22b789faa 100644 --- a/.github/workflows/otel-conformance-tests.yml +++ b/.github/workflows/otel-conformance-tests.yml @@ -25,6 +25,8 @@ on: - "conformance-tests-otel/**" - "pom.xml" - ".github/workflows/otel-conformance-tests.yml" + schedule: + - cron: "0 7 * * *" workflow_dispatch: inputs: phase: From a3909853fed2a958386be0ec6eaae6d354e6f655 Mon Sep 17 00:00:00 2001 From: Ayushi Ahjolia Date: Fri, 21 Aug 2026 10:08:49 -0700 Subject: [PATCH 2/2] ci: bump OTel conformance orchestrator pin to latest 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. --- .github/workflows/otel-conformance-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/otel-conformance-tests.yml b/.github/workflows/otel-conformance-tests.yml index 22b789faa..1e69aacd7 100644 --- a/.github/workflows/otel-conformance-tests.yml +++ b/.github/workflows/otel-conformance-tests.yml @@ -61,13 +61,13 @@ jobs: actions: write contents: read id-token: write - uses: aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@0f0b5bda84116ef77034451b9c4c21774e76d8e4 + uses: aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@91740c98b496409fa9f1bb8e8e6c329ca8b0185f with: language: java resource_prefix: j sdk_repository: aws/aws-durable-execution-sdk-java sdk_ref: ${{ github.event.pull_request.head.sha || github.sha }} - conformance_test_ref: ${{ inputs.conformance_test_ref || '0f0b5bda84116ef77034451b9c4c21774e76d8e4' }} + conformance_test_ref: ${{ inputs.conformance_test_ref || '91740c98b496409fa9f1bb8e8e6c329ca8b0185f' }} checkout_sdk: true # Build the handlers from this repo's checked-out module instead of the conformance repo's # bundled examples/java. Path is relative to the conformance workspace where the SDK is