Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#3058 from justinsb/download_lo…
Browse files Browse the repository at this point in the history
…gs_alos

chore: download logs from golden tests also
  • Loading branch information
google-oss-prow[bot] authored Nov 18, 2024
2 parents 8df6b85 + 691fb00 commit e117952
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/tasks/download-e2e-logs
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ gsutil cp gs://cnrm-prow/logs/${TEST}/${LATEST}/artifacts/golden.zip .build/gold

echo "Expanding golden output into testdata directory"
unzip -o .build/golden.zip "pkg/test/resourcefixture/testdata/*"

echo "Downloading test log to e2e.log"
gsutil cp gs://cnrm-prow/logs/${TEST}/${LATEST}/build-log.txt e2e.log

0 comments on commit e117952

Please sign in to comment.