Skip to content

Commit 8067480

Browse files
ryzokukenptomato
authored andcommitted
Remove chakra jobs from CI config
1 parent ea17240 commit 8067480

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ jobs:
6868
hostPath: spidermonkey
6969
hostName: spidermonkey
7070
<<: [*execution_steps]
71-
# "ChakraCore: New or modified tests execution":
72-
# docker:
73-
# - image: *node_image
74-
# working_directory: ~/test262
75-
# environment:
76-
# hostType: ch
77-
# hostPath: chakra
78-
# hostName: chakra
79-
# <<: [*execution_steps]
8071
"JSC: New or modified tests execution":
8172
docker:
8273
- image: *node_image
@@ -110,7 +101,6 @@ workflows:
110101
version: 2
111102
Tests execution:
112103
jobs:
113-
# - "ChakraCore: New or modified tests execution"
114104
- "JSC: New or modified tests execution"
115105
- "SpiderMonkey: New or modified tests execution"
116106
- "V8: New or modified tests execution"

0 commit comments

Comments
 (0)