From 37b956a18ca5f0aeb0330d120689a97587914c80 Mon Sep 17 00:00:00 2001 From: Siarhei Harbuz Date: Wed, 13 Mar 2024 14:21:26 +0200 Subject: [PATCH] remove debug and cleanup --- .../generate_xpack_packetbeat_pipeline.sh | 22 +++++++++---------- .buildkite/scripts/win_unit_tests.ps1 | 2 -- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.buildkite/scripts/generate_xpack_packetbeat_pipeline.sh b/.buildkite/scripts/generate_xpack_packetbeat_pipeline.sh index efa7d873ff80..4eb2a1c3e049 100644 --- a/.buildkite/scripts/generate_xpack_packetbeat_pipeline.sh +++ b/.buildkite/scripts/generate_xpack_packetbeat_pipeline.sh @@ -59,17 +59,17 @@ steps: - "${IMAGE_WIN_2022}" artifact_paths: "${BEATS_PROJECT_NAME}/build/*.*" - # TODO: uncomment when the issue https://github.com/elastic/beats/issues/38142 is solved - - label: ":windows: Windows 2022 System Tests" - key: "mandatory-win-2022-system-tests" - command: ".buildkite/scripts/win_unit_tests.ps1 systemtest" - agents: - provider: "gcp" - image: "${IMAGE_WIN_2022}" - machineType: "${GCP_WIN_MACHINE_TYPE}" - disk_size: 100 - disk_type: "pd-ssd" - artifact_paths: "${BEATS_PROJECT_NAME}/build/*.*" + ## TODO: uncomment when the issue https://github.com/elastic/beats/issues/38142 is solved + # - label: ":windows: Windows 2022 System Tests" + # key: "mandatory-win-2022-system-tests" + # command: ".buildkite/scripts/win_unit_tests.ps1 systemtest" + # agents: + # provider: "gcp" + # image: "${IMAGE_WIN_2022}" + # machineType: "${GCP_WIN_MACHINE_TYPE}" + # disk_size: 100 + # disk_type: "pd-ssd" + # artifact_paths: "${BEATS_PROJECT_NAME}/build/*.*" ## TODO: this condition will be changed in the Phase 3 of the Migration Plan https://docs.google.com/document/d/1IPNprVtcnHlem-uyGZM0zGzhfUuFAh4LeSl9JFHMSZQ/edit#heading=h.sltz78yy249h diff --git a/.buildkite/scripts/win_unit_tests.ps1 b/.buildkite/scripts/win_unit_tests.ps1 index 5be8a7604dab..b61e4107c3cb 100644 --- a/.buildkite/scripts/win_unit_tests.ps1 +++ b/.buildkite/scripts/win_unit_tests.ps1 @@ -135,10 +135,8 @@ function google_cloud_auth { function google_cloud_auth_cleanup { if (Test-Path $env:GOOGLE_APPLICATION_CREDENTIALS) { - Write-Host $env:GOOGLE_APPLICATION_CREDENTIALS # debug Remove-Item $env:GOOGLE_APPLICATION_CREDENTIALS -Force Remove-Item Env:\GOOGLE_APPLICATION_CREDENTIALS - Write-Host $env:GOOGLE_APPLICATION_CREDENTIALS # debug } else { Write-Host "No GCP credentials were added" }