Skip to content

Commit 9cc6ab0

Browse files
committed
chore(ci): migrate ai-platform/snippets
1 parent 47ab9d6 commit 9cc6ab0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/config/nodejs-dev.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"recaptcha_enterprise/demosite/app", // no tests exist
7878

7979
// These tests are already passing in prod, so skip them in dev.
80+
"ai-platform/snippets",
8081
"appengine/building-an-app/build",
8182
"appengine/building-an-app/update",
8283
"appengine/datastore",

.github/config/nodejs.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
"recaptcha_enterprise/demosite/app", // no tests exist
7676

7777
// TODO: fix these
78-
"ai-platform/snippets", // PERMISSION_DENIED: Permission denied: Consumer 'projects/undefined' has been suspended.
7978
"automl", // (untested) FAILED_PRECONDITION: Google Cloud AutoML Natural Language was retired on March 15, 2024. Please migrate to Vertex AI instead
8079
"cloud-sql/sqlserver/tedious", // (untested) TypeError: The "config.server" property is required and must be of type string.
8180
"compute", // GoogleError: The resource 'projects/long-door-651/zones/us-central1-a/disks/disk-from-pool-name' was not found

ai-platform/snippets/ci-setup.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"secrets": {
3+
"CAIP_PROJECT_ID": "nodejs-docs-samples-tests/nodejs-docs-samples-ai-platform-caip-project-id"
4+
}
5+
}

0 commit comments

Comments
 (0)