Skip to content

Commit 1a2a233

Browse files
committed
remove 3.9 test dependency on 3.8 test run
1 parent b6b7cf8 commit 1a2a233

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,6 @@ jobs:
4646
# DEFAULT SETTING: {Python Version}, EC2, AMD64, AL2
4747
#
4848

49-
default-py38-amd64:
50-
needs: [ upload-main-build ]
51-
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
52-
secrets: inherit
53-
with:
54-
aws-region: us-east-1
55-
caller-workflow-name: 'main-build'
56-
python-version: '3.8'
57-
cpu-architecture: 'x86_64'
58-
staging-wheel-name: ${{ inputs.staging-wheel-name }}
59-
6049
default-py39-amd64:
6150
needs: [ upload-main-build ]
6251
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
@@ -106,19 +95,8 @@ jobs:
10695
# DEFAULT SETTING: {Python Version}, EKS, AMD64, AL2
10796
#
10897

109-
eks-py38-amd64:
110-
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
111-
secrets: inherit
112-
with:
113-
aws-region: us-east-1
114-
test-cluster-name: 'e2e-python-adot-test'
115-
adot-image-name: ${{ inputs.adot-image-name }}
116-
caller-workflow-name: 'main-build'
117-
python-version: '3.8'
118-
11998
eks-py39-amd64:
12099
if: ${{ always() }}
121-
needs: eks-py38-amd64
122100
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
123101
secrets: inherit
124102
with:

0 commit comments

Comments
 (0)