зеркало из https://github.com/golang/build.git
23 строки
601 B
YAML
23 строки
601 B
YAML
# Copyright 2022 The Go Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style
|
|
# license that can be found in the LICENSE file.
|
|
|
|
runtime: go122
|
|
service: perfdata
|
|
instance_class: F4_HIGHMEM
|
|
app_engine_apis: true
|
|
|
|
handlers:
|
|
- url: /_ah/remote_api
|
|
script: auto
|
|
- url: /.*
|
|
script: auto
|
|
secure: always
|
|
env_variables:
|
|
CLOUDSQL_CONNECTION_NAME: 'golang-org:us-central1:golang-org'
|
|
CLOUDSQL_USER: 'root'
|
|
CLOUDSQL_PASSWORD: ''
|
|
CLOUDSQL_DATABASE: 'perfdata'
|
|
GCS_BUCKET: 'golang-perfdata'
|
|
PERFDATA_VIEW_URL_BASE: 'https://perf.golang.org/search?q=upload:'
|