Commit e19f7b70 by Ben Patterson Committed by Edward Zarecor

Harprofiler repo is now under edx. Disable test cruft.

The test was under dev and shouldn't have been merged. (This
approach is incompatible with ansible's design.)
parent e3c2d9a9
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
harprofiler_role_name: harprofiler harprofiler_role_name: harprofiler
harprofiler_user: "harprofiler" harprofiler_user: "harprofiler"
harprofiler_github_url: https://github.com/cgoldberg/harprofiler harprofiler_github_url: https://github.com/edx/harprofiler
harprofiler_version: 2958a910cc0c33967f7d7faf4519fa03271fdaf1 harprofiler_version: master
harprofiler_dir: /edx/app/harprofiler harprofiler_dir: /edx/app/harprofiler
harprofiler_venv_dir: "{{ harprofiler_dir }}/venvs/harprofiler" harprofiler_venv_dir: "{{ harprofiler_dir }}/venvs/harprofiler"
...@@ -38,10 +38,3 @@ ...@@ -38,10 +38,3 @@
regexp="browsermob_dir" regexp="browsermob_dir"
line="browsermob_dir: /usr/local" line="browsermob_dir: /usr/local"
state=present 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