Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What tests run on which jobs for a given push?

4 views
Skip to first unread message

Armen Zambrano Gasparnian

unread,
Aug 14, 2019, 1:36:24 PM8/14/19
to mozill...@lists.mozilla.org
Hi all,
What sources (e.g. ActiveData or artifact) contain what tests should be run or have run on a specific push?
Can the Gecko decision task produce an artifact with this information?

Thanks!
Armen

Andrew Halberstadt

unread,
Aug 14, 2019, 1:42:33 PM8/14/19
to Armen Zambrano Gasparnian, mozill...@lists.mozilla.org
It already does, take a look a the `taskgraph.json` artifact. You'll need
to extract the `label` value of each task (assuming you want the labels).

You could also create an ActiveData recipe that uses this class:
https://github.com/ahal/ci-recipes/blob/master/ci_info/push.py#L68

Then call `push.tasks`. I've been meaning to pull that class out into a
more re-usable module.
> _______________________________________________
> tools mailing list
> to...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/tools
>

Armen Zambrano Gasparnian

unread,
Aug 16, 2019, 9:50:16 AM8/16/19
to mozill...@lists.mozilla.org
After speaking with ahal. We need to explore using ActiveData for this.
0 new messages