diff --git a/.github/scripts/tests/test_opentelemetry_conformance_workflow.py b/.github/scripts/tests/test_opentelemetry_conformance_workflow.py index 7ff9abb4..b770f744 100644 --- a/.github/scripts/tests/test_opentelemetry_conformance_workflow.py +++ b/.github/scripts/tests/test_opentelemetry_conformance_workflow.py @@ -4,7 +4,7 @@ WORKFLOW_PATH = ( Path(__file__).parents[2] / "workflows" / "opentelemetry-conformance-tests.yml" ) -ORCHESTRATOR_REVISION = "8de1bbfdccfeb36d5f9ccee99f21533f0bcb1d72" +ORCHESTRATOR_REVISION = "91740c98b496409fa9f1bb8e8e6c329ca8b0185f" EXAMPLES_DIR = ( ".build/durable-sdk/packages/aws-durable-execution-sdk-python-conformance-tests-otel" ) @@ -13,6 +13,8 @@ def test_opentelemetry_conformance_caller_uses_current_workflow_contract() -> None: workflow = WORKFLOW_PATH.read_text() + assert ' schedule:\n - cron: "0 7 * * *"' in workflow + orchestrator = ( "uses: aws/aws-durable-execution-conformance-tests/.github/workflows/" f"opentelemetry-orchestrator.yml@{ORCHESTRATOR_REVISION}" diff --git a/.github/workflows/opentelemetry-conformance-tests.yml b/.github/workflows/opentelemetry-conformance-tests.yml index 1bfb2027..6746b1c8 100644 --- a/.github/workflows/opentelemetry-conformance-tests.yml +++ b/.github/workflows/opentelemetry-conformance-tests.yml @@ -21,6 +21,8 @@ on: - "packages/aws-durable-execution-sdk-python-otel/**" - "packages/aws-durable-execution-sdk-python-conformance-tests-otel/**" - ".github/workflows/opentelemetry-conformance-tests.yml" + schedule: + - cron: "0 7 * * *" workflow_dispatch: inputs: phase: @@ -56,7 +58,7 @@ jobs: actions: write contents: read id-token: write - uses: aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@8de1bbfdccfeb36d5f9ccee99f21533f0bcb1d72 + uses: aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@91740c98b496409fa9f1bb8e8e6c329ca8b0185f with: language: python resource_prefix: p