From 858797ae77da6b3bc654e58de6f7ee4aa560c464 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 20 Oct 2020 17:34:51 +0200 Subject: [PATCH] disable grpc_build_packages.bat --- tools/internal_ci/windows/grpc_build_packages.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/internal_ci/windows/grpc_build_packages.bat b/tools/internal_ci/windows/grpc_build_packages.bat index a5bffb28c24..8f1e5794e29 100644 --- a/tools/internal_ci/windows/grpc_build_packages.bat +++ b/tools/internal_ci/windows/grpc_build_packages.bat @@ -17,12 +17,12 @@ cd /d %~dp0\..\..\.. call tools/internal_ci/helper_scripts/prepare_build_windows.bat || exit /b 1 -@rem Move artifacts generated by the previous step in the build chain. -powershell -Command "mv %KOKORO_GFILE_DIR%\github\grpc\artifacts input_artifacts" -dir input_artifacts - -python tools/run_tests/task_runner.py -f package windows -j 4 -set RUNTESTS_EXITCODE=%errorlevel% +rem NOTHING TO DO HERE +rem This script used to run "task_runner.py -f package windows", but +rem currently there are no build_packages tasks that need to be run on windows. +rem The only build_packages task that ever needed to run on windows was C#, but we switched to +rem building C# nugets on linux (as dotnet SDK on linux does a good job) +rem TODO(jtattermusch): remove the infrastructure for running "build_packages" kokoro job on windows. bash tools/internal_ci/helper_scripts/delete_nonartifacts.sh