File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
actions/cpUtility-testing Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Set up Docker Buildx
3131 uses : docker/setup-buildx-action@v3
32+ with :
33+ driver-opts : image=moby/buildkit:v0.15.1
3234
3335 - name : Configure AWS Credentials
3436 uses : aws-actions/configure-aws-credentials@v4
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 @@ -103,6 +103,8 @@ jobs:
103103
104104 - name : Set up Docker Buildx
105105 uses : docker/setup-buildx-action@v3
106+ with :
107+ driver-opts : image=moby/buildkit:v0.15.1
106108 if : ${{ matrix.os == 'ubuntu-latest' }}
107109
108110 - name : Build image for testing
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=go+r ./otelagent/build/libs/aws-opentelemetry-agent-${ADOT_JAVA_VERSION}.jar /javaagent.jar
You can’t perform that action at this time.
0 commit comments