Skip to content

Commit

Permalink
build: deploy all cloud functions on node 18 (#5520)
Browse files Browse the repository at this point in the history
All the bots are currently tested against node 18. Node 14 runtime is
deprecated and scheduled for removal.

Currently a few deployments are failing because the bots cannot resolve
dependencies on node 14.
  • Loading branch information
chingor13 authored Sep 30, 2024
1 parent d2bdfbe commit 0d32c2d
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/auto-label/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/docker
id: "build-docker"
Expand Down
2 changes: 1 addition & 1 deletion packages/blunderbuss/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/docker
id: "build-docker"
Expand Down
2 changes: 1 addition & 1 deletion packages/do-not-merge/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/docker
id: "build-docker"
Expand Down
2 changes: 1 addition & 1 deletion packages/failurechecker/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/docker
id: "build-docker"
Expand Down
2 changes: 1 addition & 1 deletion packages/flakybot/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/docker
id: "build-docker"
Expand Down
2 changes: 1 addition & 1 deletion packages/generated-files-bot/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/docker
id: "build-docker"
Expand Down
2 changes: 1 addition & 1 deletion packages/header-checker-lint/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/docker
id: "build-docker"
Expand Down
2 changes: 1 addition & 1 deletion packages/label-sync/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/npm
id: "cron-deploy"
Expand Down
2 changes: 1 addition & 1 deletion packages/owl-bot/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"
- "540s"
- "68a5145e-8907-4301-a4b6-b7e37892a510"

Expand Down
2 changes: 1 addition & 1 deletion packages/policy/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/npm
id: "cron-deploy"
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-metadata-lint/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/npm
id: "cron-deploy"
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-repo-settings/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/npm
id: "cron-deploy"
Expand Down
2 changes: 1 addition & 1 deletion packages/trusted-contribution/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- "$_KEY_LOCATION"
- "$_KEY_RING"
- "$_FUNCTION_REGION"
- "nodejs14"
- "nodejs18"

- name: gcr.io/cloud-builders/docker
id: "build-docker"
Expand Down

0 comments on commit 0d32c2d

Please sign in to comment.