Skip to content

Commit

Permalink
Added Heroku CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
arapulido committed Sep 4, 2019
1 parent bc8d80d commit ff05a80
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Datadog Agent Heroku Buildpack",
"description": "This Heroku Buildpack installs the Datadog Agent in your Heroku dyno to collect system metrics, custom application metrics, and traces",
"scripts": {
"test": ".buildpack-testrunner/bin/run ."
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-testrunner"
}
],
"environments": {
"test": {
"env": {
"SHUNIT_HOME": "/app/.shunit2"
}
}
}
}
1 change: 1 addition & 0 deletions test/compile_and_run.sh → test/compile_and_run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ compileAndRunVersion()
assertFileNotContains "Could not initialize Python" ${STD_ERR}
assertCaptured "Starting Datadog Agent"
assertCaptured "Starting Datadog Trace Agent"
assertNotCaptured "The Datadog Agent has been disabled"

}

Expand Down

0 comments on commit ff05a80

Please sign in to comment.