Skip to content

Commit f451e35

Browse files
authored
Enable Perf Testing Workflow for Lambda Java Layer v2 (#445)
The current Lambda Java Layer performance testing workflow is hard-coded to use the ADOT v1.33 branch. This PR updates the workflow to use the ADOT v2.11.x branch, which will unblock the release process for Lambda Java Layer v2. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 3f8a5b6 commit f451e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-lambda-layer-perf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939
with:
4040
repository: aws-observability/aws-otel-java-instrumentation
41-
ref: release/v1.33.x
41+
ref: release/v2.11.x
4242
path: aws-otel-java-instrumentation
4343

4444
- name: Setup Terraform

0 commit comments

Comments
 (0)