File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed
ansible/collections/ansible_collections/nhsd/apigee Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ update-schema:
44 @PYTHONPATH=../../../ poetry run python scripts/update_schema.py
55
66unit-test :
7- @poetry run ansible-test units --python=3.9
7+ @poetry run ansible-test units --python=3.8
88
99integration-test :
10- @poetry run ansible-test integration --python=3.9
10+ @poetry run ansible-test integration --python=3.8
1111
1212test : unit-test integration-test
1313
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ parameters:
66steps :
77 - task : UsePythonVersion@0
88 inputs :
9- versionSpec : ' 3.9 '
9+ versionSpec : ' 3.8 '
1010
1111 - bash : |
1212 tfenv use 0.14.6
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ parameters:
2929 default : []
3030 - name : python_version
3131 type : string
32- default : " 3.9 "
32+ default : " 3.8 "
3333 - name : agent_pool
3434 type : string
3535 default : " AWS-ECS"
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ parameters:
150150 default : ' DEPRECATED'
151151 - name : python_version
152152 type : string
153- default : " 3.9 "
153+ default : " 3.8 "
154154 - name : agent_pool
155155 type : string
156156 default : " AWS-ECS"
Original file line number Diff line number Diff line change 3232 - task : UsePythonVersion@0
3333 displayName : ' Use Python 3.8'
3434 inputs :
35- versionSpec : 3.9
35+ versionSpec : 3.8
3636
3737 - bash : |
3838 instance_id="$(curl -s http://169.254.169.254/latest/meta-data/instance-id)"
@@ -103,12 +103,12 @@ jobs:
103103 displayName: Install utils pre-requisites
104104
105105 - bash : |
106- ANSIBLE_FORCE_COLOR=yes poetry run ansible-test units --python=3.9
106+ ANSIBLE_FORCE_COLOR=yes poetry run ansible-test units --python=3.8
107107 workingDirectory: ansible/collections/ansible_collections/nhsd/apigee
108108 displayName: Unit test ansible
109109
110110 - bash : |
111- ANSIBLE_FORCE_COLOR=yes poetry run ansible-test integration --python=3.9
111+ ANSIBLE_FORCE_COLOR=yes poetry run ansible-test integration --python=3.8
112112 workingDirectory: ansible/collections/ansible_collections/nhsd/apigee
113113 displayName: Integration test ansible
114114
You can’t perform that action at this time.
0 commit comments