Skip to content

Commit d860a5f

Browse files
committed
ci(knex): migrate to new ci
1 parent 0ef037a commit d860a5f

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/config/nodejs-dev.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"auth",
101101
"batch",
102102
"cloud-language",
103+
"cloud-sql/postgres/knex",
103104
"cloud-tasks/snippets",
104105
"cloud-tasks/tutorial-gcf/app",
105106
"cloud-tasks/tutorial-gcf/function",

.github/config/nodejs-prod.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"automl", // (untested) FAILED_PRECONDITION: Google Cloud AutoML Natural Language was retired on March 15, 2024. Please migrate to Vertex AI instead
8080
"cloud-sql/mysql/mysql", // (untested) Error: expected 200 "OK", got 500 "Internal Server Error"
8181
"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
8382
"cloud-sql/sqlserver/mssql", // (untested) TypeError: The "config.server" property is required and must be of type string.
8483
"cloud-sql/sqlserver/tedious", // (untested) TypeError: The "config.server" property is required and must be of type string.
8584
"compute", // GoogleError: The resource 'projects/long-door-651/zones/us-central1-a/disks/disk-from-pool-name' was not found
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"env": {
3+
"INSTANCE_HOST": "127.0.0.1",
4+
"INSTANCE_CONNECTION_NAME": "nodejs-docs-samples-tests:us-central1:postgres-ci",
5+
"DB_NAME": "kokoro_ci",
6+
"DB_USER": "kokoro_ci"
7+
},
8+
"secrets": {
9+
"DB_PASSWORD": "nodejs-docs-samples-tests/nodejs-docs-samples-sql-password"
10+
}
11+
}

0 commit comments

Comments
 (0)