Bug 1539530 Comment 8 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Thanks for the update!

The patch/setup is correct and I can also see green try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=48c1d5efdea6f10c3cfbc3aa56a41704b9d51a3b&searchStr=devtools&selectedJob=240895164

In order to run on try we could define a new preset `netmonitor-tests` in this file:
https://searchfox.org/mozilla-central/source/tools/tryselect/try_presets.yml

Similar to what is there for `debugger-tests`:
https://searchfox.org/mozilla-central/source/tools/tryselect/try_presets.yml#12-22

The new preset would be run as follows:
./mach try --preset netmonitor-tests


Honza
Thanks for the update!

The patch/setup is correct and I can also see green try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=48c1d5efdea6f10c3cfbc3aa56a41704b9d51a3b&searchStr=devtools&selectedJob=240895164

In order to run on try we could define a new preset `netmonitor-tests` in this file:
https://searchfox.org/mozilla-central/source/tools/tryselect/try_presets.yml

Similar to what is there for `debugger-tests`:
https://searchfox.org/mozilla-central/source/tools/tryselect/try_presets.yml#12-22

The new preset would be run as follows:
./mach try --preset netmonitor-tests

In any case, this should be done in a followup bug


Honza

Back to Bug 1539530 Comment 8