Skip to content

Commit 1cdf37c

Browse files
Jeel-mehtaJeel Mehta
andauthored
[.NET] Add K8s test (#167)
Co-authored-by: Jeel Mehta <[email protected]>
1 parent 25fa24e commit 1cdf37c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/application-signals-e2e-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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:
@@ -74,7 +74,7 @@ jobs:
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:

.github/workflows/release_lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)