Skip to content

Commit

Permalink
remove debug and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Harbuz committed Mar 13, 2024
1 parent e2e12d1 commit 37b956a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .buildkite/scripts/generate_xpack_packetbeat_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .buildkite/scripts/win_unit_tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 37b956a

Please sign in to comment.