We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea17240 commit 8067480Copy full SHA for 8067480
.circleci/config.yml
@@ -68,15 +68,6 @@ jobs:
68
hostPath: spidermonkey
69
hostName: spidermonkey
70
<<: [*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]
80
"JSC: New or modified tests execution":
81
docker:
82
- image: *node_image
@@ -110,7 +101,6 @@ workflows:
110
101
version: 2
111
102
Tests execution:
112
103
jobs:
113
- # - "ChakraCore: New or modified tests execution"
114
104
- "JSC: New or modified tests execution"
115
105
- "SpiderMonkey: New or modified tests execution"
116
106
- "V8: New or modified tests execution"
0 commit comments