You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isnt easily solved here, as anything could be in extra_matrix.
This can be resolved by fixing any use of extra_matrix after #100 , so that the custom templates use either jobs or extra_jobs if they were using extra_matrix to contain job matrix entries.
And then deprecate extra_matrix or change its docs.
The addition of
jobs:
in 1650163 breaks any use ofmatrix:
which appeared inside blockstest_other_environments
,exclusion_matrix
andextra_matrix
e.g. the moban repo https://github.com/moremoban/moban/blob/dev/.moban.d/travis.yml used
extra_matrix
to checkMINREQ=1
, but this was silently dropped at moremoban/moban@ac56511 (moremoban/moban#272) becausejobs:
overrides thematrix:
I am fairly sure that @pyexcel used those blocks also.
The text was updated successfully, but these errors were encountered: