From 9e539a07d71a74731b4e93e29f61f52b7bb5f9fc Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Mon, 1 Apr 2024 12:34:42 -0700 Subject: [PATCH] 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 --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 56ee6bdf65..f376736a31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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"