Auto-tools/Projects/Marionette update tests: Difference between revisions

m
Adjust command
m (Add piece of code which allows multiple platforms)
m (Adjust command)
Line 195: Line 195:
* 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 $REVISION --file http://dummy.com
export REVISION=03abd4caa54e && \
mozci-trigger -b "Windows 8 64-bit try opt test mochitest-1" -r $REVISION --file http://dummy.com
  mozci-trigger -b "Ubuntu VM 12.04 x64 try opt test mochitest-1,Rev5 MacOSX Yosemite 10.10 try opt test mochitest-1,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 $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 $REVISION --file http://dummy.com
export REVISION=20bbdfa06139 && \
mozci-trigger -b "Windows 7 32-bit try opt test mochitest-1" -r $REVISION --file http://dummy.com
  mozci-trigger -b "Ubuntu VM 12.04 try opt test mochitest-1,Windows 7 32-bit try opt test mochitest-1" -r $REVISION --file http://dummy.com


== Using your own repositories ==
== Using your own repositories ==
Confirmed users
3,990

edits