From a85807714b9ad57da896be8fcc782bfc6d443ad0 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 22 Jun 2023 11:31:33 +0200 Subject: [PATCH] Remove GraalJS from CI --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 73f6feceed..2624779876 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,15 +133,6 @@ jobs: hostName: engine262 hostArgs: --features=all <<: [*execution_steps] - "GraalJS: New or modified tests execution": - docker: - - image: *node_latest - working_directory: ~/test262 - environment: - hostType: graaljs - hostPath: graaljs - hostName: graaljs - <<: [*execution_steps] workflows: version: 2 Tools: @@ -156,4 +147,3 @@ workflows: - "V8 --harmony: New or modified tests execution" - "XS: New or modified tests execution" - "engine262: New or modified tests execution" - - "GraalJS: New or modified tests execution"