Skip to content

Commit a48092e

Browse files
committed
ci: bump OTel orchestrator pin to latest conformance commit
1 parent 1a0e7e7 commit a48092e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/tests/test_opentelemetry_conformance_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
WORKFLOW_PATH = (
55
Path(__file__).parents[2] / "workflows" / "opentelemetry-conformance-tests.yml"
66
)
7-
ORCHESTRATOR_REVISION = "8de1bbfdccfeb36d5f9ccee99f21533f0bcb1d72"
7+
ORCHESTRATOR_REVISION = "91740c98b496409fa9f1bb8e8e6c329ca8b0185f"
88
EXAMPLES_DIR = (
99
".build/durable-sdk/packages/aws-durable-execution-sdk-python-conformance-tests-otel"
1010
)

.github/workflows/opentelemetry-conformance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
actions: write
5959
contents: read
6060
id-token: write
61-
uses: aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@8de1bbfdccfeb36d5f9ccee99f21533f0bcb1d72
61+
uses: aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@91740c98b496409fa9f1bb8e8e6c329ca8b0185f
6262
with:
6363
language: python
6464
resource_prefix: p

0 commit comments

Comments
 (0)