Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG NODE_VERSION=16
ARG NODE_VERSION=20
ARG FLAKYBOT_VERSION=1.1.0

FROM node:${NODE_VERSION}-alpine as build
Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ options:
substitutions:
_BUILD_TYPE: "presubmit"
_TEST_TYPE: "system"
_NODE_VERSION: "18"
_NODE_VERSION: "20"
_REPO_OWNER: "googleapis"
_REPO_NAME: "google-cloud-node"

Expand Down
2 changes: 1 addition & 1 deletion ci/cloudbuild_with_credentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ options:
substitutions:
_BUILD_TYPE: "presubmit"
_TEST_TYPE: "system"
_NODE_VERSION: "18"
_NODE_VERSION: "20"

logsBucket: 'gs://${_LOGS_BUCKET}/logs/google-cloud-node/${_BUILD_TYPE}/${COMMIT_SHA}/${TRIGGER_NAME}'
timeout: 7200s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
createTime: '2022-08-05T20:10:57.660562803Z'
description: Continuous build with node 18
description: Continuous build with node 20
filename: ci/cloudbuild_with_credentials.yaml
github:
name: google-cloud-node
owner: googleapis
push:
branch: ^main$
id: 60bcf576-538e-45a8-ba92-b1b488afbf51
name: samples-continuous-node18-with-credentials
name: samples-continuous-node20-with-credentials
serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com
substitutions:
_NODE_VERSION: "20"
_BUILD_TYPE: continuous
_LOGS_BUCKET: cloud-node-public-logs
_TEST_TYPE: samples
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
createTime: '2022-08-05T20:10:57.660562803Z'
description: Continuous build with node 18
description: Continuous build with node 20
filename: ci/cloudbuild.yaml
github:
name: google-cloud-node
owner: googleapis
push:
branch: ^main$
id: 60bcf576-538e-45a8-ba92-b1b488afbf51
name: samples-continuous-node18
name: samples-continuous-node20
resourceName: projects/long-door-651/locations/global/triggers/60bcf576-538e-45a8-ba92-b1b488afbf51
serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com
substitutions:
_NODE_VERSION: "20"
_BUILD_TYPE: continuous
_LOGS_BUCKET: cloud-node-public-logs
_TEST_TYPE: samples
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
createTime: '2022-08-05T20:10:58.882437677Z'
description: Nightly build with node 18
description: Nightly build with node 20
gitFileSource:
path: ci/cloudbuild_with_credentials.yaml
repoType: GITHUB
revision: refs/heads/main
uri: https://github.com/googleapis/google-cloud-node
id: 25a89188-0ae6-4faf-9131-9b1e3c8b9720
name: samples-nightly-node18-with-credentials
name: samples-nightly-node20-with-credentials
serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com
sourceToBuild:
ref: refs/heads/main
repoType: GITHUB
uri: https://github.com/googleapis/google-cloud-node
substitutions:
_NODE_VERSION: "20"
_BUILD_TYPE: nightly
_LOGS_BUCKET: cloud-node-public-logs
_TEST_TYPE: samples
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
createTime: '2022-08-05T20:10:58.882437677Z'
description: Nightly build with node 18
description: Nightly build with node 20
gitFileSource:
path: ci/cloudbuild.yaml
repoType: GITHUB
revision: refs/heads/main
uri: https://github.com/googleapis/google-cloud-node
id: 25a89188-0ae6-4faf-9131-9b1e3c8b9720
name: samples-nightly-node18
name: samples-nightly-node20
resourceName: projects/long-door-651/locations/global/triggers/25a89188-0ae6-4faf-9131-9b1e3c8b9720
serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com
sourceToBuild:
ref: refs/heads/main
repoType: GITHUB
uri: https://github.com/googleapis/google-cloud-node
substitutions:
_NODE_VERSION: "20"
_BUILD_TYPE: nightly
_LOGS_BUCKET: cloud-node-public-logs
_TEST_TYPE: samples
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
createTime: '2022-12-20T00:38:41.361644100Z'
description: Presubmit build with node 18
description: Presubmit build with node 20
filename: ci/cloudbuild_with_credentials.yaml
github:
name: google-cloud-node
Expand All @@ -9,10 +9,11 @@ github:
commentControl: COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
id: 1686933b-458b-4b12-93bd-3c579c0a274d
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
name: samples-presubmit-node18-with-credentials
name: samples-presubmit-node20-with-credentials
resourceName: projects/long-door-651/locations/global/triggers/1686933b-458b-4b12-93bd-3c579c0a274d
serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com
substitutions:
_NODE_VERSION: "20"
_BUILD_TYPE: presubmit
_LOGS_BUCKET: cloud-node-public-logs
_TEST_TYPE: samples
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
createTime: '2022-12-09T00:51:41.619581321Z'
description: Presubmit build with node 18
description: Presubmit build with node 20
filename: ci/cloudbuild.yaml
github:
name: google-cloud-node
Expand All @@ -9,10 +9,11 @@ github:
commentControl: COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
id: 7a1731ed-56ef-41b2-ad8e-d24d28b2c789
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
name: samples-presubmit-node18
name: samples-presubmit-node20
resourceName: projects/long-door-651/locations/global/triggers/7a1731ed-56ef-41b2-ad8e-d24d28b2c789
serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com
substitutions:
_NODE_VERSION: "20"
_BUILD_TYPE: presubmit
_LOGS_BUCKET: cloud-node-public-logs
_TEST_TYPE: samples
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
createTime: '2022-06-22T20:37:15.591560546Z'
description: Continuous build with node 18
description: Continuous build with node 20
filename: ci/cloudbuild.yaml
github:
name: google-cloud-node
owner: googleapis
push:
branch: ^main$
id: d05bbe17-fb41-4a39-9be2-3210779da9fb
name: system-continuous-node18
name: system-continuous-node20
resourceName: projects/long-door-651/locations/global/triggers/d05bbe17-fb41-4a39-9be2-3210779da9fb
serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com
substitutions:
_NODE_VERSION: "20"
_BUILD_TYPE: continuous
_LOGS_BUCKET: cloud-node-public-logs
_TEST_TYPE: system
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
createTime: '2022-06-22T20:37:16.583211868Z'
description: Nightly build with node 18
description: Nightly build with node 20
gitFileSource:
path: ci/cloudbuild.yaml
repoType: GITHUB
revision: refs/heads/main
uri: https://github.com/googleapis/google-cloud-node
id: 99dfe29e-f360-4f08-a026-2cbd7c24cd41
name: system-nightly-node18
name: system-nightly-node20
resourceName: projects/long-door-651/locations/global/triggers/99dfe29e-f360-4f08-a026-2cbd7c24cd41
serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com
sourceToBuild:
ref: refs/heads/main
repoType: GITHUB
uri: https://github.com/googleapis/google-cloud-node
substitutions:
_NODE_VERSION: "20"
_BUILD_TYPE: nightly
_LOGS_BUCKET: cloud-node-public-logs
_TEST_TYPE: system
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
createTime: '2022-06-22T20:37:14.244765001Z'
description: Presubmit build with node 18
description: Presubmit build with node 20
filename: ci/cloudbuild.yaml
github:
name: google-cloud-node
Expand All @@ -9,10 +9,11 @@ github:
commentControl: COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY
id: 28cdf776-546a-430e-b5ed-94cbbbcf493f
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
name: system-presubmit-node18
name: system-presubmit-node20
resourceName: projects/long-door-651/locations/global/triggers/28cdf776-546a-430e-b5ed-94cbbbcf493f
serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com
substitutions:
_NODE_VERSION: "20"
_BUILD_TYPE: presubmit
_LOGS_BUCKET: cloud-node-public-logs
_TEST_TYPE: system
2 changes: 1 addition & 1 deletion ci/export_triggers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
set -eo pipefail

NODE_VERSIONS=(
"18"
"20"
)

echo "change directory to the project root"
Expand Down
2 changes: 1 addition & 1 deletion ci/import_triggers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
set -eo pipefail

NODE_VERSIONS=(
"18"
"20"
)

echo "change directory to the project root"
Expand Down
4 changes: 2 additions & 2 deletions containers/node-bootstrap-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

# Use a multi-stage docker build to limit production dependencies.

# Use the official lightweight Node.js 18 image.
# Use the official lightweight Node.js 20 image.
# https://hub.docker.com/_/node
FROM golang:1.22-alpine as gobuild

RUN go install github.com/bazelbuild/buildtools/buildozer@latest

FROM node:18-slim as nodebuild
FROM node:20-slim as nodebuild

COPY package*.json /

Expand Down