Commit b95bd35
committed
linux: use stable ref for baseline and dev for dev group
Right now we have the default tree being selected for the "baseline"
group. However when booting with BOOTLINUX_AB_DIFFERENT_REF we end up
with a baseline group and "dev" group.
Is is therefore odd, to end up up with the "stable" kernel on the "dev"
group, and the latest kernel on the "baseline" group. Invert this logic,
so the dev group always has the latest and greatest to match expectations
that dev groups are the bleeding edge.
Now we get more sensible defaults:
$ make defconfig-mmtests-ab-testing-thpcompact KDEVOPS_HOSTS_PREFIX="lpc"
$ make
$ make bringup
$ make bringup
$ make uname
lpc-thpcompact-dev 6.17.0-rc4-00047-ge6b9dce0aeeb
lpc-thpcompact 6.15.0
Signed-off-by: Luis Chamberlain <[email protected]>1 parent a862beb commit b95bd35
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
327 | 332 | | |
328 | 333 | | |
329 | 334 | | |
| |||
424 | 429 | | |
425 | 430 | | |
426 | 431 | | |
427 | | - | |
| 432 | + | |
428 | 433 | | |
429 | 434 | | |
430 | 435 | | |
| |||
0 commit comments