This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
forked from golang/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
playground: let clients request vet check in same HTTP request as com…
…pile+run Also, move the tests to their own file and extend them a bit, give them names, and make the test step more verbose (only visible in docker build anyway). They were hogging up the sandbox file. Updates golang/go#31970 Change-Id: Id710ea613c77a5b16cc5e79545c0812d0f4650e3 Reviewed-on: https://go-review.googlesource.com/c/playground/+/176598 Reviewed-by: Andrew Bonventre <[email protected]> Reviewed-by: Yury Smolsky <[email protected]>
- Loading branch information
Showing
6 changed files
with
537 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,19 @@ Building the playground Docker container takes more than the default 10 minute t | |
gcloud config set app/cloud_build_timeout 1200 # 20 mins | ||
``` | ||
|
||
Alternatively, to avoid Cloud Build and build locally: | ||
|
||
``` | ||
make docker | ||
docker tag playground:latest gcr.io/golang-org/playground:latest | ||
docker push gcr.io/golang-org/playground:latest | ||
gcloud --project=golang-org [email protected] app deploy app.yaml --image-url=gcr.io/golang-org/playground:latest | ||
``` | ||
|
||
Then: | ||
|
||
``` | ||
gcloud --project=golang-org --account=person@example.com app deploy app.yaml | ||
gcloud --project=golang-org --account=you@google.com app deploy app.yaml | ||
``` | ||
|
||
# Contributing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.