Skip to content

UACTT: use linux version instead of windows + avoid running UACTT job on branch pushed out of MR

Vincent Monfort requested to merge vmo_use_linux_uactt into master

Contributes #1209 (closed)

Issue with linux version has been identified, this is due to number of files in the user limits. Default value seems to be 1024*1024 which causes uactt to stop whereas it works when value is 1024.

Edited by Vincent Monfort

Merge request reports