Skip to content

Commit

Permalink
[EKS/Test] Always run all versions of python for EKS main build (#299)
Browse files Browse the repository at this point in the history
Quick improvement

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
majanjua-amzn authored Dec 6, 2024
2 parents 423f955 + e06706e commit 8d66556
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/application-signals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
python-version: '3.8'

eks-v3-9-amd64:
if: ${{ always() }}
needs: eks-v3-8-amd64
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
secrets: inherit
Expand All @@ -128,6 +129,7 @@ jobs:
python-version: '3.9'

eks-v3-10-amd64:
if: ${{ always() }}
needs: eks-v3-9-amd64
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
secrets: inherit
Expand All @@ -139,6 +141,7 @@ jobs:
python-version: '3.10'

eks-v3-11-amd64:
if: ${{ always() }}
needs: eks-v3-10-amd64
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
secrets: inherit
Expand All @@ -150,6 +153,7 @@ jobs:
python-version: '3.11'

eks-v3-12-amd64:
if: ${{ always() }}
needs: eks-v3-11-amd64
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
secrets: inherit
Expand Down

0 comments on commit 8d66556

Please sign in to comment.