Commit 961f52d0 by Ben Patterson

Merge pull request #1684 from edx/benp/move-harprofiler-ref

Harprofiler repo is now under edx. Disable test cruft.
parents 23e4cb54 b4a6e2b9
......@@ -7,7 +7,7 @@
harprofiler_role_name: harprofiler
harprofiler_user: "harprofiler"
harprofiler_github_url: https://github.com/cgoldberg/harprofiler
harprofiler_version: 2958a910cc0c33967f7d7faf4519fa03271fdaf1
harprofiler_github_url: https://github.com/edx/harprofiler
harprofiler_version: master
harprofiler_dir: /edx/app/harprofiler
harprofiler_venv_dir: "{{ harprofiler_dir }}/venvs/harprofiler"
......@@ -38,10 +38,3 @@
regexp="browsermob_dir"
line="browsermob_dir: /usr/local"
state=present
- name: verify harprofiler works
shell: >
python harprofiler.py
chdir="{{ harprofiler_dir }}"
executable=/bin/bash
sudo_user: "{{ harprofiler_user }}"
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