aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen/build-cleaner.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-22 19:24:23 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-22 19:24:23 -0800
commitd8e6f8d4f58cb9e9c492204dae1fbb2fac0b7349 (patch)
tree7a66d41bd297c19b789707c069f9a957be061c73 /tools/buildgen/build-cleaner.py
parent7391f133375f0840a4219db24f9a93a96887742e (diff)
parentea05099f521c4de062f86675095827b658f123d6 (diff)
Merge github.com:grpc/grpc into sceq
Diffstat (limited to 'tools/buildgen/build-cleaner.py')
-rwxr-xr-xtools/buildgen/build-cleaner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/buildgen/build-cleaner.py b/tools/buildgen/build-cleaner.py
index 4e592ee3ef..37fedec6ad 100755
--- a/tools/buildgen/build-cleaner.py
+++ b/tools/buildgen/build-cleaner.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python2.7
-# Copyright 2015, Google Inc.
+# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -41,6 +41,7 @@ _TOP_LEVEL_KEYS = ['settings', 'proto_deps', 'filegroups', 'libs', 'targets', 'v
_VERSION_KEYS = ['major', 'minor', 'micro', 'build']
_ELEM_KEYS = [
'name',
+ 'cpu_cost',
'flaky',
'build',
'run',