On 20/07/2022 18.51, Daniel P. Berrangé wrote:
Since we express dependancies via a 'needs' clause, we don't need to
split container builds into separate stages. GitLab happily lets jobs
depend on other jobs in the same stage and will run them when possible.
Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
.gitlab-ci.d/container-cross.yml | 24 ++++++++++++------------
.gitlab-ci.d/stages.yml | 1 -
2 files changed, 12 insertions(+), 13 deletions(-)
On the one hand, I think this helped to see which containers depend on
others ... OTOH I like the idea of saving some horizontal space in the
pipeline overview page, thus:
Acked-by: Thomas Huth <th...@redhat.com>