Actions
action #4682
closedaction #3136: support remote workers
workers capabilities advertisement
Description
Since remote workers can run on different HW they need to inform scheduler about their capabilities. So that tests requiring eg. ppc will not run on x86 machines and vice versa.
Preferably this should be synced with what openQA scheduler guys will come up (so it seamlessly plug into test dependencies).
For now I imagine simple key-value publication of set capabilities (CPU_ARCH, MEM_MAX (may be useful when we start limiting workers memory via cgroups ie.), etc..) during worker registration. Changes in capabilities would be announced during job grab.
Actions