Skip to content

buildkite: handle matrix attributes in unexpected locations#2487

Open
novas0x2a wants to merge 1 commit intobazelbuild:masterfrom
novas0x2a:fix-matrix-dict
Open

buildkite: handle matrix attributes in unexpected locations#2487
novas0x2a wants to merge 1 commit intobazelbuild:masterfrom
novas0x2a:fix-matrix-dict

Conversation

@novas0x2a
Copy link
Contributor

soft_fail contains a list of dicts, and the matrix processing was seeing it and getting confused. This change makes lists and dicts get processed all the way down, and also completely ignores data types it doesn't know how to process, rather than blowing up on them.

Fixes #2486

@novas0x2a novas0x2a marked this pull request as draft March 3, 2026 23:43
@novas0x2a novas0x2a marked this pull request as ready for review March 4, 2026 00:34
soft_fail contains a list of dicts, and the matrix processing was seeing
it and getting confused. This change makes lists and dicts get processed
all the way down, and also completely ignores data types it doesn't know
how to process, rather than blowing up on them.

Fixes bazelbuild#2486
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken builds marked passing within seconds

1 participant