Skip to content

Commit 210180b

Browse files
committed
chore(ci): migrate sql sample to new ci
1 parent 9fea5d2 commit 210180b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/config/nodejs-dev.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@
100100
"auth",
101101
"batch",
102102
"cloud-language",
103+
"cloud-sql/mysql/mysql",
104+
"cloud-sql/mysql/mysql2",
105+
"cloud-sql/postgres/knex",
106+
"cloud-sql/sqlserver/mssql",
107+
"cloud-sql/sqlserver/tedious",
103108
"cloud-tasks/snippets",
104109
"cloud-tasks/tutorial-gcf/app",
105110
"cloud-tasks/tutorial-gcf/function",

.github/config/nodejs-prod.jsonc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@
7777
// TODO: fix these
7878
"ai-platform/snippets", // PERMISSION_DENIED: Permission denied: Consumer 'projects/undefined' has been suspended.
7979
"automl", // (untested) FAILED_PRECONDITION: Google Cloud AutoML Natural Language was retired on March 15, 2024. Please migrate to Vertex AI instead
80-
"cloud-sql/mysql/mysql", // (untested) Error: expected 200 "OK", got 500 "Internal Server Error"
81-
"cloud-sql/mysql/mysql2", // (untested) Error: Cannot find module './connect-connector-with-iam-authn.js'
82-
"cloud-sql/postgres/knex", // (untested) CloudSQLConnectorError: Malformed instance connection name provided: expected format of "PROJECT:REGION:INSTANCE", got undefined
83-
"cloud-sql/sqlserver/mssql", // (untested) TypeError: The "config.server" property is required and must be of type string.
84-
"cloud-sql/sqlserver/tedious", // (untested) TypeError: The "config.server" property is required and must be of type string.
8580
"compute", // GoogleError: The resource 'projects/long-door-651/zones/us-central1-a/disks/disk-from-pool-name' was not found
8681
"dataproc", // GoogleError: Error submitting create cluster request: Multiple validation errors
8782
"datastore/functions", // [ERR_REQUIRE_ESM]: require() of ES Module

0 commit comments

Comments
 (0)