Closed Bug 1296673 Opened 8 years ago Closed 5 years ago

Lookup Mozharness step times by job id

Categories

(Testing Graveyard :: ActiveData, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ekyle, Assigned: ekyle)

References

Details

ActiveData can show all the download-and-extract times (or any other step for that matter) for all jobs associated with a revision, including job_id, and symbols (to help identify patterns).

It only works if ActiveData can ingest Treeherder data.

    {
        "from": "jobs.action.timings",
        "where": {"and": [
            {"eq": {"harness.step": "download-and-extract"}},
            {"eq": {"repo.changeset.id12": "aeeed38f5d68"}},
            {"exists": "treeherder.job.id"}
        ]},
        "limit": 3000,
        "select": [
            "harness.duration",
            "treeherder.job.id",
            "run.chunk",
            "treeherder.job.group.symbol"
        ]
    }

[1] http://activedata.allizom.org/tools/query.html#query_id=ETG_6kDP
Depends on: 1296634
No longer depends on: 1296634
Depends on: 1296634

has been done, and then lost into history

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.