aboutsummaryrefslogtreecommitdiff
path: root/deploy
AgeCommit message (Collapse)Author
2026-03-24deploy: migrate gsutil usage to gcloud storagegurusai-voleti
- Migrate pkgsite deployment from legacy gsutil to gcloud storage. Change-Id: I66108c22909465e0d879a25806679b38d392a03e GitHub-Last-Rev: 9f22cb3212238139412ca5158b0dad3d39b7b327 GitHub-Pull-Request: golang/pkgsite#119 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/748662 Reviewed-by: Ethan Lee <ethanalee@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ethan Lee <ethanalee@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2026-03-23deploy: run go mod tidy in go containerHana Kim
CL 757540 tried to run `go mod tidy` during the prepare.sh run, but it turned out the script runs in a stage where `go` is unavailable. Instead, move the (cd private && go mod tidy) run in a new step that runs in the go container right after the prepare step. Change-Id: I4595fc9b5e9b0172753b0b4d1425093449d84421 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/757920 kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Ethan Lee <ethanalee@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
2026-03-21deploy: run go mod tidy in the private before building anythingHana Kim
Change-Id: I107392720c1daa0fd07d444449769fad66654c59 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/757540 kokoro-CI: kokoro <noreply+kokoro@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ethan Lee <ethanalee@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2025-12-30deploy: bump Go version to 1.25.5 and update depsEthan Lee
Change-Id: I811776287454ba74b0ec8c1796c20907bf562150 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/733341 Reviewed-by: Nicholas Husin <husin@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Nicholas Husin <nsh@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ethan Lee <ethanalee@google.com>
2025-11-14deploy: fix typo in migrate.yamlEthan Lee
- Remove quotations so that multiple word commands can be invoked. Change-Id: Ic6f5ed96e45fc7bdca6be805520551dc6fba7c73 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/720404 Auto-Submit: Ethan Lee <ethanalee@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Robert Findley <rfindley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-11-10deploy: use last-known good version of gke-deploy for deploy-env.yamlRob Findley
As reported in golang/go#75234, the gke-deploy builder no longer includes docker. In CL 700397, the deploy.yaml script was updated to use a pinned version. Use that same pinned version in deploy-env.yaml. Updates golang/go#75234 Change-Id: I52b9ccc92a123b072dbde28445aa902ba2d916cf Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/719240 kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-10-28all: remove code for the decommissioned beta environmentNicholas S. Husin
The beta environment is no longer in use. This change removes related logic and references, such as the middleware redirect to beta.pkg.go.dev. Change-Id: I0c6ebbe11d5689ccf2abf8c722399d8dc339db89 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/715321 kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Matloob <matloob@google.com> Reviewed-by: Michael Matloob <matloob@golang.org>
2025-10-24deploy/deploy.yaml: remove steps involving the beta environmentNicholas S. Husin
The beta environment is no longer being actively used. Keeping steps related to deploying and testing the beta environment as part of the main Cloud Build deployment file is therefore irrelevant, and might cause confusion should these steps fail. Change-Id: I061414d4edc10c4f5d68e4f24ce018238767f20c Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/714460 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Nicholas Husin <husin@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
2025-10-23all: fix some commentscuishuang
Change-Id: Ia70b35ab9aef270692a3892629c3c81208771089 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/713360 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Sean Liao <sean@liao.dev> kokoro-CI: kokoro <noreply+kokoro@google.com> Auto-Submit: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com>
2025-09-02deploy: pin gcr.io/cloud-builders/gke-deploy to last working versionMichael Pratt
As of the first build including https://github.com/GoogleCloudPlatform/cloud-sdk-docker/commit/d297846a1d0c4d536f5a20ec36ff3c6d21bbfd6d, gcr.io/cloud-builders/gke-deploy no longer includes docker, but worker.sh requires docker. For now, pin to the last working version of gke-deploy. For golang/go#75234 Change-Id: I6a6a636c7bd8dd6ea868a9fbba52058c7ea43eb9 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/700397 Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Pratt <mpratt@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
2025-03-11go.mod, misc: update to go 1.24Jonathan Amsterdam
Change-Id: Iba3d15376214048113314150944d3b0df187a8cf Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/656475 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Robert Findley <rfindley@google.com>
2024-12-09deploy/deploy.yaml: increase timeoutJonathan Amsterdam
Change to 90 minutes from 9 minutes. Change-Id: I72c6b2e4d5ae218243acf079b86f380ff008a7e1 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/634557 Commit-Queue: Jonathan Amsterdam <jba@google.com> TryBot-Bypass: Jonathan Amsterdam <jba@google.com> Reviewed-by: Robert Findley <rfindley@google.com>
2024-12-09deploy: improve artifact uploadJonathan Amsterdam
The changes in this CL improve the uploading of build artifacts in deploy.yaml. Astonishingly, Cloud Build does not upload artifacts if the build fails. (The feature request is about five years old: https://issuetracker.google.com/issues/143836671). This makes it impossible to debug failed screentests. The hacky solution is to cause failed build steps to succeed. The -neverfail flag to screentest.sh accomplishes this. It isn't used in this CL, but a subsequent CL with more debugging support will use it. When the build does succeed, the directory of failed screentests does not exist, which causes artifact upload to fail. So create the directories along with dummy files. The wildcard syntax for Cloud Build artifact paths does not support '**' as documented, so provide all upload paths. Change-Id: I1c4223f4a906836000e5deac20a5b9aa920fbb97 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/634556 Commit-Queue: Jonathan Amsterdam <jba@google.com> Reviewed-by: Robert Findley <rfindley@google.com> TryBot-Bypass: Jonathan Amsterdam <jba@google.com>
2024-12-06deploy/deploy.yaml: change artifact pathJonathan Amsterdam
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 <rfindley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
2024-11-13tests/screentest: improve run.shJonathan Amsterdam
- Use single-hyphen flags to conform to Go style. - Remove unnecessary quotation. - Minor shell style nits. - Change the "local" case to run all components, instead of assuming that some are already running. The last change makes the "local" case much more useful, and faster than the "ci" case for local testing. Change-Id: Id3412fac8bd4a29539563e3cc568a3c7edd06c2e Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/626855 Reviewed-by: Robert Findley <rfindley@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> kokoro-CI: kokoro <noreply+kokoro@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-08-20various: upgrade to go 1.23 containersJonathan Amsterdam
Upgrade to use go 1.23 images in various files that specify docker containers to run. Change-Id: I6331a07c4d0f00dc7513a5286d315dd0f64cd362 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/606778 Reviewed-by: Robert Findley <rfindley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> kokoro-CI: kokoro <noreply+kokoro@google.com>
2024-01-17deploy,devtools: update go versionHana (Hyang-Ah) Kim
use go1.22rc1 Change-Id: I57dfddb84b551eca9b08bd988411dcd161745611 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/555196 kokoro-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-01-17deploy: use `docker compose` (V2)Hana (Hyang-Ah) Kim
It also replaces the custom docker-compose container image with the gcr.io/cloud-builders/docker, that includes docker compose and maintained. $ docker run -it gcr.io/cloud-builders/docker compose version Docker Compose version v2.21.0 Change-Id: I44900df9fb9adeda0b7a7646007b61d52d1db394 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/555997 kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Michael Matloob <matloob@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2023-07-18deploy: use go1.21rc3Jamal Carvalho
Change-Id: I36ecd3b393027717fb971284756d3636dcd9c916 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/509975 kokoro-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Jamal Carvalho <jamal@golang.org>
2023-05-04internal/worker: allow worker to process dynamic excluded prefix filesJamal Carvalho
For golang/go#59622. Change-Id: I4059df405e248824a3521fcc084568b052fe4380 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/486458 Reviewed-by: Suzy Mueller <suzmue@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Robert Findley <rfindley@google.com> Run-TryBot: Jamal Carvalho <jamal@golang.org>
2023-02-21deploy,devtools: use golang:1.20 imageHana (Hyang-Ah) Kim
This will make pkgsite pick up the latest 1.20.x. And - reenable staticcheck. - mark the working directory as safe when running for ci. (this workaround is needed after the security patch https://release.debian.org/proposed-updates/bullseye_diffs/git_2.30.2-1+deb11u1.debdiff) Updates golang/go#53532 Change-Id: I31c5fc838821d8bd6ade81dc439eb46fabb75fe1 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/468917 Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com>
2023-02-01deploy,devtools: upgrade to go1.20rc3Jamal Carvalho
- Disabled staticcheck while go1.20 is unsupported. - Fixed out of bounds error in doc html parsing. - Fixed test issue related to rand package changes. Change-Id: Ib7b30ed9c40505a5a51d986426f0e41e53a298b1 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/464296 TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Jamal Carvalho <jamal@golang.org>
2022-09-30deploy: increase cloud build timeoutJamal Carvalho
The last two deploys timed out at 1hr. Increasing deploy by 30 mins and deploy env by 15mins. Change-Id: I4622a575243aa688b6c67b00e5cf1d8224fc6265 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/436757 TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Jamal Carvalho <jamal@golang.org>
2022-09-22pkgsite: screentest improvementsJamal Carvalho
The screentest have been stable for some time now. Unsetting the concurrency config to use the tools default for local test runs. Also setting seeddb to run by default to reduce confusion around first test runs. Speed improvements were made to seeddb so it adds minimal time for a previously seeded database. Change-Id: I2d5eeabfeb0b7f57782aa1a854ebad1c3e3ebaa3 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/432419 Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2022-08-09deploy: increase deploy timeoutJamal Carvalho
The staging dev deploy is timing out during the warmups step which prepopulates the cache for a set of slow search queries. Increasing the timeout to 60 mins. Change-Id: Iec31a9936089468d083e9a6d3ddb4c5c231de0c2 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/422334 Reviewed-by: Suzy Mueller <suzmue@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com>
2022-08-04pkgsite: update to go1.19Jamal Carvalho
Change-Id: Icf9ea86e7cffbd79295cd5713cb28d3d3af820f2 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/420957 TryBot-Result: kokoro <noreply+kokoro@google.com> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
2022-06-29deploy: upgrade to go 1.19beta1Jamal Carvalho
This is a prerequisite for using the new go/doc/comment package. Change-Id: I063d03f662ab385a1e90965c444f32598eef2612 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/415014 Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com> TryBot-Result: kokoro <noreply+kokoro@google.com> Auto-Submit: Jamal Carvalho <jamal@golang.org>
2022-06-17all: upgrade to go 1.19beta1Jonathan Amsterdam
This is a prerequisite for using the new go/doc/comment package. Change-Id: Id92e4db359a0d57e945264078b5e58d86f6aa64b Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/412674 Reviewed-by: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jonathan Amsterdam <jba@google.com>
2022-04-19deploy: upload screentest artifactsJamal Carvalho
Change-Id: Id0eeb2041bac6a9de7ec32ffeeefaf681ed6be16 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/400997 Run-TryBot: Jamal Carvalho <jamal@golang.org> Auto-Submit: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2022-03-16deploy,devtools: use 1.18.0 in containersJonathan Amsterdam
Change-Id: I07b23527bdb996af4fdda03319beb8387bfe83c9 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/392956 Trust: Jonathan Amsterdam <jba@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Jamal Carvalho <jamal@golang.org>
2022-03-07deploy,devtools: upgrade to 1.18 rc1Jonathan Amsterdam
Change-Id: Id9e61605915dd0c38c0004c3b28dfe0201395a8c Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/388955 Trust: Jonathan Amsterdam <jba@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jamal Carvalho <jamal@golang.org>
2022-02-04deploy,devtools: update ci to use Go 1.18beta2Jonathan Amsterdam
Change-Id: I5f4f857b576fd68b0d5f58f7926bb598dbfe3cdb Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/382979 Trust: Jonathan Amsterdam <jba@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jamal Carvalho <jamal@golang.org>
2022-01-31pkgsite: remove the e2e testsJamal Carvalho
The e2e tests have been replaced with the screentest check. Removed the tests, related jest config, and npm dependencies. Change-Id: Ib7652170a00ce2750545e7843b11d27b7eb0e3fb Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/382035 Trust: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2022-01-31deploy: replace e2e tests with screentestJamal Carvalho
Replaced the e2e check in the deploy.yaml config. Change-Id: I9cd3e2beed9b729bbfe5f28f049ea848b1ad8976 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/382034 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2022-01-19deploy: remove tokens from log outputJamal Carvalho
Change-Id: Ic8adcba8022ac36d924755f42529a9a155ec268d Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/379139 Trust: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2022-01-10deploy: remove tokens from log outputJamal Carvalho
Created a pagecheck deploy script to prevent tokens being written to cloud build logs. Change-Id: I367fe1485809a5981667e58a7170857aebe5ee2f Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/377394 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2022-01-06deploy: clear beta cache via worker endpointJamal Carvalho
Change-Id: Icd4e42ba279b0e3be32272024ae206f93673adc2 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/375279 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Julie Qiu <julie@golang.org>
2022-01-06deploy: skip clear cache request for betaJamal Carvalho
There is no beta worker so requests to clear the beta cache will fail. A future CL will handle clearing the beta cache. Change-Id: I35a04f5bf2e24062aa47f63b43d64dcdaa1f732e Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/375955 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2021-12-16deploy: skip worker deploy for beta envJamal Carvalho
Change-Id: I69d9aec88e4b8230759e6058e6f7871dff13c961 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/372614 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2021-12-06deploy: use go 1.17.3 in build stepsJamal Carvalho
Change-Id: I6d3a96e45cf2eb2e26cc638b1981694aeb996492 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/369694 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2021-12-06deploy: add beta deploy to configJamal Carvalho
Change-Id: I15d9c7ef64f80b3728c48df9710a06632f717269 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/369574 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Julie Qiu <julie@golang.org>
2021-12-06deploy: cleanup deploy scriptsJamal Carvalho
Change-Id: I704b359056e1a7f64d249c2a310ab63b2e7d0bbf Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/369274 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Julie Qiu <julie@golang.org>
2021-12-02deploy: config updatesJamal Carvalho
- Added timeout to full deploy config - Added missing TERM env var for pagecheck - Replaced CI run with all.bash check - Removed app.yaml file references Change-Id: I42e4aa516a1a675bc355e8bcf2bfdad87ff644c9 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/368714 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2021-12-01deploy: add migrate build configJamal Carvalho
This config will be used to run golang-migrate commands from Cloud Build. Change-Id: Ia389f772160748dc3f507bdd73fc6233f22afe86 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/367936 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2021-11-30deploy: specify term for pagecheck stepJamal Carvalho
Change-Id: Ia8ca078987ca1ed1ce43abcb3d9f16c7aefc628d Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/367934 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2021-11-30deploy: frontend deploy updatesJamal Carvalho
- Add region to update-traffic command - Run warmups post frontend deploy Change-Id: I5b8d458ec8db54e72d0c78bfe267d388deff8312 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/367595 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2021-11-29deploy: add update-traffic command to frontend deployJamal Carvalho
To match the private repo, added an additional step to the public deploy script. Change-Id: I5f5a9eae698318e0777ff1223dff3a3305be132a Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/367594 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
2021-11-24deploy: sitemap publish config fixesJamal Carvalho
- Updated to create sitemap directory before generating sitemaps. - Fixed GCS bucket name. Change-Id: Iff65da813e8b4d505634b854ce9acba54cb26299 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/366579 Reviewed-by: Jonathan Amsterdam <jba@google.com> Trust: Jamal Carvalho <jamal@golang.org>
2021-11-23several: remove prober code and mentionsJonathan Amsterdam
Change-Id: Iac0eba316ee24b60e87e8851584cbe88a8432060 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/366576 Trust: Jonathan Amsterdam <jba@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Jamal Carvalho <jamal@golang.org>
2021-11-23deploy: cloudbuild config for publishing sitemapsJamal Carvalho
Change-Id: I51f0d4c0377b4d3bd9a671f849827da69fad48bc Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/366334 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>