taskcluster-taskgraph 4.3.0__tar.gz → 5.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {taskcluster-taskgraph-4.3.0/src/taskcluster_taskgraph.egg-info → taskcluster-taskgraph-5.0.0}/PKG-INFO +1 -2
- taskcluster-taskgraph-5.0.0/pyproject.toml +31 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/setup.py +0 -1
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0/src/taskcluster_taskgraph.egg-info}/PKG-INFO +1 -2
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/__init__.py +1 -1
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/cancel_all.py +1 -1
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/util.py +1 -1
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/create.py +1 -1
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/main.py +2 -3
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/run-task/run-task +7 -5
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/task.py +4 -4
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/path.py +2 -7
- taskcluster-taskgraph-4.3.0/pyproject.toml +0 -16
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/LICENSE +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/MANIFEST.in +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/README.rst +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/requirements/base.in +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/requirements/base.txt +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/requirements/dev.in +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/requirements/dev.txt +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/requirements/test.in +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/requirements/test.txt +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/setup.cfg +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskcluster_taskgraph.egg-info/SOURCES.txt +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskcluster_taskgraph.egg-info/dependency_links.txt +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskcluster_taskgraph.egg-info/entry_points.txt +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskcluster_taskgraph.egg-info/requires.txt +1 -1
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskcluster_taskgraph.egg-info/top_level.txt +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/__init__.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/add_new_jobs.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/cancel.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/rebuild_cached_tasks.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/registry.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/retrigger.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/config.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/decision.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/docker.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/files_changed.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/filter_tasks.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/generator.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/graph.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/loader/__init__.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/loader/transform.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/morph.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/optimize/__init__.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/optimize/base.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/optimize/strategies.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/parameters.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/run-task/fetch-content +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/run-task/hgrc +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/run-task/robustcheckout.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/target_tasks.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/task.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/taskgraph.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/__init__.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/base.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/cached_tasks.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/code_review.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/docker_image.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/fetch.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/job/__init__.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/job/common.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/job/index_search.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/job/run_task.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/job/toolchain.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/notify.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/__init__.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/archive.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/attributes.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/cached_tasks.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/decision.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/docker.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/hash.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/keyed_by.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/memoize.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/parameterization.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/python_path.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/readonlydict.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/schema.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/shell.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/taskcluster.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/taskgraph.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/templates.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/time.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/treeherder.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/vcs.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/verify.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/workertypes.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/yaml.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_actions_rebuild_cached_tasks.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_actions_registry.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_create.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_decision.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_files_changed.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_generator.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_graph.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_main.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_morph.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_optimize.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_optimize_strategies.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_parameters.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_scripts_fetch_content.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_scripts_run_task.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_target_tasks.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_taskgraph.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_transforms_base.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_transforms_fetch.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_transforms_job.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_transforms_job_run_task.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_transforms_job_toolchain.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_transforms_notify.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_transforms_task.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_attributes.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_docker.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_memoize.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_parameterization.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_path.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_python_path.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_readonlydict.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_schema.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_taskcluster.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_templates.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_time.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_treeherder.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_vcs.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_verify.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_workertypes.py +0 -0
- {taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_yaml.py +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: taskcluster-taskgraph
|
|
3
|
-
Version:
|
|
3
|
+
Version: 5.0.0
|
|
4
4
|
Summary: Build taskcluster taskgraphs
|
|
5
5
|
Home-page: https://github.com/taskcluster/taskgraph
|
|
6
6
|
Classifier: Development Status :: 5 - Production/Stable
|
|
7
7
|
Classifier: Environment :: Console
|
|
8
8
|
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.7
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.8
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.9
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
[tool.black]
|
|
2
|
+
line-length = 88
|
|
3
|
+
extend-exclude = """(\
|
|
4
|
+
taskcluster/scripts/external_tools)\
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
[tool.pytest.ini_options]
|
|
8
|
+
xfail_strict = true
|
|
9
|
+
|
|
10
|
+
[tool.coverage.run]
|
|
11
|
+
parallel = true
|
|
12
|
+
branch = true
|
|
13
|
+
source = ["src/taskgraph/", "taskgraph", "src/taskgraph/run-task/"]
|
|
14
|
+
|
|
15
|
+
[tool.ruff]
|
|
16
|
+
select = [
|
|
17
|
+
"E", "W", # pycodestyle
|
|
18
|
+
"F", # pyflakes
|
|
19
|
+
"I", # isort
|
|
20
|
+
"PLC", "PLE", # pylint
|
|
21
|
+
"UP", # pyupgrade
|
|
22
|
+
]
|
|
23
|
+
ignore = [
|
|
24
|
+
"E402",
|
|
25
|
+
"E501", # let black handle line-length
|
|
26
|
+
"E741",
|
|
27
|
+
]
|
|
28
|
+
target-version = "py37"
|
|
29
|
+
|
|
30
|
+
[tool.ruff.isort]
|
|
31
|
+
known-first-party = ["taskgraph"]
|
|
@@ -28,7 +28,6 @@ setup(
|
|
|
28
28
|
"Development Status :: 5 - Production/Stable",
|
|
29
29
|
"Environment :: Console",
|
|
30
30
|
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
|
|
31
|
-
"Programming Language :: Python :: 3.6",
|
|
32
31
|
"Programming Language :: Python :: 3.7",
|
|
33
32
|
"Programming Language :: Python :: 3.8",
|
|
34
33
|
"Programming Language :: Python :: 3.9",
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: taskcluster-taskgraph
|
|
3
|
-
Version:
|
|
3
|
+
Version: 5.0.0
|
|
4
4
|
Summary: Build taskcluster taskgraphs
|
|
5
5
|
Home-page: https://github.com/taskcluster/taskgraph
|
|
6
6
|
Classifier: Development Status :: 5 - Production/Stable
|
|
7
7
|
Classifier: Environment :: Console
|
|
8
8
|
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.7
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.8
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.9
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
3
3
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
4
4
|
|
|
5
|
-
__version__ = "
|
|
5
|
+
__version__ = "5.0.0"
|
|
6
6
|
|
|
7
7
|
# Maximum number of dependencies a single task can have
|
|
8
8
|
# https://docs.taskcluster.net/reference/platform/taskcluster-queue/references/api#createTask
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
import concurrent.futures as futures
|
|
7
6
|
import copy
|
|
8
7
|
import logging
|
|
9
8
|
import os
|
|
10
9
|
import re
|
|
10
|
+
from concurrent import futures
|
|
11
11
|
from functools import reduce
|
|
12
12
|
|
|
13
13
|
from requests.exceptions import HTTPError
|
|
@@ -457,9 +457,8 @@ def show_taskgraph(options):
|
|
|
457
457
|
try:
|
|
458
458
|
proc = subprocess.run(
|
|
459
459
|
diffcmd + [base_path, cur_path],
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
universal_newlines=True,
|
|
460
|
+
capture_output=True,
|
|
461
|
+
text=True,
|
|
463
462
|
check=True,
|
|
464
463
|
)
|
|
465
464
|
diff_output = proc.stdout
|
|
@@ -45,11 +45,13 @@ SECRET_BASEURL_TPL = "http://taskcluster/secrets/v1/secret/{}"
|
|
|
45
45
|
|
|
46
46
|
GITHUB_SSH_FINGERPRINT = (
|
|
47
47
|
b"github.com ssh-rsa "
|
|
48
|
-
b"
|
|
49
|
-
b"
|
|
50
|
-
b"
|
|
51
|
-
b"
|
|
52
|
-
b"
|
|
48
|
+
b"AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY"
|
|
49
|
+
b"4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDP"
|
|
50
|
+
b"gVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyR"
|
|
51
|
+
b"kQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWO"
|
|
52
|
+
b"WRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZ"
|
|
53
|
+
b"yaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+"
|
|
54
|
+
b"2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=\n"
|
|
53
55
|
)
|
|
54
56
|
|
|
55
57
|
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/task.py
RENAMED
|
@@ -1283,17 +1283,17 @@ def check_run_task_caches(config, tasks):
|
|
|
1283
1283
|
|
|
1284
1284
|
if not run_task:
|
|
1285
1285
|
raise Exception(
|
|
1286
|
-
"
|
|
1286
|
+
f"{task['label']} is using a cache ({cache}) reserved for run-task "
|
|
1287
1287
|
"change the task to use run-task or use a different "
|
|
1288
|
-
"cache name"
|
|
1288
|
+
"cache name"
|
|
1289
1289
|
)
|
|
1290
1290
|
|
|
1291
1291
|
if not cache.endswith(suffix):
|
|
1292
1292
|
raise Exception(
|
|
1293
|
-
"
|
|
1293
|
+
f"{task['label']} is using a cache ({cache}) reserved for run-task "
|
|
1294
1294
|
"but the cache name is not dependent on the contents "
|
|
1295
1295
|
"of run-task; change the cache name to conform to the "
|
|
1296
|
-
"naming requirements"
|
|
1296
|
+
"naming requirements"
|
|
1297
1297
|
)
|
|
1298
1298
|
|
|
1299
1299
|
yield task
|
|
@@ -93,13 +93,8 @@ def basedir(path, bases):
|
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
re_cache = {}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
MATCH_STAR_STAR_RE = re.compile(r"(^|/)\\\*\\\*/")
|
|
99
|
-
MATCH_STAR_STAR_END_RE = re.compile(r"(^|/)\\\*\\\*$")
|
|
100
|
-
else:
|
|
101
|
-
MATCH_STAR_STAR_RE = re.compile(r"(^|\\\/)\\\*\\\*\\\/")
|
|
102
|
-
MATCH_STAR_STAR_END_RE = re.compile(r"(^|\\\/)\\\*\\\*$")
|
|
96
|
+
MATCH_STAR_STAR_RE = re.compile(r"(^|/)\\\*\\\*/")
|
|
97
|
+
MATCH_STAR_STAR_END_RE = re.compile(r"(^|/)\\\*\\\*$")
|
|
103
98
|
|
|
104
99
|
|
|
105
100
|
def match(path, pattern):
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
[tool.black]
|
|
2
|
-
line-length = 88
|
|
3
|
-
extend-exclude = """(\
|
|
4
|
-
taskcluster/scripts/external_tools)\
|
|
5
|
-
"""
|
|
6
|
-
|
|
7
|
-
[tool.pytest.ini_options]
|
|
8
|
-
xfail_strict = true
|
|
9
|
-
|
|
10
|
-
[tool.isort]
|
|
11
|
-
profile = "black"
|
|
12
|
-
|
|
13
|
-
[tool.coverage.run]
|
|
14
|
-
parallel = true
|
|
15
|
-
branch = true
|
|
16
|
-
source = ["src/taskgraph/", "taskgraph", "src/taskgraph/run-task/"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/__init__.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/add_new_jobs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/registry.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/actions/retrigger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/loader/__init__.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/loader/transform.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/optimize/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/optimize/strategies.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/run-task/fetch-content
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/run-task/robustcheckout.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/__init__.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/base.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/cached_tasks.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/code_review.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/docker_image.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/fetch.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/job/__init__.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/job/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/job/run_task.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/transforms/notify.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/attributes.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/cached_tasks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/parameterization.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/python_path.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/readonlydict.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/taskcluster.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/treeherder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/src/taskgraph/util/workertypes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_optimize_strategies.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_scripts_fetch_content.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_transforms_job_run_task.py
RENAMED
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_transforms_job_toolchain.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster-taskgraph-4.3.0 → taskcluster-taskgraph-5.0.0}/test/test_util_parameterization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|