Unverified Commit 23958378 by Michael Youngstrom Committed by GitHub

Merge pull request #4537 from edx/youngstrom/new-relic

build_jenkins role should use new newrelic role
parents 408a02c8 0db0128a
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
gather_facts: True gather_facts: True
vars: vars:
COMMON_ENABLE_DATADOG: False COMMON_ENABLE_DATADOG: False
COMMON_ENABLE_NEWRELIC: True COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE: True
COMMON_SECURITY_UPDATES: yes COMMON_SECURITY_UPDATES: yes
SECURITY_UPGRADE_ON_ANSIBLE: true SECURITY_UPGRADE_ON_ANSIBLE: true
...@@ -22,11 +22,8 @@ ...@@ -22,11 +22,8 @@
when: COMMON_ENABLE_DATADOG when: COMMON_ENABLE_DATADOG
- role: datadog-uninstall - role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG when: not COMMON_ENABLE_DATADOG
- jenkins_build - jenkins_build
- role: newrelic_infrastructure
- role: newrelic when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
when: COMMON_ENABLE_NEWRELIC
tags: tags:
- newreliconly - newreliconly
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