|
11 | 11 | steps:
|
12 | 12 | - checkout
|
13 | 13 | - run: (cd .circleci/ && ./markDevTagAsTestNotPassed.sh)
|
14 |
| - test-backend-sdk-testing: |
15 |
| - docker: |
16 |
| - - image: python:<< parameters.python-version >> |
17 |
| - - image: rishabhpoddar/oauth-server-cicd |
18 |
| - resource_class: large |
19 |
| - parameters: |
20 |
| - cdi-version: |
21 |
| - type: string |
22 |
| - fdi-version: |
23 |
| - type: string |
24 |
| - python-version: |
25 |
| - type: string |
26 |
| - steps: |
27 |
| - - checkout |
28 |
| - - run: apt update && apt install -y bc jq lsof |
29 |
| - - run: (cd .circleci/ && ./installJava.sh) |
30 |
| - - run: (cd .circleci/ && ./installNode.sh 20) |
31 |
| - - run: echo "127.0.0.1 localhost.org" >> /etc/hosts |
32 |
| - - run: python3 -m pip install -r dev-requirements.txt |
33 |
| - - run: (cd .circleci/ && ./doBackendSDKTests.sh << parameters.cdi-version >> << parameters.fdi-version >>) |
34 |
| - - slack/status |
35 | 14 | test-website-fastapi:
|
36 | 15 | docker:
|
37 | 16 | - image: python:<< parameters.python-version >>
|
@@ -295,21 +274,6 @@ workflows:
|
295 | 274 | only: /dev-v[0-9]+(\.[0-9]+)*/
|
296 | 275 | branches:
|
297 | 276 | only: /test-cicd\/.*/
|
298 |
| - - test-backend-sdk-testing: |
299 |
| - requires: |
300 |
| - - test-dev-tag-as-not-passed |
301 |
| - context: |
302 |
| - - slack-notification |
303 |
| - filters: |
304 |
| - tags: |
305 |
| - only: /dev-v[0-9]+(\.[0-9]+)*/ |
306 |
| - branches: |
307 |
| - only: /test-cicd\/.*/ |
308 |
| - matrix: |
309 |
| - parameters: |
310 |
| - cdi-version: placeholder |
311 |
| - fdi-version: placeholder |
312 |
| - python-version: ['3.8', '3.13'] |
313 | 277 | - test-website-fastapi:
|
314 | 278 | requires:
|
315 | 279 | - test-dev-tag-as-not-passed
|
@@ -438,7 +402,6 @@ workflows:
|
438 | 402 | python-version: ['3.8', '3.13']
|
439 | 403 | - test-success:
|
440 | 404 | requires:
|
441 |
| - - test-backend-sdk-testing |
442 | 405 | - test-website-fastapi
|
443 | 406 | - test-website-flask
|
444 | 407 | - test-website-django
|
|
0 commit comments