Confirmed users
3,990
edits
m (Note about symlinks on Windows) |
m (Add $REVISION) |
||
| Line 148: | Line 148: | ||
# once you push to try, you will have to schedule a job with Mozilla CI tools | # once you push to try, you will have to schedule a job with Mozilla CI tools | ||
#* pip install -U mozci | #* pip install -U mozci | ||
#* mozci-trigger --cancel-all try | #* export REVISION=your_try_revision_here | ||
#* mozci-trigger -b "Ubuntu VM 12.04 x64 try opt test mochitest-1" -r | #* ''mozci-trigger --cancel-all try $REVISION'' (not yet implemented - use TH meanwhile) | ||
#* mozci-trigger -b "Ubuntu VM 12.04 x64 try opt test mochitest-1" -r $REVISION --file http://who-cares.com | |||
#** Using --file is a necessary hack that avoids checking if there is an existing build | #** Using --file is a necessary hack that avoids checking if there is an existing build | ||
| Line 163: | Line 164: | ||
* Ubuntu 64-bit, Windows 8 64-bit and Mac OS X | * Ubuntu 64-bit, Windows 8 64-bit and Mac OS X | ||
ENABLE_BITS=64 | ENABLE_BITS=64 | ||
mozci-trigger -b "Ubuntu VM 12.04 x64 try opt test mochitest-1" -r | mozci-trigger -b "Ubuntu VM 12.04 x64 try opt test mochitest-1" -r $REVISION --file http://dummy.com | ||
mozci-trigger -b "Windows 8 64-bit try opt test mochitest-1" -r | mozci-trigger -b "Windows 8 64-bit try opt test mochitest-1" -r $REVISION --file http://dummy.com | ||
mozci-trigger -b "Rev5 MacOSX Yosemite 10.10 try opt test mochitest-1" -r | mozci-trigger -b "Rev5 MacOSX Yosemite 10.10 try opt test mochitest-1" -r $REVISION --file http://dummy.com | ||
* Ubuntu 32-bit and Windows 7 32-bit | * Ubuntu 32-bit and Windows 7 32-bit | ||
ENABLE_BITS=32 | ENABLE_BITS=32 | ||
mozci-trigger -b "Ubuntu VM 12.04 try opt test mochitest-1" -r | mozci-trigger -b "Ubuntu VM 12.04 try opt test mochitest-1" -r $REVISION --file http://dummy.com | ||
mozci-trigger -b "Windows 7 32-bit try opt test mochitest-1" -r | mozci-trigger -b "Windows 7 32-bit try opt test mochitest-1" -r $REVISION --file http://dummy.com | ||
== Using your own repositories == | == Using your own repositories == | ||