Commit 8af1ff90 authored by Romain Courteaud's avatar Romain Courteaud

erp5_test_result: stop spawning the alarm in case of error

parent 3ef68e80
......@@ -31,5 +31,7 @@ portal = context.getPortalObject()
distributor_list = portal.portal_task_distribution.objectValues()
for distributor in distributor_list:
distributor.activate().optimizeConfiguration()
distributor.activate(tag=tag).optimizeConfiguration()
context.activate(after_tag=tag).getId()
return list_node
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>tag, fixit, params</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment