Skip to content

Commit

Permalink
Merge pull request #9083 from RasaHQ/8694-aws-ci
Browse files Browse the repository at this point in the history
Add AWS CI to telemetry CI checks
  • Loading branch information
ancalita authored Jul 9, 2021
2 parents 300df5a + 0fcdd16 commit 409140d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/8694.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add AWS CodeBuild environment variables to `telemetry.py` check for CI pipelines.
3 changes: 3 additions & 0 deletions rasa/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"JENKINS_URL",
"TEAMCITY_VERSION",
"TRAVIS",
"CODEBUILD_BUILD_ARN",
"CODEBUILD_BUILD_ID",
"CODEBUILD_BATCH_BUILD_IDENTIFIER",
]

# If updating or creating a new event, remember to update
Expand Down

0 comments on commit 409140d

Please sign in to comment.