~liuyq0307/linaro-android-build-tools/add-monkey-l-a-t

« back to all changes in this revision

Viewing changes to build-scripts/post-build-lava.py

  • Committer: Yongqin Liu
  • Date: 2011-09-28 06:12:00 UTC
  • Revision ID: yongqin.liu@linaro.org-20110928061200-g9yofw7g60zrdx93
make android.build a string instead of integer for lava-dashboard display

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    "metadata":
81
81
      {
82
82
        "android.name": job_name,
83
 
        "android.build": build_number,
 
83
        "android.build": '%s' % build_number,
84
84
        "android.url": build_url
85
85
      }
86
86
  },