Skip to content

Commit

Permalink
build: change name of flakybot (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 17, 2021
1 parent a10707c commit 72657b2
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .kokoro/samples-test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .kokoro/system-test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .kokoro/test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .kokoro/trampoline_v2.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -37,6 +37,13 @@ accept your pull requests.
1. Title your pull request following [Conventional Commits](https://www.conventionalcommits.org/) styling.
1. Submit a pull request.

### Before you begin

1. [Select or create a Cloud Platform project][projects].
1. [Set up authentication with a service account][auth] so you can access the
API from your local workstation.


## Running the tests

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

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

# Run all system tests.
gcloud auth application-default login
npm run system-test

1. Lint (and maybe fix) any changes:

npm run fix

[setup]: https://cloud.google.com/nodejs/docs/setup
[projects]: https://console.cloud.google.com/project
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing

[auth]: https://cloud.google.com/docs/authentication/getting-started
44 changes: 44 additions & 0 deletions disclaimers.json
@@ -1,4 +1,8 @@
[
{
"api": "accessapproval",
"package": "@google-cloud/access-approval"
},
{
"api": "aiplatform",
"package": "@google-cloud/aiplatform"
Expand All @@ -11,6 +15,10 @@
"api": "area120tables",
"package": "@google/area120-tables"
},
{
"api": "artifactregistry",
"package": "@google-cloud/artifact-registry"
},
{
"api": "cloudasset",
"package": "@google-cloud/asset"
Expand Down Expand Up @@ -47,6 +55,10 @@
"api": "privateca",
"package": "@google-cloud/security-private-ca"
},
{
"api": "cloudchannel",
"package": "@google-cloud/channel"
},
{
"api": "datacatalog",
"package": "@google-cloud/datacatalog"
Expand All @@ -59,10 +71,18 @@
"api": "dlp",
"package": "@google-cloud/dlp"
},
{
"api": "dataqna",
"package": "@google-cloud/data-qna"
},
{
"api": "dataproc",
"package": "@google-cloud/dataproc"
},
{
"api": "metastore",
"package": ""
},
{
"api": "datastore",
"package": "@google-cloud/datastore"
Expand All @@ -87,6 +107,10 @@
"api": "documentai",
"package": "@google-cloud/documentai"
},
{
"api": "domains",
"package": "@google-cloud/domains"
},
{
"api": "clouderrorreporting",
"package": "@google-cloud/error-reporting"
Expand All @@ -107,6 +131,10 @@
"api": "gameservices",
"package": "@google-cloud/game-servers"
},
{
"api": "gkehub",
"package": "@google-cloud/gke-hub"
},
{
"api": "analyticsadmin",
"package": "@google-analytics/admin"
Expand Down Expand Up @@ -147,6 +175,14 @@
"api": "containeranalysis",
"package": "@google-cloud/grafeas"
},
{
"api": "policytroubleshooter",
"package": "@google-cloud/policy-troubleshooter"
},
{
"api": "iamcredentials",
"package": "@google-cloud/iam-credentials"
},
{
"api": "cloudiot",
"package": "@google-cloud/iot"
Expand Down Expand Up @@ -227,6 +263,10 @@
"api": "cloudresourcemanager",
"package": "@google-cloud/resource"
},
{
"api": "retail",
"package": "@google-cloud/retail"
},
{
"api": "runtimeconfig",
"package": "@google-cloud/rcloadenv"
Expand Down Expand Up @@ -303,6 +343,10 @@
"api": "webrisk",
"package": "@google-cloud/web-risk"
},
{
"api": "websecurityscanner",
"package": "@google-cloud/web-security-scanner"
},
{
"api": "workflows",
"package": "@google-cloud/workflows"
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -3,15 +3,15 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/google-api-nodejs-client.git",
"sha": "dd6b8f5f707cd716e6e1bbba3dd79ac5903032c7"
"remote": "https://github.com/googleapis/google-api-nodejs-client.git",
"sha": "5646a657bb6ed98b9ce0e503785ce64b124008b5"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "968465a1cad496e1292ef4584a054a35f756ff94"
"sha": "57c23fa5705499a4181095ced81f0ee0933b64f6"
}
}
]
Expand Down

0 comments on commit 72657b2

Please sign in to comment.