Closed Bug 1093361 Opened 10 years ago Closed 10 years ago

Add a method to get performance series signature properties from signature

Categories

(Tree Management :: Treeherder, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wlach, Assigned: wlach)

References

Details

Attachments

(1 file)

For bug 1092206, it would be handy to be able to do this to cross-reference useful series signature information from treeherder talos data artifacts. We could also put this information in the talos data blobs, but that seems like pointless (and likely rather expensive) duplication.
Blocks: 1092206
This is pretty straightforward, I think. 

Given a GET call on this type of URL:

http://local.treeherder.mozilla.org/api/project/mozilla-inbound/performance-data/0/get_signature_properties/?signatures=0015aabd10f96a47f1217f8baca849089e273088&signatures=00291db36418e135bc9c08ac07bdc2c66ee1bc37

It gives output like this:

[

{

    "build_platform": "osx-10-8",
    "build_system_type": "buildbot",
    "option_collection_hash": "102210fe594ee9b33d82058545b1ed14f4c8206e",
    "job_group_symbol": "T",
    "repository": "mozilla-inbound",
    "job_group_name": "Talos Performance",
    "build_architecture": "x86_64",
    "job_type_name": "Talos g1",
    "build_os_name": "mac",
    "device_name": "unknown",
    "job_type_symbol": "g1",
    "machine_os_name": "mac",
    "machine_platform": "osx-10-8",
    "test": "56.com",
    "suite": "tp5o_scroll",
    "machine_architecture": "x86_64"

},

    {
        "build_platform": "windows8-32",
        "build_system_type": "buildbot",
        "option_collection_hash": "f69e1b00908837bf0550250abb1645014317e8ec",
        "job_group_symbol": "T",
        "repository": "mozilla-inbound",
        "job_group_name": "Talos Performance",
        "build_architecture": "x86",
        "job_type_name": "Talos g1",
        "build_os_name": "win",
        "device_name": "unknown",
        "job_type_symbol": "g1",
        "machine_os_name": "win",
        "machine_platform": "windows8-32",
        "test": "dailymail.co.uk",
        "suite": "tp5o_scroll",
        "machine_architecture": "x86"
    }

]
Assignee: nobody → wlachance
Attachment #8516878 - Flags: review?(mdoglio)
Attachment #8516878 - Flags: review?(mdoglio) → review+
Commit pushed to master at https://github.com/mozilla/treeherder-service

https://github.com/mozilla/treeherder-service/commit/673f3f3aa935e9ac9c0289e71993f40f7fca9a48
Bug 1093361 - Add API method to get performance series signature properties from signature
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: