Skip to content
Snippets Groups Projects
Commit a8353c2d authored by Julien Leduc's avatar Julien Leduc
Browse files

set ntx to 3 to see how effective it is in CI environment

parent b97cbd05
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,10 @@ test -f /CANSTART && echo OK || exit 1
xrdcp /etc/group root://${eoshost}:/${EOS_TMP_DIR}/testFile
# prepare EOS workflow
# enable eos workflow engine
eos space config default space.wfe=on
# set the thread-pool size of concurrently running workflows
eos space config default space.wfe.ntx=3
# ATTENTION
# for sss authorisation unix has to be replaced by sss
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment