chore(ci): fix typos in newly checked ci folder

This commit is contained in:
David Testé
2025-11-19 09:46:45 +01:00
committed by David Testé
parent bdef5b358e
commit c5bac7994a
3 changed files with 6 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ exclusive_generation_group.add_argument(
"--generate-regression-json",
dest="generate_regression_json",
action="store_true",
help="Generate JSON file with regression data with all the results from base branch and the lastest results of the development branch",
help="Generate JSON file with regression data with all the results from base branch and the latest results of the development branch",
)

View File

@@ -380,12 +380,12 @@ def parse_issue_comment(comment):
return arguments_pairs
def build_definition(profile_args_pairs, profile_defintions):
def build_definition(profile_args_pairs, profile_definitions):
"""
Build regression profile definition form user inputs and definitions file.
:param profile_args_pairs: pairs of profile options and their value parsed from a string
:param profile_defintions: parsed profile definitions file
:param profile_definitions: parsed profile definitions file
:return: :class:`ProfileDefinition`
"""
@@ -395,7 +395,7 @@ def build_definition(profile_args_pairs, profile_defintions):
for profile_option, value in profile_args_pairs:
definition.set_field_from_option(profile_option, value)
definition.set_defaults_from_definitions_file(profile_defintions)
definition.set_defaults_from_definitions_file(profile_definitions)
return definition
@@ -812,4 +812,4 @@ if __name__ == "__main__":
except Exception:
sys.exit(4)
# TODO Add unittests primarly to check if commands and env generated are correct.
# TODO Add unittests primarily to check if commands and env generated are correct.

View File

@@ -27,7 +27,7 @@
#
# > parameters_filter: a parameters' set name pattern to filter against when performing data extraction
#
# > env.<variable_name>: environment variable that will be used to alter benchmark execution enviroment
# > env.<variable_name>: environment variable that will be used to alter benchmark execution environment
# Possible values for variable_name are (case-insensitive):
# * FAST_BENCH
# * BENCH_OP_FLAVOR