Skip to content

fix: build-scripts/get_labels_expr.py needs to output "true" in case no labels are found#2215

Draft
craigcomstock wants to merge 1 commit intocfengine:masterfrom
craigcomstock:ent-14025/master
Draft

fix: build-scripts/get_labels_expr.py needs to output "true" in case no labels are found#2215
craigcomstock wants to merge 1 commit intocfengine:masterfrom
craigcomstock:ent-14025/master

Conversation

@craigcomstock
Copy link
Copy Markdown
Contributor

e.g. when a build will not include exotics a partial expression is pre-pended to the output of this script

EXOTIX_CONFIGURATIONS_FILTER: (!label.contains("mingw") && !label.contains("HUB") && !label.contains("hpux") && !label.contains("aix") && !label.contains("solaris")) && \

so a true at the end of that expression will be a no-op and appropriate.

Ticket: ENT-14025
Changelog: none

…no labels are found

e.g. when a build will not include exotics a partial expression is pre-pended to the output of this script

EXOTIX_CONFIGURATIONS_FILTER: (!label.contains("mingw") && !label.contains("_HUB_") && !label.contains("hpux") && !label.contains("aix") && !label.contains("solaris")) && \

so a true at the end of that expression will be a no-op and appropriate.

Ticket: ENT-14025
Changelog: none
@craigcomstock
Copy link
Copy Markdown
Contributor Author

primarily will test 3.27.x #2217, also picked to 3.24.x #2218

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants