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 76
76
java-k8s-e2e-test :
77
77
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/java-k8s-test.yml@main
78
78
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
79
87
with :
80
88
aws-region : us-east-1
81
89
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
51
51
COPY --from=builder /usr/src/cp-utility/bin/cp-utility /bin/cp
52
52
53
53
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