Skip to content

Commit 95a6eca

Browse files
ci(plugin-cloudflare-workers): add CI pipeline
1 parent dcac427 commit 95a6eca

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
steps:
2+
3+
- group: ":cloudflare: Cloudflare Worker Tests"
4+
steps:
5+
- label: "Cloudflare Worker tests"
6+
timeout_in_minutes: 40
7+
agents:
8+
queue: macos-15
9+
env:
10+
NODE_VERSION: "22"
11+
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
12+
VERBOSE: "1"
13+
commands:
14+
- "cd test/cloudflare-workers"
15+
- "bundle install"
16+
- "bundle exec maze-runner"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
steps:
2+
- block: "Trigger Cloudflare Workers pipeline"
3+
key: "trigger-cloudflare-pipeline"
4+
5+
- label: ":pipeline: Upload Cloudflare Workers pipeline"
6+
depends_on: "trigger-cloudflare-pipeline"
7+
agents:
8+
queue: macos
9+
timeout_in_minutes: 5
10+
command: buildkite-agent pipeline upload .buildkite/basic/cloudflare-pipeline.yml

.buildkite/package_manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,30 @@
147147
"pipeline": ".buildkite/basic/expo-pipeline.yml",
148148
"block": ".buildkite/block/expo-pipeline.block.yml",
149149
"paths": []
150+
},
151+
{
152+
"pipeline": ".buildkite/basic/cloudflare-pipeline.yml",
153+
"block": ".buildkite/block/cloudflare-pipeline.block.yml",
154+
"paths": [
155+
"test/cloudflare-workers",
156+
"packages/core",
157+
"packages/node",
158+
"packages/delivery-node",
159+
"packages/plugin-app-duration",
160+
"packages/plugin-console-breadcrumbs",
161+
"packages/plugin-contextualize",
162+
"packages/plugin-intercept",
163+
"packages/plugin-node-device",
164+
"packages/plugin-node-in-project",
165+
"packages/plugin-node-surrounding-code",
166+
"packages/plugin-node-uncaught-exception",
167+
"packages/plugin-node-unhandled-rejection",
168+
"packages/plugin-server-session",
169+
"packages/plugin-stackframe-path-normaliser",
170+
"packages/plugin-strip-project-root",
171+
"packages/plugin-cloudflare-workers",
172+
"packages/plugin-browser-session",
173+
"packages/in-flight"
174+
]
150175
}
151176
]

0 commit comments

Comments
 (0)