Actually disable parallel makes for integration runner

pull/13663/head
James Cammarata 10 years ago
parent 6a0d2116b8
commit b0e7ea78af

@ -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