Skip to content

Commit 5b55b07

Browse files
committed
update: remove circle CI files/refs
1 parent df4d0ff commit 5b55b07

File tree

3 files changed

+0
-151
lines changed

3 files changed

+0
-151
lines changed

.circleci/config_continue.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,6 @@ jobs:
1111
steps:
1212
- checkout
1313
- 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
3514
test-website-fastapi:
3615
docker:
3716
- image: python:<< parameters.python-version >>
@@ -295,21 +274,6 @@ workflows:
295274
only: /dev-v[0-9]+(\.[0-9]+)*/
296275
branches:
297276
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']
313277
- test-website-fastapi:
314278
requires:
315279
- test-dev-tag-as-not-passed
@@ -438,7 +402,6 @@ workflows:
438402
python-version: ['3.8', '3.13']
439403
- test-success:
440404
requires:
441-
- test-backend-sdk-testing
442405
- test-website-fastapi
443406
- test-website-flask
444407
- test-website-django

.circleci/doBackendSDKTests.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

.circleci/setupAndTestBackendSDKWithFreeCore.sh

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)