Skip to content

ci: Use a single job

Frediano Ziglio requested to merge fziglio/vd_agent_win:single_job into master

Reduce CI resource usage using a single job instead of 2. The project is pretty small and the setup of the 2 jobs is pretty long compared to the build so using a single job (we used the same container image for both) reduce CI resource usage.

Signed-off-by: Frediano Ziglio fziglio@redhat.com


The first patch is needed as the CI did not update modules correctly and in lot of case was left at a previous state.

Merge request reports