Commit 3e9ec2b
authored
ci: allow manual E2E runs via workflow_dispatch (#98)
* ci: allow manual E2E runs via workflow_dispatch
Add a workflow_dispatch trigger with platform and tier inputs so the E2E jobs on
the self-hosted GPU runners can be run on demand against any ref, without a push
or the full pipeline. A manual dispatch skips build-and-test for a fast loop;
nothing on the default branch depends on that job, so skipping it is safe here.
The trigger must exist on the default branch for the workflow to be dispatchable
at all; the E2E jobs that consume these inputs live on their own branch and are
run by dispatching against that ref.
Signed-off-by: fredespi <fredrik.espinoza@gmail.com>
* ci: add mock to workflow_dispatch platform options
Include the mock E2E tier as a manually selectable target so a dispatch can run
the full E2E matrix (mock + GPU), matching the guard set on the E2E jobs.
Signed-off-by: fredespi <fredrik.espinoza@gmail.com>
---------
Signed-off-by: fredespi <fredrik.espinoza@gmail.com>1 parent 5bcd8b1 commit 3e9ec2b
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
13 | 31 | | |
14 | 32 | | |
15 | 33 | | |
| |||
108 | 126 | | |
109 | 127 | | |
110 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
111 | 132 | | |
112 | 133 | | |
113 | 134 | | |
| |||
0 commit comments