Skip to content

Commit

Permalink
ci, post: create smoketest output logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Sep 12, 2023
1 parent 78c4084 commit e9fe1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_stf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- name: "Run STF smoketests"
ansible.builtin.shell:
cmd: |
OCP_PROJECT={{ namespace }} CLEANUP=false ./tests/smoketest/smoketest.sh
OCP_PROJECT={{ namespace }} CLEANUP=false ./tests/smoketest/smoketest.sh > {{ ansible_env.HOME }}/smoketests.log 2>&1
chdir: "{{ sto_dir }}"
changed_when: false

Expand Down

0 comments on commit e9fe1a6

Please sign in to comment.