-
Notifications
You must be signed in to change notification settings - Fork 107
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
add CI for different numDomains
settings
#413
Comments
We already test 16 as it is the default. Did you mean another number? |
I mostly meant the weekly should also keep testing the normal default. Not sure if we want to leave it at |
numDomain
settingsnumDomains
settings
Then you propose adding
|
yes, that would have been much clearer :-)
Ah, I had the branch discussion put under "for different platform", not for different config. For changing the config in only the number of domains, I'd propose for the CI job to edit the |
Search+replace via regexp sounds like a good plan and will catch other arches should they appear. |
This has been implemented in #701 and related PRs. |
When PR #410 is merged, the proofs will be generic in the number of protection domains.
Testing that fact with every CI job is going to be too resource-intensive, but we should test at least values of
1
,2
, and something like16
in the weekly job so we get an alert when we accidentally break this genericity.The text was updated successfully, but these errors were encountered: