From 80c1a4d8b5c2bdc88fec0b69e4108d81c13b5b3e Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 19 Jan 2021 17:06:13 -0800 Subject: [PATCH] conform with other tests --- hack/jenkins/windows_integration_test_docker.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/jenkins/windows_integration_test_docker.ps1 b/hack/jenkins/windows_integration_test_docker.ps1 index e7b369b89d..52177a0b87 100644 --- a/hack/jenkins/windows_integration_test_docker.ps1 +++ b/hack/jenkins/windows_integration_test_docker.ps1 @@ -49,7 +49,7 @@ $failures=echo $gopogh_status | jq '.NumberOfFail' $tests=echo $gopogh_status | jq '.NumberOfTests' $bad_status="$failures / $tests failures" -$description="$status in $elapsed minutes" +$description="$status in $elapsed minute(s)." If($env:status -eq "failure") { $description="completed with $bad_status in $elapsed minutes" } @@ -57,7 +57,7 @@ echo $description $env:SHORT_COMMIT=$env:COMMIT.substring(0, 7) $gcs_bucket="minikube-builds/logs/$env:MINIKUBE_LOCATION/$env:SHORT_COMMIT" -$env:target_url="https://storage.googleapis.com/$gcs_bucket/Docker_Windows.txt" +$env:target_url="https://storage.googleapis.com/$gcs_bucket/Docker_Windows.html" #Upload logs to gcs gsutil -qm cp testout.txt gs://$gcs_bucket/Docker_Windowsout.txt