Skip to content

Commit 6d36028

Browse files
build: move system and samples test from Node 10 to Node 12 (#218)
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 0ca0b50 commit 6d36028

6 files changed

Lines changed: 8 additions & 10 deletions

File tree

File renamed without changes.

core/projectify/.kokoro/continuous/node10/samples-test.cfg renamed to core/projectify/.kokoro/continuous/node12/samples-test.cfg

File renamed without changes.

core/projectify/.kokoro/continuous/node10/system-test.cfg renamed to core/projectify/.kokoro/continuous/node12/system-test.cfg

File renamed without changes.

core/projectify/.kokoro/presubmit/node10/samples-test.cfg renamed to core/projectify/.kokoro/presubmit/node12/samples-test.cfg

File renamed without changes.

core/projectify/.kokoro/presubmit/node10/system-test.cfg renamed to core/projectify/.kokoro/presubmit/node12/system-test.cfg

File renamed without changes.

core/projectify/synth.metadata

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-projectify.git",
7-
"sha": "aa4742105981c87c02da78e50bc733906170da95"
7+
"sha": "8ab64eb167ee442748b9975f988abcda72c7b90a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "1a60ff2a3975c2f5054431588bd95db9c3b862ba"
14+
"sha": "05de3e1e14a0b07eab8b474e669164dbd31f81fb"
1515
}
1616
}
1717
],
@@ -30,19 +30,19 @@
3030
".kokoro/common.cfg",
3131
".kokoro/continuous/node10/common.cfg",
3232
".kokoro/continuous/node10/docs.cfg",
33-
".kokoro/continuous/node10/lint.cfg",
34-
".kokoro/continuous/node10/samples-test.cfg",
35-
".kokoro/continuous/node10/system-test.cfg",
3633
".kokoro/continuous/node10/test.cfg",
3734
".kokoro/continuous/node12/common.cfg",
35+
".kokoro/continuous/node12/lint.cfg",
36+
".kokoro/continuous/node12/samples-test.cfg",
37+
".kokoro/continuous/node12/system-test.cfg",
3838
".kokoro/continuous/node12/test.cfg",
3939
".kokoro/docs.sh",
4040
".kokoro/lint.sh",
4141
".kokoro/populate-secrets.sh",
4242
".kokoro/presubmit/node10/common.cfg",
43-
".kokoro/presubmit/node10/samples-test.cfg",
44-
".kokoro/presubmit/node10/system-test.cfg",
4543
".kokoro/presubmit/node12/common.cfg",
44+
".kokoro/presubmit/node12/samples-test.cfg",
45+
".kokoro/presubmit/node12/system-test.cfg",
4646
".kokoro/presubmit/node12/test.cfg",
4747
".kokoro/publish.sh",
4848
".kokoro/release/docs-devsite.cfg",
@@ -64,9 +64,7 @@
6464
"LICENSE",
6565
"README.md",
6666
"api-extractor.json",
67-
"package-lock.json.773974839",
6867
"renovate.json",
69-
"samples/README.md",
70-
"samples/package-lock.json.811136065"
68+
"samples/README.md"
7169
]
7270
}

0 commit comments

Comments
 (0)