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 @@
gather_facts: True
vars:
COMMON_ENABLE_DATADOG: False
COMMON_ENABLE_NEWRELIC: True
COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE: True
COMMON_SECURITY_UPDATES: yes
SECURITY_UPGRADE_ON_ANSIBLE: true
......@@ -22,11 +22,8 @@
when: COMMON_ENABLE_DATADOG
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- jenkins_build
- role: newrelic
when: COMMON_ENABLE_NEWRELIC
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
tags:
- 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