gecko-dev/testing/mozharness/configs/single_locale
Tom Prince fa69ebf563 Bug 1527313: Move objdir out of source directory for all mozharness builds; r=glandium,Callek
This moves the object directory and source directories around in all mozharness
jobs, to allow enabling caching on windows builders.

This makes a number of changes that all need to land at once:
- Move the source checkout for the workspace cache mount, to the checkouts
  cache mount.
- Makes the object directoy from underneath the source directory, to directly
  in the work directory (which is still under `workspace`).
- Sets the object directory to `obj-build` instead of `obj-firefox`.
- Stops caching the workspace directory (it is still a volume in docker workers,
  so writes perform well; a followup revision add some checks around this).
- Removes one level of directory in the mozharness workdir (things were under
  `workspace/build`, but are now just under `workspace/`.
- Adjust paths in environment variables and artifact specifications to match
  the above changes.

Differential Revision: https://phabricator.services.mozilla.com/D62482

--HG--
extra : moz-landing-system : lando
2020-03-06 08:51:21 +00:00
..
devedition.py Bug 1527313: Move objdir out of source directory for all mozharness builds; r=glandium,Callek 2020-03-06 08:51:21 +00:00
firefox.py Bug 1527313: Move objdir out of source directory for all mozharness builds; r=glandium,Callek 2020-03-06 08:51:21 +00:00
linux32.py
linux64.py
macosx64.py
tc_android-api-16.py Bug 1527313: Move objdir out of source directory for all mozharness builds; r=glandium,Callek 2020-03-06 08:51:21 +00:00
tc_common.py Bug 1527313: [mozharness] Use `abs_src_dir` instead of `abs_mozilla_dir` in l10n; r=Callek 2020-02-11 19:46:56 +00:00
tc_linux32.py Bug 1527313: [mozharness] Don't hardcode `MOZ_OBJDIR` in mozharness configs; r=Callek 2020-02-11 19:47:06 +00:00
tc_linux_common.py Bug 1527313: [mozharness] Don't hardcode `MOZ_OBJDIR` in mozharness configs; r=Callek 2020-02-11 19:47:06 +00:00
tc_macosx64.py Bug 1527313: [mozharness] Don't hardcode `MOZ_OBJDIR` in mozharness configs; r=Callek 2020-02-11 19:47:06 +00:00
tc_win32.py Bug 1527313: [mozharness] Don't hardcode `MOZ_OBJDIR` in mozharness configs; r=Callek 2020-02-11 19:47:06 +00:00
tc_win64.py Bug 1527313: [mozharness] Don't hardcode `MOZ_OBJDIR` in mozharness configs; r=Callek 2020-02-11 19:47:06 +00:00
win32.py
win64-aarch64.py
win64.py