Skip to content

Commit 612a8f1

Browse files
build: move system and samples test from Node 10 to Node 12 (#791)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/ba2d388f-b3b2-4ad7-a163-0c6b4d86894f/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@05de3e1
1 parent 15401cd commit 612a8f1

6 files changed

Lines changed: 7 additions & 9 deletions

File tree

handwritten/bigtable/.kokoro/continuous/node10/lint.cfg renamed to handwritten/bigtable/.kokoro/continuous/node12/lint.cfg

File renamed without changes.

handwritten/bigtable/.kokoro/continuous/node10/samples-test.cfg renamed to handwritten/bigtable/.kokoro/continuous/node12/samples-test.cfg

File renamed without changes.

handwritten/bigtable/.kokoro/continuous/node10/system-test.cfg renamed to handwritten/bigtable/.kokoro/continuous/node12/system-test.cfg

File renamed without changes.

handwritten/bigtable/.kokoro/presubmit/node10/samples-test.cfg renamed to handwritten/bigtable/.kokoro/presubmit/node12/samples-test.cfg

File renamed without changes.

handwritten/bigtable/.kokoro/presubmit/node10/system-test.cfg renamed to handwritten/bigtable/.kokoro/presubmit/node12/system-test.cfg

File renamed without changes.

handwritten/bigtable/synth.metadata

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-bigtable.git",
7-
"sha": "125979eb557083be8a109035066a626df0f3594f"
7+
"sha": "2a199aae5646fe4e19836e13a61fcb83b527e4c5"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "1a60ff2a3975c2f5054431588bd95db9c3b862ba"
22+
"sha": "05de3e1e14a0b07eab8b474e669164dbd31f81fb"
2323
}
2424
}
2525
],
@@ -60,19 +60,19 @@
6060
".kokoro/common.cfg",
6161
".kokoro/continuous/node10/common.cfg",
6262
".kokoro/continuous/node10/docs.cfg",
63-
".kokoro/continuous/node10/lint.cfg",
64-
".kokoro/continuous/node10/samples-test.cfg",
65-
".kokoro/continuous/node10/system-test.cfg",
6663
".kokoro/continuous/node10/test.cfg",
6764
".kokoro/continuous/node12/common.cfg",
65+
".kokoro/continuous/node12/lint.cfg",
66+
".kokoro/continuous/node12/samples-test.cfg",
67+
".kokoro/continuous/node12/system-test.cfg",
6868
".kokoro/continuous/node12/test.cfg",
6969
".kokoro/docs.sh",
7070
".kokoro/lint.sh",
7171
".kokoro/populate-secrets.sh",
7272
".kokoro/presubmit/node10/common.cfg",
73-
".kokoro/presubmit/node10/samples-test.cfg",
74-
".kokoro/presubmit/node10/system-test.cfg",
7573
".kokoro/presubmit/node12/common.cfg",
74+
".kokoro/presubmit/node12/samples-test.cfg",
75+
".kokoro/presubmit/node12/system-test.cfg",
7676
".kokoro/presubmit/node12/test.cfg",
7777
".kokoro/publish.sh",
7878
".kokoro/release/docs-devsite.cfg",
@@ -95,7 +95,6 @@
9595
"README.md",
9696
"api-extractor.json",
9797
"linkinator.config.json",
98-
"package-lock.json.2572062608",
9998
"protos/google/bigtable/admin/v2/bigtable_instance_admin.proto",
10099
"protos/google/bigtable/admin/v2/bigtable_table_admin.proto",
101100
"protos/google/bigtable/admin/v2/common.proto",
@@ -108,7 +107,6 @@
108107
"protos/protos.json",
109108
"renovate.json",
110109
"samples/README.md",
111-
"samples/package-lock.json.1171489877",
112110
"src/v2/bigtable_client.ts",
113111
"src/v2/bigtable_client_config.json",
114112
"src/v2/bigtable_instance_admin_client.ts",

0 commit comments

Comments
 (0)