Skip to content

Commit 72657b2

Browse files
authoredFeb 17, 2021
build: change name of flakybot (googleapis#2519)
1 parent a10707c commit 72657b2

File tree

7 files changed

+62
-9
lines changed

7 files changed

+62
-9
lines changed
 

‎.kokoro/samples-test.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.kokoro/system-test.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.kokoro/test.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.kokoro/trampoline_v2.sh

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎CONTRIBUTING.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ accept your pull requests.
3737
1. Title your pull request following [Conventional Commits](https://www.conventionalcommits.org/) styling.
3838
1. Submit a pull request.
3939

40+
### Before you begin
41+
42+
1. [Select or create a Cloud Platform project][projects].
43+
1. [Set up authentication with a service account][auth] so you can access the
44+
API from your local workstation.
45+
46+
4047
## Running the tests
4148

4249
1. [Prepare your environment for Node.js setup][setup].
@@ -51,15 +58,17 @@ accept your pull requests.
5158
npm test
5259

5360
# Run sample integration tests.
54-
gcloud auth application-default login
5561
npm run samples-test
5662

5763
# Run all system tests.
58-
gcloud auth application-default login
5964
npm run system-test
6065

6166
1. Lint (and maybe fix) any changes:
6267

6368
npm run fix
6469

6570
[setup]: https://cloud.google.com/nodejs/docs/setup
71+
[projects]: https://console.cloud.google.com/project
72+
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
73+
74+
[auth]: https://cloud.google.com/docs/authentication/getting-started

‎disclaimers.json

+44
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[
2+
{
3+
"api": "accessapproval",
4+
"package": "@google-cloud/access-approval"
5+
},
26
{
37
"api": "aiplatform",
48
"package": "@google-cloud/aiplatform"
@@ -11,6 +15,10 @@
1115
"api": "area120tables",
1216
"package": "@google/area120-tables"
1317
},
18+
{
19+
"api": "artifactregistry",
20+
"package": "@google-cloud/artifact-registry"
21+
},
1422
{
1523
"api": "cloudasset",
1624
"package": "@google-cloud/asset"
@@ -47,6 +55,10 @@
4755
"api": "privateca",
4856
"package": "@google-cloud/security-private-ca"
4957
},
58+
{
59+
"api": "cloudchannel",
60+
"package": "@google-cloud/channel"
61+
},
5062
{
5163
"api": "datacatalog",
5264
"package": "@google-cloud/datacatalog"
@@ -59,10 +71,18 @@
5971
"api": "dlp",
6072
"package": "@google-cloud/dlp"
6173
},
74+
{
75+
"api": "dataqna",
76+
"package": "@google-cloud/data-qna"
77+
},
6278
{
6379
"api": "dataproc",
6480
"package": "@google-cloud/dataproc"
6581
},
82+
{
83+
"api": "metastore",
84+
"package": ""
85+
},
6686
{
6787
"api": "datastore",
6888
"package": "@google-cloud/datastore"
@@ -87,6 +107,10 @@
87107
"api": "documentai",
88108
"package": "@google-cloud/documentai"
89109
},
110+
{
111+
"api": "domains",
112+
"package": "@google-cloud/domains"
113+
},
90114
{
91115
"api": "clouderrorreporting",
92116
"package": "@google-cloud/error-reporting"
@@ -107,6 +131,10 @@
107131
"api": "gameservices",
108132
"package": "@google-cloud/game-servers"
109133
},
134+
{
135+
"api": "gkehub",
136+
"package": "@google-cloud/gke-hub"
137+
},
110138
{
111139
"api": "analyticsadmin",
112140
"package": "@google-analytics/admin"
@@ -147,6 +175,14 @@
147175
"api": "containeranalysis",
148176
"package": "@google-cloud/grafeas"
149177
},
178+
{
179+
"api": "policytroubleshooter",
180+
"package": "@google-cloud/policy-troubleshooter"
181+
},
182+
{
183+
"api": "iamcredentials",
184+
"package": "@google-cloud/iam-credentials"
185+
},
150186
{
151187
"api": "cloudiot",
152188
"package": "@google-cloud/iot"
@@ -227,6 +263,10 @@
227263
"api": "cloudresourcemanager",
228264
"package": "@google-cloud/resource"
229265
},
266+
{
267+
"api": "retail",
268+
"package": "@google-cloud/retail"
269+
},
230270
{
231271
"api": "runtimeconfig",
232272
"package": "@google-cloud/rcloadenv"
@@ -303,6 +343,10 @@
303343
"api": "webrisk",
304344
"package": "@google-cloud/web-risk"
305345
},
346+
{
347+
"api": "websecurityscanner",
348+
"package": "@google-cloud/web-security-scanner"
349+
},
306350
{
307351
"api": "workflows",
308352
"package": "@google-cloud/workflows"

‎synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/google-api-nodejs-client.git",
7-
"sha": "dd6b8f5f707cd716e6e1bbba3dd79ac5903032c7"
6+
"remote": "https://github.com/googleapis/google-api-nodejs-client.git",
7+
"sha": "5646a657bb6ed98b9ce0e503785ce64b124008b5"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "968465a1cad496e1292ef4584a054a35f756ff94"
14+
"sha": "57c23fa5705499a4181095ced81f0ee0933b64f6"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)