software-layer icon indicating copy to clipboard operation
software-layer copied to clipboard

Use of matrices in CI is excessive

Open ocaisa opened this issue 2 months ago • 1 comments

We use CI matrices for all of the different architectures, which is creating a lot of CI jobs. Do we really need to do this though? With the EESSI module it is straightforward to reload for a different architecture target. We still probably want a matrix for each EESSI version, but I think we can just have a bash loop to loop over the architectures.

ocaisa avatar Sep 22 '25 10:09 ocaisa

I agree that this should be possible, and it's probably worthwhile to change this

boegel avatar Sep 22 '25 11:09 boegel