-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double the number of processor build-and-test targets #32526
Double the number of processor build-and-test targets #32526
Conversation
PROCESSOR_MODS_1 := $(shell find ./processor/[p-z]* $(FIND_MOD_ARGS) -exec $(TO_MOD_DIR) ) | ||
PROCESSOR_MODS := $(PROCESSOR_MODS_0) $(PROCESSOR_MODS_1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This gives an 12/11 breakdown.
Need a rebase |
This will need a rebase again following #32496, which is ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want to wait on this until #32496 is merged.
…tor-contrib into jmacd/double_processor_groups
Description: Double the number of processor test groups so that new tests can be added, e.g., the new tests in
#31946
Testing: These changes were applied in #31946 and they appeared to help with spurious test timeouts.
Similar to #32496