Skip to content

Commit 2800f5a

Browse files
sofislBenjamin E. Coe
andauthored
build: make ci testing conditional on engines field in package.json, move configs to Node 12 (#1418)
* build: make ci testing conditional on engines field in package.json, move configs to Node 12 Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 811faf6 commit 2800f5a

13 files changed

Lines changed: 86 additions & 88 deletions

File tree

synthtool/gcp/templates/node_library/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [10, 12, 14, 16]
12+
node: [{{metadata['engine'] | int}}, {{metadata['engine'] | int+2}}, {{metadata['engine'] | int+4}}]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3

synthtool/gcp/templates/node_library/.kokoro/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/continuous/node10/common.cfg

Lines changed: 0 additions & 34 deletions
This file was deleted.

synthtool/gcp/templates/node_library/.kokoro/continuous/node10/docs.cfg

Lines changed: 0 additions & 4 deletions
This file was deleted.

synthtool/gcp/templates/node_library/.kokoro/continuous/node10/test.cfg

Lines changed: 0 additions & 9 deletions
This file was deleted.

synthtool/gcp/templates/node_library/.kokoro/presubmit/node10/common.cfg

Lines changed: 0 additions & 34 deletions
This file was deleted.

synthtool/gcp/templates/node_library/.kokoro/release/docs.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/samples-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/system-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)