Actually disable parallel makes for integration runner
This commit is contained in:
parent
8119ea37af
commit
d22bbbf52c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue