ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
hexdump01 has joined #aarch64-laptops
hexdump0815 has quit [Ping timeout: 480 seconds]
<steev>
what does gitlab's ci have over it that the kernel ci doesn't have?
falk689 has quit [Remote host closed the connection]
falk689 has joined #aarch64-laptops
dcz has joined #aarch64-laptops
<HdkR>
Very cute little machine that
<steev>
it's "just" an sc7180, but it's a compute module, so assuming they threw one together, should be able to "upgrade" it
jhovold has joined #aarch64-laptops
SSJ_GZ has quit [Ping timeout: 480 seconds]
SSJ_GZ has joined #aarch64-laptops
SSJ_GZ has quit [Read error: No route to host]
SSJGZ has joined #aarch64-laptops
<robclark>
steev: re gitlab ci, it is (or at least can be) integrated into the dev workflow, ie. must pass before a patchset/mr is merged (and you can setup rules, like if a change only touches radeonsi, no need to run jobs on qc hw).. but more practically, at least for drm, it re-uses all the infrastructure we have for mesa CI.. vs setting up something from scratch for kernelci (which afaict doesn't really have much interesting
<robclark>
on-hw testing, at least for gpu/display stuff)