@@ -131,63 +131,63 @@ jobs:
131131 # Job to run tests in parallel
132132 # Since GH Actions matrix has a limit of 256 jobs, we need to split the tests into multiple jobs with different
133133 # Python versions. To reduce DRY we use reusable workflow.
134- jobs :
135- run-e2e-3-9 :
136- name : Run E2E / Python 3.9
137- uses : ./.github/workflows/_run-e2e-single.yaml
138- needs :
139- - find-tests
140- - pull-docker-image
141- with :
142- python-version : " 3.9"
143- test-files : ${{ needs.find-tests.outputs.test-files }}
144- image-name : ${{ needs.pull-docker-image.outputs.image-name }}
145- secrets : inherit
146-
147- run-e2e-3-10 :
148- name : Run E2E / Python 3.10
149- uses : ./.github/workflows/_run-e2e-single.yaml
150- needs :
151- - find-tests
152- - pull-docker-image
153- with :
154- python-version : " 3.10"
155- test-files : ${{ needs.find-tests.outputs.test-files }}
156- image-name : ${{ needs.pull-docker-image.outputs.image-name }}
157- secrets : inherit
158-
159- run-e2e-3-11 :
160- name : Run E2E / Python 3.11
161- uses : ./.github/workflows/_run-e2e-single.yaml
162- needs :
163- - find-tests
164- - pull-docker-image
165- with :
166- python-version : " 3.11"
167- test-files : ${{ needs.find-tests.outputs.test-files }}
168- image-name : ${{ needs.pull-docker-image.outputs.image-name }}
169- secrets : inherit
170-
171- run-e2e-3-12 :
172- name : Run E2E / Python 3.12
173- uses : ./.github/workflows/_run-e2e-single.yaml
174- needs :
175- - find-tests
176- - pull-docker-image
177- with :
178- python-version : " 3.12"
179- test-files : ${{ needs.find-tests.outputs.test-files }}
180- image-name : ${{ needs.pull-docker-image.outputs.image-name }}
181- secrets : inherit
182-
183- run-e2e-3-13 :
184- name : Run E2E / Python 3.13
185- uses : ./.github/workflows/_run-e2e-single.yaml
186- needs :
187- - find-tests
188- - pull-docker-image
189- with :
190- python-version : " 3.13"
191- test-files : ${{ needs.find-tests.outputs.test-files }}
192- image-name : ${{ needs.pull-docker-image.outputs.image-name }}
193- secrets : inherit
134+
135+ run-e2e-3-9 :
136+ name : Run E2E / Python 3.9
137+ uses : ./.github/workflows/_run-e2e-single.yaml
138+ needs :
139+ - find-tests
140+ - pull-docker-image
141+ with :
142+ python-version : " 3.9"
143+ test-files : ${{ needs.find-tests.outputs.test-files }}
144+ image-name : ${{ needs.pull-docker-image.outputs.image-name }}
145+ secrets : inherit
146+
147+ run-e2e-3-10 :
148+ name : Run E2E / Python 3.10
149+ uses : ./.github/workflows/_run-e2e-single.yaml
150+ needs :
151+ - find-tests
152+ - pull-docker-image
153+ with :
154+ python-version : " 3.10"
155+ test-files : ${{ needs.find-tests.outputs.test-files }}
156+ image-name : ${{ needs.pull-docker-image.outputs.image-name }}
157+ secrets : inherit
158+
159+ run-e2e-3-11 :
160+ name : Run E2E / Python 3.11
161+ uses : ./.github/workflows/_run-e2e-single.yaml
162+ needs :
163+ - find-tests
164+ - pull-docker-image
165+ with :
166+ python-version : " 3.11"
167+ test-files : ${{ needs.find-tests.outputs.test-files }}
168+ image-name : ${{ needs.pull-docker-image.outputs.image-name }}
169+ secrets : inherit
170+
171+ run-e2e-3-12 :
172+ name : Run E2E / Python 3.12
173+ uses : ./.github/workflows/_run-e2e-single.yaml
174+ needs :
175+ - find-tests
176+ - pull-docker-image
177+ with :
178+ python-version : " 3.12"
179+ test-files : ${{ needs.find-tests.outputs.test-files }}
180+ image-name : ${{ needs.pull-docker-image.outputs.image-name }}
181+ secrets : inherit
182+
183+ run-e2e-3-13 :
184+ name : Run E2E / Python 3.13
185+ uses : ./.github/workflows/_run-e2e-single.yaml
186+ needs :
187+ - find-tests
188+ - pull-docker-image
189+ with :
190+ python-version : " 3.13"
191+ test-files : ${{ needs.find-tests.outputs.test-files }}
192+ image-name : ${{ needs.pull-docker-image.outputs.image-name }}
193+ secrets : inherit
0 commit comments