Skip to content

Commit

Permalink
Remove ChakraCore CI job
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ptomato committed Apr 1, 2024
1 parent d19cb15 commit df77942
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ jobs:
hostPath: spidermonkey
hostName: spidermonkey
<<: [*execution_steps]
"ChakraCore: New or modified tests execution":
docker:
- image: *node_image
working_directory: ~/test262
environment:
hostType: ch
hostPath: chakra
hostName: chakra
<<: [*execution_steps]
# "ChakraCore: New or modified tests execution":
# docker:
# - image: *node_image
# working_directory: ~/test262
# environment:
# hostType: ch
# hostPath: chakra
# hostName: chakra
# <<: [*execution_steps]
"JSC: New or modified tests execution":
docker:
- image: *node_image
Expand Down Expand Up @@ -140,7 +140,7 @@ workflows:
- "Test262: verify tools; build & lint tests"
Tests execution:
jobs:
- "ChakraCore: New or modified tests execution"
# - "ChakraCore: New or modified tests execution"
- "JSC: New or modified tests execution"
- "SpiderMonkey: New or modified tests execution"
- "V8: New or modified tests execution"
Expand Down

0 comments on commit df77942

Please sign in to comment.