342
edits
Alexandrui (talk | contribs) (→On try) |
Alexandrui (talk | contribs) (→On try) |
||
Line 29: | Line 29: | ||
If you want to skip the chooser or the fuzzy and to push the test to try directly from the command line, you can use the option -q (from query). The option --no-push will allow you to check the jobs you’re pushing by printing them to the command line without actually pushing them to try. The option -m is pretty handy when you push several times the same test (and believe me, you will!).<br /> | If you want to skip the chooser or the fuzzy and to push the test to try directly from the command line, you can use the option -q (from query). The option --no-push will allow you to check the jobs you’re pushing by printing them to the command line without actually pushing them to try. The option -m is pretty handy when you push several times the same test (and believe me, you will!).<br /> | ||
$ ./mach try fuzzy --full -q="'linux64 'raptor-tp6-1-firefox" -m="base for [bug/commit]" --no-push <br /> | $ ./mach try fuzzy --full -q="'linux64 'raptor-tp6-1-firefox" -m="base for [bug/commit]" --no-push <br /> | ||
[[File:Try fuzzy filter platform test.png| | [[File:Try fuzzy filter platform test.png|600 px|try fuzzy filter platform test]]<br /><br /> | ||
And narrowing the results down<br /> | And narrowing the results down<br /> | ||
$ ./mach try fuzzy --full -q="'linux64-shippable/opt-raptor-tp6-1-firefox" -m="base for [bug/commit]" --no-push <br /> | $ ./mach try fuzzy --full -q="'linux64-shippable/opt-raptor-tp6-1-firefox" -m="base for [bug/commit]" --no-push <br /> | ||
[[File:Mach try fuzzy filter platform build type test.png| | [[File:Mach try fuzzy filter platform build type test.png|600 px|mach try fuzzy filter platform build type test]]<br /><br /> | ||
Or just specifying how the test signature starts:<br /> | Or just specifying how the test signature starts:<br /> | ||
[[File:Try fuzzy query filter starts with.png| | [[File:Try fuzzy query filter starts with.png|600 px|try fuzzy query filter starts with]]<br /><br /> | ||
Once you found your query, you just need to remove the --no-push to push to try.<br /><br /> | Once you found your query, you just need to remove the --no-push to push to try.<br /><br /> | ||
Those are just some examples of what performance sheriffs do when pushing tests to try. You can do anytime the command below to get the full help of the try command.<br /> | Those are just some examples of what performance sheriffs do when pushing tests to try. You can do anytime the command below to get the full help of the try command.<br /> | ||
$ ./mach try --help | $ ./mach try --help |
edits