kernelci / kernelci-pipeline

Modular pipeline based on the KernelCI API
GNU Lesser General Public License v2.1
6 stars 18 forks source link

config: remove qemu jobs from lab-qualcomm #660

Closed mwasilew closed 1 week ago

mwasilew commented 1 week ago

QEMU jobs use container pulled from hub.docker.com. After the lab move pulling from this registry is no longer possible at Qualcomm. This patch disables QEMU jobs from Qualcomm lab.

pawiecz commented 1 week ago

@mwasilew would this still be an issue for any Docker registry or for hub.docker.com only?

Other registry could be provided as a task param in the template.

mwasilew commented 1 week ago

@pawiecz it's just dockerhub. I'm able to pull from AWS or github for example. I don't know how to change the template, so I propose to disable the job for now. Having a parameter would be the way to go forward for sure.

nuclearcat commented 1 week ago

@mwasilew can you rebase PR and i will merge it?

mwasilew commented 1 week ago

@nuclearcat done.