@@ -318,105 +318,105 @@ workflows:
318
318
parameters :
319
319
cdi-version : placeholder
320
320
python-version : ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
321
- # - test-backend-sdk-testing:
322
- # requires:
323
- # - test-dev-tag-as-not-passed
324
- # context:
325
- # - slack-notification
326
- # filters:
327
- # tags:
328
- # only: /dev-v[0-9]+(\.[0-9]+)*/
329
- # branches:
330
- # only: /test-cicd\/.*/
331
- # matrix:
332
- # parameters:
333
- # cdi-version: placeholder
334
- # fdi-version: placeholder
335
- # python-version: ['3.8', '3.13']
336
- # - test-website-fastapi:
337
- # requires:
338
- # - test-dev-tag-as-not-passed
339
- # context:
340
- # - slack-notification
341
- # matrix:
342
- # parameters:
343
- # fdi-version: placeholder
344
- # python-version: ['3.8', '3.13']
345
- # filters:
346
- # tags:
347
- # only: /dev-v[0-9]+(\.[0-9]+)*/
348
- # branches:
349
- # only: /test-cicd\/.*/
350
- # - test-website-flask:
351
- # requires:
352
- # - test-dev-tag-as-not-passed
353
- # context:
354
- # - slack-notification
355
- # matrix:
356
- # parameters:
357
- # fdi-version: placeholder
358
- # python-version: ['3.8', '3.13']
359
- # filters:
360
- # tags:
361
- # only: /dev-v[0-9]+(\.[0-9]+)*/
362
- # branches:
363
- # only: /test-cicd\/.*/
364
- # - test-website-django:
365
- # requires:
366
- # - test-dev-tag-as-not-passed
367
- # context:
368
- # - slack-notification
369
- # matrix:
370
- # parameters:
371
- # fdi-version: placeholder
372
- # python-version: ['3.8', '3.13']
373
- # filters:
374
- # tags:
375
- # only: /dev-v[0-9]+(\.[0-9]+)*/
376
- # branches:
377
- # only: /test-cicd\/.*/
378
- # - test-website-drf-async:
379
- # requires:
380
- # - test-dev-tag-as-not-passed
381
- # context:
382
- # - slack-notification
383
- # matrix:
384
- # parameters:
385
- # fdi-version: placeholder
386
- # python-version: ['3.8', '3.13']
387
- # filters:
388
- # tags:
389
- # only: /dev-v[0-9]+(\.[0-9]+)*/
390
- # branches:
391
- # only: /test-cicd\/.*/
392
- # - test-website-drf-sync:
393
- # requires:
394
- # - test-dev-tag-as-not-passed
395
- # context:
396
- # - slack-notification
397
- # matrix:
398
- # parameters:
399
- # fdi-version: placeholder
400
- # python-version: ['3.8', '3.13']
401
- # filters:
402
- # tags:
403
- # only: /dev-v[0-9]+(\.[0-9]+)*/
404
- # branches:
405
- # only: /test-cicd\/.*/
406
- # - test-website-django2x:
407
- # requires:
408
- # - test-dev-tag-as-not-passed
409
- # context:
410
- # - slack-notification
411
- # matrix:
412
- # parameters:
413
- # fdi-version: placeholder
414
- # python-version: ['3.8', '3.13']
415
- # filters:
416
- # tags:
417
- # only: /dev-v[0-9]+(\.[0-9]+)*/
418
- # branches:
419
- # only: /test-cicd\/.*/
321
+ - test-backend-sdk-testing :
322
+ requires :
323
+ - test-dev-tag-as-not-passed
324
+ context :
325
+ - slack-notification
326
+ filters :
327
+ tags :
328
+ only : /dev-v[0-9]+(\.[0-9]+)*/
329
+ branches :
330
+ only : /test-cicd\/.*/
331
+ matrix :
332
+ parameters :
333
+ cdi-version : placeholder
334
+ fdi-version : placeholder
335
+ python-version : ['3.8', '3.13']
336
+ - test-website-fastapi :
337
+ requires :
338
+ - test-dev-tag-as-not-passed
339
+ context :
340
+ - slack-notification
341
+ matrix :
342
+ parameters :
343
+ fdi-version : placeholder
344
+ python-version : ['3.8', '3.13']
345
+ filters :
346
+ tags :
347
+ only : /dev-v[0-9]+(\.[0-9]+)*/
348
+ branches :
349
+ only : /test-cicd\/.*/
350
+ - test-website-flask :
351
+ requires :
352
+ - test-dev-tag-as-not-passed
353
+ context :
354
+ - slack-notification
355
+ matrix :
356
+ parameters :
357
+ fdi-version : placeholder
358
+ python-version : ['3.8', '3.13']
359
+ filters :
360
+ tags :
361
+ only : /dev-v[0-9]+(\.[0-9]+)*/
362
+ branches :
363
+ only : /test-cicd\/.*/
364
+ - test-website-django :
365
+ requires :
366
+ - test-dev-tag-as-not-passed
367
+ context :
368
+ - slack-notification
369
+ matrix :
370
+ parameters :
371
+ fdi-version : placeholder
372
+ python-version : ['3.8', '3.13']
373
+ filters :
374
+ tags :
375
+ only : /dev-v[0-9]+(\.[0-9]+)*/
376
+ branches :
377
+ only : /test-cicd\/.*/
378
+ - test-website-drf-async :
379
+ requires :
380
+ - test-dev-tag-as-not-passed
381
+ context :
382
+ - slack-notification
383
+ matrix :
384
+ parameters :
385
+ fdi-version : placeholder
386
+ python-version : ['3.8', '3.13']
387
+ filters :
388
+ tags :
389
+ only : /dev-v[0-9]+(\.[0-9]+)*/
390
+ branches :
391
+ only : /test-cicd\/.*/
392
+ - test-website-drf-sync :
393
+ requires :
394
+ - test-dev-tag-as-not-passed
395
+ context :
396
+ - slack-notification
397
+ matrix :
398
+ parameters :
399
+ fdi-version : placeholder
400
+ python-version : ['3.8', '3.13']
401
+ filters :
402
+ tags :
403
+ only : /dev-v[0-9]+(\.[0-9]+)*/
404
+ branches :
405
+ only : /test-cicd\/.*/
406
+ - test-website-django2x :
407
+ requires :
408
+ - test-dev-tag-as-not-passed
409
+ context :
410
+ - slack-notification
411
+ matrix :
412
+ parameters :
413
+ fdi-version : placeholder
414
+ python-version : ['3.8', '3.13']
415
+ filters :
416
+ tags :
417
+ only : /dev-v[0-9]+(\.[0-9]+)*/
418
+ branches :
419
+ only : /test-cicd\/.*/
420
420
- test-authreact-fastapi :
421
421
requires :
422
422
- test-dev-tag-as-not-passed
@@ -462,13 +462,13 @@ workflows:
462
462
- test-success :
463
463
requires :
464
464
- test-unit
465
- # - test-backend-sdk-testing
466
- # - test-website-fastapi
467
- # - test-website-flask
468
- # - test-website-django
469
- # - test-website-drf-async
470
- # - test-website-drf-sync
471
- # - test-website-django2x
465
+ - test-backend-sdk-testing
466
+ - test-website-fastapi
467
+ - test-website-flask
468
+ - test-website-django
469
+ - test-website-drf-async
470
+ - test-website-drf-sync
471
+ - test-website-django2x
472
472
- test-authreact-fastapi
473
473
- test-authreact-flask
474
474
- test-authreact-django
0 commit comments