@@ -15,13 +15,17 @@ jobs:
1515 docker :
1616 - image : rishabhpoddar/supertokens_python_driver_testing
1717 resource_class : large
18+ parameters :
19+ cdi-version :
20+ type : string
21+ parallelism : 4
1822 steps :
1923 - checkout
2024 - run : update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
2125 - run : update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
2226 - run : echo "127.0.0.1 localhost.org" >> /etc/hosts
2327 - run : make dev-install
24- - run : (cd .circleci/ && ./doUnitTests.sh)
28+ - run : (cd .circleci/ && ./doUnitTests.sh << parameters.cdi-version >> )
2529 - slack/status
2630 test-website-fastapi :
2731 docker :
@@ -184,7 +188,7 @@ workflows:
184188 tags :
185189 only : /dev-v[0-9]+(\.[0-9]+)*/
186190 branches :
187- ignore : /.*/
191+ only : /test\ /.*/
188192 - test-unit :
189193 requires :
190194 - test-dev-tag-as-not-passed
@@ -194,7 +198,10 @@ workflows:
194198 tags :
195199 only : /dev-v[0-9]+(\.[0-9]+)*/
196200 branches :
197- ignore : /.*/
201+ only : /test\/.*/
202+ matrix :
203+ parameters :
204+ cdi-version : placeholder
198205 - test-website-fastapi :
199206 requires :
200207 - test-dev-tag-as-not-passed
@@ -204,7 +211,7 @@ workflows:
204211 tags :
205212 only : /dev-v[0-9]+(\.[0-9]+)*/
206213 branches :
207- ignore : /.*/
214+ only : /test\ /.*/
208215 - test-website-flask :
209216 requires :
210217 - test-dev-tag-as-not-passed
@@ -214,7 +221,7 @@ workflows:
214221 tags :
215222 only : /dev-v[0-9]+(\.[0-9]+)*/
216223 branches :
217- ignore : /.*/
224+ only : /test\ /.*/
218225 - test-website-django :
219226 requires :
220227 - test-dev-tag-as-not-passed
@@ -224,7 +231,7 @@ workflows:
224231 tags :
225232 only : /dev-v[0-9]+(\.[0-9]+)*/
226233 branches :
227- ignore : /.*/
234+ only : /test\ /.*/
228235 - test-website-django2x :
229236 requires :
230237 - test-dev-tag-as-not-passed
@@ -234,7 +241,7 @@ workflows:
234241 tags :
235242 only : /dev-v[0-9]+(\.[0-9]+)*/
236243 branches :
237- ignore : /.*/
244+ only : /test\ /.*/
238245 - test-authreact-fastapi :
239246 requires :
240247 - test-dev-tag-as-not-passed
@@ -244,7 +251,7 @@ workflows:
244251 tags :
245252 only : /dev-v[0-9]+(\.[0-9]+)*/
246253 branches :
247- ignore : /.*/
254+ only : /test\ /.*/
248255 matrix :
249256 parameters :
250257 fdi-version : placeholder
@@ -257,7 +264,7 @@ workflows:
257264 tags :
258265 only : /dev-v[0-9]+(\.[0-9]+)*/
259266 branches :
260- ignore : /.*/
267+ only : /test\ /.*/
261268 matrix :
262269 parameters :
263270 fdi-version : placeholder
@@ -270,7 +277,7 @@ workflows:
270277 tags :
271278 only : /dev-v[0-9]+(\.[0-9]+)*/
272279 branches :
273- ignore : /.*/
280+ only : /test\ /.*/
274281 matrix :
275282 parameters :
276283 fdi-version : placeholder
@@ -290,4 +297,4 @@ workflows:
290297 tags :
291298 only : /dev-v[0-9]+(\.[0-9]+)*/
292299 branches :
293- ignore : /.*/
300+ only : /test\ /.*/
0 commit comments