We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60356b5 commit 6c335aaCopy full SHA for 6c335aa
1 file changed
.github/workflows/test-k8s-deployment.yaml
@@ -25,6 +25,24 @@ jobs:
25
k8s-ci-test:
26
runs-on: ubuntu-latest
27
timeout-minutes: 45
28
+ strategy:
29
+ fail-fast: false
30
+ matrix:
31
+ function:
32
+ - hello-world
33
+ - llm-internal-calvin
34
+ - opencode-headless
35
+ - twilio-sms
36
+ - llm-external
37
+ - send-email-link
38
+ - crypto-login
39
+ - github-repo-creator
40
+ - pytorch-gpu
41
+ - runtime-script
42
+ - rust-hello-world
43
+ - simple-bash
44
+ - simple-email
45
+ - stripe-function
46
47
steps:
48
- name: Checkout
@@ -212,7 +230,7 @@ jobs:
212
230
- name: Run K8s Tests
213
231
run: |
214
232
# Ensure kubectl proxy port is available or managed by the runner
215
- make test-k8s-all
233
+ pnpm exec ts-node scripts/test-runner.ts --function ${{ matrix.function }}
216
234
217
235
218
236
- name: Dump diagnostics on failure
0 commit comments