From 0861e0a7691c7eeaeea030d5053dc29736b48d6a Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 25 Jul 2019 14:12:47 -0700 Subject: [PATCH] Disable windows tests (#10143) --- .cirrus.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ce4ddab8478..71600ed4865 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -89,37 +89,3 @@ task: cd $ENGINE_PATH/src ./flutter/tools/gn --runtime-mode profile --fuchsia --no-lto --unopt ninja -C out/fuchsia_profile_unopt - -# WINDOWS -task: - gce_instance: - image_project: flutter-cirrus - image_name: flutter-engine-windows-server-2016-core - zone: us-central1-a - platform: windows - cpu: 32 - memory: 32Gb - disk: 50 - env: - # Cirrus is somehow not picking up the environment variables set in the VM image. - PATH: "c:/depot_tools;c:/MinGit/cmd;$PATH" - DEPOT_TOOLS_WIN_TOOLCHAIN: 0 - GYP_MSVS_OVERRIDE_PATH: "c:/Program Files (x86)/Microsoft Visual Studio/2017/Community" - ENGINE_PATH: "c:/flutter/engine" - setup_script: | - REM robocopy can return 1 for successful copy; suppress its error code. - REM move somehow doesn't work as it complains that the file is being used by another process. - robocopy %CIRRUS_WORKING_DIR% %ENGINE_PATH%/src/flutter /MIR| (cmd /s /c exit /b 0) - cd %ENGINE_PATH%/src - gclient sync - matrix: - - name: build_windows_unopt_debug - compile_host_script: | - cd %ENGINE_PATH%/src - python flutter/tools/gn --runtime-mode debug --unoptimized - ninja -C out/host_debug_unopt - - name: build_windows_opt_debug - compile_host_script: | - cd %ENGINE_PATH%/src - python flutter/tools/gn --runtime-mode debug - ninja -C out/host_debug