Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usagov 1999 new relic agent to 1.57.2 #1998

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ workflows:
- dev
- stage
- prod
- USAGOV-1557-cf-logs-to-new-relic
- build-and-push-container:
requires:
- approve-build-and-push-container
Expand All @@ -762,7 +761,6 @@ workflows:
- dev
- stage
- prod
- USAGOV-1557-cf-logs-to-new-relic
- approve-dev-deployment:
type: approval
requires:
Expand All @@ -779,23 +777,20 @@ workflows:
branches:
only:
- dr
- USAGOV-1557-cf-logs-to-new-relic
- deploy-to-cloudgov-dev:
requires:
- approve-dev-deployment
filters:
branches:
only:
- dev
- USAGOV-1943-govloan-redirect-corrections
- deploy-to-cloudgov-dr:
requires:
- approve-dr-deployment
filters:
branches:
only:
- dr
- USAGOV-1557-cf-logs-to-new-relic
- approve-stage-deployment:
type: approval
requires:
Expand Down
2 changes: 1 addition & 1 deletion bin/src/newrelic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# TODO: why the [ $(uname -m) != 'aarch64' ] clause? Was this meant to exclude local install?
if [ "$(uname -m)" != 'aarch64' ]; then
export NR_VERSION_NUMBER='10.22.0.12'
export NR_VERSION_NUMBER='11.2.0.15'

NR_VERSION="newrelic-php5-$NR_VERSION_NUMBER-linux-musl"
export NR_VERSION
Expand Down
Loading