File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,15 @@ jobs:
177177 aws-region : us-east-1
178178 test-cluster-name : ' e2e-dotnet-windows-canary-test'
179179 caller-workflow-name : ' main-build'
180+
181+ dotnet-k8s-test :
182+ needs : [ upload-main-build, upload-main-build-image ]
183+ uses : aws-observability/aws-application-signals-test-framework/.github/workflows/dotnet-k8s-test.yml@main
184+ secrets : inherit
185+ with :
186+ aws-region : us-east-1
187+ caller-workflow-name : ' main-build'
188+ adot-image-name : ${{ inputs.adot-linux-image-name }}-${{ needs.upload-main-build-image.outputs.short_sha }}
180189
181190 build-lambda-staging-sample-app :
182191 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 6262 with :
6363 name : aws-distro-opentelemetry-dotnet-instrumentation-linux-musl-x64.zip
6464 path : ./artifacts/linux/x64-musl
65-
65+
6666 - name : Download Linux arm64 MUSL Artifact
6767 uses : actions/download-artifact@v4
6868 with :
7474 with :
7575 name : aws-otel-dotnet-install.sh
7676 path : ./installationScripts
77-
77+
7878 - name : Download psm1 installation script
7979 uses : actions/download-artifact@v4
8080 with :
Original file line number Diff line number Diff line change @@ -194,4 +194,4 @@ jobs:
194194 --title "Release lambda-v${{ github.event.inputs.version }}" \
195195 --draft \
196196 "lambda-v${{ github.event.inputs.version }}" \
197- layer.tf
197+ layer.tf
You can’t perform that action at this time.
0 commit comments