Actually disable parallel makes for integration runner

pull/13593/head
James Cammarata 9 years ago
parent 8119ea37af
commit d22bbbf52c

@ -10,7 +10,7 @@
shell: "cd ~/ansible && pwd"
register: results
- shell: "ls -la && . hacking/env-setup && cd test/integration && TEST_FLAGS='-e clean_working_dir=no' make -j2 {{ run_integration_make_target }}"
- shell: "ls -la && . hacking/env-setup && cd test/integration && TEST_FLAGS='-e clean_working_dir=no' make {{ run_integration_make_target }}"
args:
chdir: "{{ results.stdout }}"
async: 3600

Loading…
Cancel
Save