cookie icon indicating copy to clipboard operation
cookie copied to clipboard

Gitlab CI: `jobs:make_wheels config contains unknown keys: matrix`

Open sschnug opened this issue 1 year ago • 3 comments

Hi,

running a setuptools/pybind11 project in Gitlab-CI (v17.1.2-ee) leads to following YAML analysis error:

jobs:make_wheels config contains unknown keys: matrix

It seems, that matrix is not a valid keyword (Docs) here, but only parallel:matrix is.

parallel:matrix, opposed to matrix is also used in the same config at another place here which makes it look like a small oversight.

YAML analysis won't complain after changing it.

sschnug avatar Jul 24 '24 13:07 sschnug

@kratsg, does this look right?

henryiii avatar Aug 05 '24 16:08 henryiii

Yeah, that got changed in a particular version.

<job_id>:
  parallel:
    matrix: {}

kratsg avatar Aug 05 '24 17:08 kratsg

Anyone interested in making a PR? ;)

henryiii avatar Aug 08 '24 20:08 henryiii