Skip to content

Commit 180250d

Browse files
committed
test
1 parent 67b9e9a commit 180250d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
ADOT-Java-Branch:
2121
description: 'ADOT Java branch to use'
2222
required: true
23-
default: 'release/v2.11.x'
23+
default: 'lk-v2.11.x'
2424
type: string
2525

2626
jobs:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout aws-otel-java-instrumentation
4444
uses: actions/checkout@v4
4545
with:
46-
repository: aws-observability/aws-otel-java-instrumentation
46+
repository: lukeina2z/aws-otel-java-instrumentation
4747
ref: ${{ github.event.inputs.ADOT-Java-Branch }}
4848
path: aws-otel-java-instrumentation
4949

@@ -81,7 +81,7 @@ jobs:
8181
8282
cd terraform
8383
terraform init
84-
terraform apply -auto-approve -var "adot_layer_arn=${{ env.LAYER_VERSION_ARN }}"
84+
terraform apply -auto-approve -var="force_recreate=true" -var "adot_layer_arn=${{ env.LAYER_VERSION_ARN }}"
8585
8686
- name: Checkout current repository
8787
uses: actions/checkout@v4

0 commit comments

Comments
 (0)