Skip to content

Commit 527586d

Browse files
committed
Resume all tests.
1 parent 392c8ba commit 527586d

File tree

2 files changed

+38
-44
lines changed

2 files changed

+38
-44
lines changed

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

Lines changed: 33 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -41,46 +41,40 @@ jobs:
4141
- name: Upload main-build adot.whl to s3
4242
run: aws s3 cp ${{ inputs.staging-wheel-name }} s3://adot-main-build-staging-jar/${{ inputs.staging-wheel-name }}
4343

44-
- name: Get Python Distro Output
45-
id: python_output
46-
run: |
47-
echo " input image: "
48-
echo "${{ inputs.adot-image-name }}"
44+
python-ec2-default-e2e-test:
45+
needs: [ upload-main-build ]
46+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
47+
secrets: inherit
48+
with:
49+
aws-region: us-east-1
50+
staging-wheel-name: aws_opentelemetry_distro-0.2.0.dev0-07ca0f26-py3-none-any.whl
51+
caller-workflow-name: 'main-build'
52+
53+
python-ec2-asg-e2e-test:
54+
needs: [ upload-main-build ]
55+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-asg-test.yml@main
56+
secrets: inherit
57+
with:
58+
aws-region: us-east-1
59+
staging-wheel-name: aws_opentelemetry_distro-0.2.0.dev0-07ca0f26-py3-none-any.whl
60+
caller-workflow-name: 'main-build'
61+
62+
python-eks-e2e-test:
63+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
64+
secrets: inherit
65+
with:
66+
aws-region: us-east-1
67+
test-cluster-name: 'e2e-python-adot-test'
68+
adot-image-name: ${{ inputs.adot-image-name }}
69+
caller-workflow-name: 'main-build'
4970

50-
# python-ec2-default-e2e-test:
51-
# needs: [ upload-main-build ]
52-
# uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
53-
# secrets: inherit
54-
# with:
55-
# aws-region: us-east-1
56-
# staging-wheel-name: aws_opentelemetry_distro-0.2.0.dev0-07ca0f26-py3-none-any.whl
57-
# caller-workflow-name: 'main-build'
58-
#
59-
# python-ec2-asg-e2e-test:
60-
# needs: [ upload-main-build ]
61-
# uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-asg-test.yml@main
62-
# secrets: inherit
63-
# with:
64-
# aws-region: us-east-1
65-
# staging-wheel-name: aws_opentelemetry_distro-0.2.0.dev0-07ca0f26-py3-none-any.whl
66-
# caller-workflow-name: 'main-build'
67-
#
68-
# python-eks-e2e-test:
69-
# uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
70-
# secrets: inherit
71-
# with:
72-
# aws-region: us-east-1
73-
# test-cluster-name: 'e2e-python-adot-test'
74-
# adot-image-name: ${{ inputs.adot-image-name }}
75-
# caller-workflow-name: 'main-build'
76-
#
77-
# python-k8s-e2e-test:
78-
# uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-k8s-test.yml@main
79-
# secrets: inherit
80-
# with:
81-
# aws-region: us-east-1
82-
# adot-image-name: ${{ inputs.adot-image-name }}
83-
# caller-workflow-name: 'main-build'
71+
python-k8s-e2e-test:
72+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-k8s-test.yml@main
73+
secrets: inherit
74+
with:
75+
aws-region: us-east-1
76+
adot-image-name: ${{ inputs.adot-image-name }}
77+
caller-workflow-name: 'main-build'
8478

8579
python-ecs-e2e-test:
8680
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ecs-test.yml@ecs_entry

.github/workflows/main_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ jobs:
8484
name: ${{ steps.staging_wheel_output.outputs.STAGING_WHEEL}}
8585
path: dist/${{ steps.staging_wheel_output.outputs.STAGING_WHEEL}}
8686

87-
# - name: Set up and run contract tests with pytest
88-
# run: |
89-
# bash scripts/set-up-contract-tests.sh
90-
# pip install pytest
91-
# pytest contract-tests/tests
87+
- name: Set up and run contract tests with pytest
88+
run: |
89+
bash scripts/set-up-contract-tests.sh
90+
pip install pytest
91+
pytest contract-tests/tests
9292
9393
application-signals-e2e-test:
9494
name: "Application Signals E2E Test"

0 commit comments

Comments
 (0)