Skip to content

Commit

Permalink
deploy/ansible: use teuthology_branch variable for src
Browse files Browse the repository at this point in the history
Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
Kyr Shatskyy committed Jun 20, 2022
1 parent 7a53013 commit ba66f83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
bash docs/_static/worker_start.sh {{ machine_type }} {{ workers }}
args:
executable: /bin/bash
chdir: /home/{{ teuthology_execution_user }}/src/teuthology_master
chdir: /home/{{ teuthology_execution_user }}/src/teuthology_{{ teuthology_branch }}
become_user: "{{ teuthology_execution_user }}"
when: workers > 0

Expand Down Expand Up @@ -51,6 +51,6 @@
args:
executable: /bin/bash
chdir: /home/{{ teuthology_execution_user }}/src/teuthology_master
chdir: /home/{{ teuthology_execution_user }}/src/teuthology_{{ teuthology_branch }}
become_user: "{{ teuthology_execution_user }}"
when: dispatcher > 0

0 comments on commit ba66f83

Please sign in to comment.