Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakerMohd committed Nov 21, 2024
1 parent 3508dd3 commit 899c0ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/application-signals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
upload-main-build-image:
runs-on: ${{ matrix.os }}
outputs:
short_sha: ${{ env.SHORT_SHA }}
continue-on-error: true
strategy:
matrix:
Expand All @@ -67,7 +69,7 @@ jobs:
- os: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: short_sha
- name: Get Short SHA
run: |
shortsha="$(git rev-parse --short HEAD)"
Expand Down Expand Up @@ -146,7 +148,7 @@ jobs:
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/dotnet-eks-test.yml@dotnetE2ERouteFix
secrets: inherit
with:
adot-image-name: ${{ inputs.adot-linux-image-name }}-${{ env.SHORT_SHA }}
adot-image-name: ${{ inputs.adot-linux-image-name }}-${{ needs.upload-main-build-image.outputs.short_sha }}
aws-region: us-east-1
test-cluster-name: 'e2e-dotnet-adot-test'
caller-workflow-name: 'main-build'
Expand All @@ -156,7 +158,7 @@ jobs:
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/dotnet-eks-windows-test.yml@dotnetE2ERouteFix
secrets: inherit
with:
adot-image-name: ${{ inputs.adot-windows-image-name }}-${{ env.SHORT_SHA }}
adot-image-name: ${{ inputs.adot-windows-image-name }}-${{ needs.upload-main-build-image.outputs.short_sha }}
aws-region: us-east-1
test-cluster-name: 'eks-windows-manual'
caller-workflow-name: 'main-build'

0 comments on commit 899c0ca

Please sign in to comment.