taskcluster: stop extending taskgraph's EXCEPTED_SCHEMA_IDENTIFIERS
commitdac43a5f9f4ae93c198532bd3f4fc1166063d717
authorJulien Cristau <jcristau@mozilla.com>
Wed, 14 Sep 2022 09:09:23 +0000 (14 11:09 +0200)
committerJohan Lorenzo <jlorenzo@mozilla.com>
Thu, 15 Sep 2022 12:44:20 +0000 (15 14:44 +0200)
treea57be4d5cdc448c2ce39c01592f04d6f12165437
parentac26ce5292052dffd86969a55d29fb667bad3949
taskcluster: stop extending taskgraph's EXCEPTED_SCHEMA_IDENTIFIERS

This has become unnecessary for 2 reasons:
- this code hasn't worked since switching to python3, due to differences in how
  unicode strings are represented
- "artifact-map" is excepted in upstream taskgraph since
  https://github.com/taskcluster/taskgraph/commit/842359ecd7c0bdde862238930864ebc105d4e289
mobile/android/taskcluster/ac_taskgraph/worker_types.py