File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 7676 java-k8s-e2e-test :
7777 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/java-k8s-test.yml@main
7878 secrets : inherit
79+ with :
80+ aws-region : us-east-1
81+ adot-image-name : ${{ inputs.adot-image-name }}
82+ caller-workflow-name : ' main-build'
83+
84+ java-ecs-e2e-test :
85+ uses : aws-observability/aws-application-signals-test-framework/.github/workflows/java-ecs-test.yml@main
86+ secrets : inherit
7987 with :
8088 aws-region : us-east-1
8189 adot-image-name : ${{ inputs.adot-image-name }}
Original file line number Diff line number Diff line change @@ -51,4 +51,4 @@ ARG ADOT_JAVA_VERSION
5151COPY --from=builder /usr/src/cp-utility/bin/cp-utility /bin/cp
5252
5353
54- COPY --chmod=go+r ./otelagent/build/libs/aws-opentelemetry-agent-${ADOT_JAVA_VERSION}.jar /javaagent.jar
54+ COPY --chmod=0644 ./otelagent/build/libs/aws-opentelemetry-agent-${ADOT_JAVA_VERSION}.jar /javaagent.jar
You can’t perform that action at this time.
0 commit comments