Commit 07be486
fix(ci): remove reload=true — not needed and breaks Adobe CF
The ?db= parameter switches application.wheels.dataSourceName directly
(runner.cfm:70-80). No reload needed because:
- $_setTestboxEnv() handles datasource switching per HTTP request
- populate.cfm creates identical table schemas across all databases
- The old 42-job workflow never used reload=true either
reload=true was breaking Adobe CF engines because $handleRestartAppRequest
passes "application" as a component reference to cfinvoke, which Adobe CF
can't resolve. Removing it fixes all Adobe engines and simplifies the curl.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 466eb25 commit 07be486
1 file changed
+8
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
| 243 | + | |
251 | 244 | | |
252 | 245 | | |
253 | | - | |
| 246 | + | |
254 | 247 | | |
255 | 248 | | |
256 | 249 | | |
| |||
0 commit comments