gecko-dev/testing/mozharness/configs/unittests
Dustin J. Mitchell 7d502f2abb Bug 1335353: remove refs to /tools/buildbot; r=aki
On Taskcluster machines, /tools/buildbot doesn't exist.  It turns out, nothing
refers to exes['python'] anyway, so we can just remove that (the preference is
to use sys.executable instead).

The references to exes['buildbot'] were all for sendchanges from builds to
tests, and those too are all gone now.

Lines like

   'virtualenv': ['/tools/buildbot/bin/python', '/tools/misc-python/virtualenv.py'],

Were committing two sins: first, using a python executable from a random
virtualenv; and second, using a virtualenv.py from another random directory (in
this case, it's a utility script for a PuppetAgain module). Such lines are
replaced with a reference to /tools/virtualenv/bin/virtualenv, which is
installed for the express purpose of providing a virtualenv binary on testers
(for builds, we use the vendored copy).

MozReview-Commit-ID: 4iHX3B3MLyK

--HG--
extra : rebase_source : e4b4902a19d688b148c136bd10c706fc127cbf2d
2017-08-10 17:05:11 +00:00
..
linux_unittest.py Bug 1335353: remove refs to /tools/buildbot; r=aki 2017-08-10 17:05:11 +00:00
mac_unittest.py Bug 1335353: remove refs to /tools/buildbot; r=aki 2017-08-10 17:05:11 +00:00
thunderbird_buildbot.py Bug 1371734 - Fix tooltool cache on thunderbird's buildbot. r=jlund 2017-06-09 10:06:00 -04:00
thunderbird_extra.py Bug 1239352 - Follow-up fix for c-c test bustage. r=jlund 2016-01-18 16:00:02 -05:00
win_taskcluster_unittest.py Bug 1383992 part 2 - Enable some more mochitests for stylo. r=jmaher 2017-08-09 08:31:26 +10:00
win_unittest.py Bug 1368109: No need to sync layers.acceleration.disabled and gfx.direct2d.disabled on Windows. r=mchang 2017-05-26 13:09:56 -04:00