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
f"Suite '{mxsuite.name}' uses the deprecated 'ignore_suite_commit_info' (value: {mxsuite.ignore_suite_commit_info}) configuration entry in its suite.py.\n"
3943
+
f"Please keep using only 'capture_suite_commit_info' (value: {mxsuite.capture_suite_commit_info})."
3944
+
)
3945
+
else:
3946
+
mx.abort(
3947
+
f"Suite '{mxsuite.name}' sets both 'ignore_suite_commit_info' (deprecated, value: {mxsuite.ignore_suite_commit_info}) and 'capture_suite_commit_info' (value: {mxsuite.capture_suite_commit_info}) in its suite.py.\n"
3948
+
f"This is a configuration conflict. Please remove 'ignore_suite_commit_info' and keep only 'capture_suite_commit_info'."
help="A comma-separated list of suite dependencies whose commit info must be included.")
4059
4073
parser.add_argument(
4060
4074
"--extras", default=None, help="One or more comma separated key:value pairs to add to the results file. Takes precedence over the keys defined in MX_BENCHMARK_EXTRAS in case of duplicates.")
help="A comma-separated list of suite dependencies whose commit info must be included.")
4130
4144
parser.add_argument(
4131
4145
"--extras", default=None, help="One or more comma separated key:value pairs to add to the results file. Takes precedence over the keys defined in MX_BENCHMARK_EXTRAS in case of duplicates.")
0 commit comments