Skip to content
Snippets Groups Projects
Commit d6b99abd authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Use the same redirection syntax everywhere"

parents 0e2efc09 f2c11218
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
tasks: tasks:
- name: Ensure overcloud is deployed - name: Ensure overcloud is deployed
shell: shell:
cmd: "{{ kayobe_src_dir }}/dev/overcloud-deploy.sh > {{ logs_dir }}/ansible/overcloud-deploy" cmd: "{{ kayobe_src_dir }}/dev/overcloud-deploy.sh &> {{ logs_dir }}/ansible/overcloud-deploy"
executable: /bin/bash
- name: Run testinfra tests - name: Run testinfra tests
command: "{{ testinfra_venv }}/bin/py.test {{ test_path }} --html={{ logs_dir }}/test-results.html --self-contained-html" command: "{{ testinfra_venv }}/bin/py.test {{ test_path }} --html={{ logs_dir }}/test-results.html --self-contained-html"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
tasks: tasks:
- name: Ensure seed hypervisor is deployed - name: Ensure seed hypervisor is deployed
shell: shell:
cmd: "{{ kayobe_src_dir }}/dev/seed-hypervisor-deploy.sh > {{ logs_dir }}/ansible/seed-hypervisor-deploy" cmd: "{{ kayobe_src_dir }}/dev/seed-hypervisor-deploy.sh &> {{ logs_dir }}/ansible/seed-hypervisor-deploy"
executable: /bin/bash executable: /bin/bash
- name: Ensure seed is deployed - name: Ensure seed is deployed
......
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