Commit 44b56c34 by Michael Youngstrom Committed by GitHub

Merge pull request #4176 from edx/youngstrom/jenkins_new_relic

Add new relic config for jenkins_build play
parents 7fab5883 1c396cb4
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
vars: vars:
COMMON_ENABLE_DATADOG: True COMMON_ENABLE_DATADOG: True
COMMON_ENABLE_SPLUNKFORWARDER: True COMMON_ENABLE_SPLUNKFORWARDER: True
COMMON_ENABLE_NEWRELIC: True
COMMON_SECURITY_UPDATES: yes COMMON_SECURITY_UPDATES: yes
SECURITY_UPGRADE_ON_ANSIBLE: true SECURITY_UPGRADE_ON_ANSIBLE: true
...@@ -62,3 +63,8 @@ ...@@ -62,3 +63,8 @@
- splunkonly - splunkonly
- jenkins:promote-to-production - jenkins:promote-to-production
become: True become: True
- role: newrelic
when: COMMON_ENABLE_NEWRELIC
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