Skip to content

ci/build: fix ppc64le and s390x jobs rules

Eric Engestrom requested to merge eric/mesa:ci-build-fix-rules into main

I think these were written with the idea of making it "(build rules) && (any relevant driver), but instead the driver rules are bypassing the build rules because

  1. it's not an AND, it's an OR; any line that matches applies, and
  2. the driver rules are when: on_success when these need to be when: manual like the rest of the build jobs.

Let's stop trying to be special and simply behave like all the other build jobs.

We can always try making complex rules later, but once we're on a base that works.

Merge request reports

Loading