mirror of https://github.com/tc39/test262.git
Remove ChakraCore CI job
Installation of ChakraCore by ESVU for some reason has been flaky for quite a long time. Can't reproduce locally. This CI job doesn't add much value by itself, so just remove it until some future time. Closes: #3953
This commit is contained in:
parent
1e3d8cbb37
commit
9e539a07d7
|
@ -95,15 +95,15 @@ jobs:
|
||||||
hostPath: spidermonkey
|
hostPath: spidermonkey
|
||||||
hostName: spidermonkey
|
hostName: spidermonkey
|
||||||
<<: [*execution_steps]
|
<<: [*execution_steps]
|
||||||
"ChakraCore: New or modified tests execution":
|
# "ChakraCore: New or modified tests execution":
|
||||||
docker:
|
# docker:
|
||||||
- image: *node_image
|
# - image: *node_image
|
||||||
working_directory: ~/test262
|
# working_directory: ~/test262
|
||||||
environment:
|
# environment:
|
||||||
hostType: ch
|
# hostType: ch
|
||||||
hostPath: chakra
|
# hostPath: chakra
|
||||||
hostName: chakra
|
# hostName: chakra
|
||||||
<<: [*execution_steps]
|
# <<: [*execution_steps]
|
||||||
"JSC: New or modified tests execution":
|
"JSC: New or modified tests execution":
|
||||||
docker:
|
docker:
|
||||||
- image: *node_image
|
- image: *node_image
|
||||||
|
@ -140,7 +140,7 @@ workflows:
|
||||||
- "Test262: verify tools; build & lint tests"
|
- "Test262: verify tools; build & lint tests"
|
||||||
Tests execution:
|
Tests execution:
|
||||||
jobs:
|
jobs:
|
||||||
- "ChakraCore: New or modified tests execution"
|
# - "ChakraCore: New or modified tests execution"
|
||||||
- "JSC: New or modified tests execution"
|
- "JSC: New or modified tests execution"
|
||||||
- "SpiderMonkey: New or modified tests execution"
|
- "SpiderMonkey: New or modified tests execution"
|
||||||
- "V8: New or modified tests execution"
|
- "V8: New or modified tests execution"
|
||||||
|
|
Loading…
Reference in New Issue