[ADD] run_parallel_test: check_git_change OCA_server-tools
This commit is contained in:
parent
c1fd2366c7
commit
fcad933850
1 changed files with 6 additions and 1 deletions
|
|
@ -692,7 +692,12 @@ def check_git_change():
|
||||||
run_command(
|
run_command(
|
||||||
"./script/code_generator/check_git_change_code_generator.sh",
|
"./script/code_generator/check_git_change_code_generator.sh",
|
||||||
"./addons/TechnoLibre_odoo-code-generator-template",
|
"./addons/TechnoLibre_odoo-code-generator-template",
|
||||||
test_name="Init check_git_change",
|
test_name="Init check_git_change TechnoLibre_odoo-code-generator-template",
|
||||||
|
),
|
||||||
|
run_command(
|
||||||
|
"./script/code_generator/check_git_change_code_generator.sh",
|
||||||
|
"./addons/OCA_server-tools",
|
||||||
|
test_name="Init check_git_change OCA_server-tools",
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
commands = asyncio.gather(*task_list)
|
commands = asyncio.gather(*task_list)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue