From 990b7ff93d8d00f5dcbde8bd774d7beadc3965a2 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Mon, 29 Dec 2025 13:18:48 -0800 Subject: [PATCH] Fixing CI/CD --- .circleci/config.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a777ec0255..c18f5cd128 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3422,8 +3422,8 @@ jobs: --coverage.reportsDirectory=coverage/html e2e_ui_testing: - machine: - image: mcr.microsoft.com/playwright:v1.57.0-noble + docker: + - image: mcr.microsoft.com/playwright:v1.57.0-noble resource_class: xlarge working_directory: ~/project steps: @@ -3431,12 +3431,6 @@ jobs: - setup_google_dns - attach_workspace: at: ~/project - - run: - name: Upgrade Docker to v24.x (API 1.44+) - command: | - curl -fsSL https://get.docker.com | sh - sudo usermod -aG docker $USER - docker version - run: name: Install Python 3.9 command: |