From a52cfa90d30ca76b546fc6fa082c61156280175d Mon Sep 17 00:00:00 2001 From: "Jiaxiao (mossaka) Zhou" Date: Mon, 23 Feb 2026 16:35:54 +0000 Subject: [PATCH 1/2] Add storage.googleapis.com to node ecosystem Multiple language ecosystems (Go, Dart, Deno) need access to storage.googleapis.com for package downloads and browser automation (Chrome for Testing). Adding it to the node ecosystem ensures Deno/Bun workflows can access it without needing the go or dart ecosystems. Co-Authored-By: Claude Opus 4.6 (1M context) --- pkg/workflow/data/ecosystem_domains.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/workflow/data/ecosystem_domains.json b/pkg/workflow/data/ecosystem_domains.json index b0bdefa0eb..269e4dbdb3 100644 --- a/pkg/workflow/data/ecosystem_domains.json +++ b/pkg/workflow/data/ecosystem_domains.json @@ -145,6 +145,7 @@ "esm.sh", "googleapis.deno.dev", "googlechromelabs.github.io", + "storage.googleapis.com", "cdn.jsdelivr.net" ], "node-cdns": ["cdn.jsdelivr.net"], From 0e3dd4de0e956fbcf197628c7615e3aaf60bb917 Mon Sep 17 00:00:00 2001 From: Smoke Test Agent Date: Mon, 23 Feb 2026 16:47:13 +0000 Subject: [PATCH 2/2] test: Add smoke test file for run 22315455890 --- test-pr-push-22315455890.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-pr-push-22315455890.txt diff --git a/test-pr-push-22315455890.txt b/test-pr-push-22315455890.txt new file mode 100644 index 0000000000..545d3c5857 --- /dev/null +++ b/test-pr-push-22315455890.txt @@ -0,0 +1 @@ +Test file for PR push