Commit 7b815166 by Jesse Zoldak

Set ANSIBLE_TIMER_LOG environment variable when building jenkins workers

parent 4664e8c2
......@@ -61,7 +61,7 @@
"type": "ansible-local",
"playbook_file": "../../playbooks/edx-east/jenkins_worker.yml",
"playbook_dir": "../../playbooks",
"command": "source {{user `playbook_remote_dir`}}/packer-venv/bin/activate && ansible-playbook",
"command": "source {{user `playbook_remote_dir`}}/packer-venv/bin/activate && ANSIBLE_TIMER_LOG='log/ansible_timing.log' ansible-playbook",
"inventory_groups": "jenkins_worker",
"extra_arguments": [
"-vvv"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment