gecko-dev/taskcluster/ci/upload-symbols
Mitchell Hentges cc7cb3e735 Bug 1759084: Don't redundantly activate site in upload_symbols.py r=ahal
`upload_symbols.py` is always executed within a Mach site (otherwise
activating the `common` command site would fail), therefore
re-activating `common` is redundant.

Note that `zstandard` is available from the system python, but only
some upload-symbols jobs were using it - the "use system python"
inference was not finding `zstandard` on Linux workers because they
didn't have `pip` installed. So, I've explicitly set the "native
packages source" to "SYSTEM" to force them to find and use it.

Differential Revision: https://phabricator.services.mozilla.com/D140982
2022-03-22 19:44:13 +00:00
..
kind.yml Bug 1759084: Don't redundantly activate site in upload_symbols.py r=ahal 2022-03-22 19:44:13 +00:00