We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e635f61 commit b70aa2bCopy full SHA for b70aa2b
test/canary/scripts/push_stats_to_cloudwatch.py
@@ -28,7 +28,7 @@ def readXML_and_publish_metrics_to_cw():
28
29
# push to cloudwatch
30
cw_client = boto3.client("cloudwatch")
31
- project_name = "CodeBuild-Run-All-Tests"
+ project_name = os.getenv("PROJECT_NAME")
32
33
# Define the metric data
34
metric_data = [
0 commit comments