Skip to content

Commit

Permalink
deploy/deploy.yaml: change artifact path
Browse files Browse the repository at this point in the history
Change the path for copying build artifacts to GCS
to the new directory for failed screentests.

Also, when testing with `glcoud build submit`, I got an error
that the duration format must end in 's', so a changed the timeout
value as well. (540 seconds = 90 minutes.)

Change-Id: I3a94b10cba13058ad259db0ea407c04b19e45c64
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/634081
Reviewed-by: Robert Findley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
kokoro-CI: kokoro <[email protected]>
  • Loading branch information
jba committed Dec 6, 2024
1 parent 37884bf commit dc08416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

timeout: 90m
timeout: 540s
options:
machineType: N1_HIGHCPU_8
env:
Expand Down Expand Up @@ -95,4 +95,4 @@ steps:
artifacts:
objects:
location: 'gs://$PROJECT_ID/screentest-artifacts'
paths: ['tests/screentest/testdata/*.png']
paths: ['tests/screentest/output/**']

0 comments on commit dc08416

Please sign in to comment.