taskcluster-taskgraph 11.2.0__tar.gz → 11.2.1__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-11.2.0 → taskcluster_taskgraph-11.2.1}/CHANGELOG.md +6 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/PKG-INFO +1 -1
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/__init__.py +1 -1
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/optimize/base.py +4 -2
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_optimize.py +14 -1
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.codespell-ignore-words.txt +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.github/workflows/codeql-analysis.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.github/workflows/pypi-publish.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.gitignore +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.hatch_build.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.pre-commit-config.yaml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.readthedocs.yaml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.taskcluster.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.yamllint +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/CODE_OF_CONDUCT.md +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/CONTRIBUTING.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/LICENSE +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/MANIFEST.in +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/Makefile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/README.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/concepts/index.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/concepts/kind.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/concepts/loading.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/concepts/optimization.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/concepts/scopes.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/concepts/task-graphs.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/concepts/taskcluster.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/concepts/transforms.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/conf.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/contributing.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/glossary.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/bootstrap-taskgraph.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/create-actions.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/create-tasks.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/debugging.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/docker.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/index.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/run-locally.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/send-notifications.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/use-fetches.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/index.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/cli.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/index.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/migrations.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/optimization-strategies.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/parameters.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/modules.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/taskgraph.actions.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/taskgraph.loader.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/taskgraph.optimize.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/taskgraph.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/taskgraph.transforms.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/taskgraph.transforms.run.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/taskgraph.util.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/transforms/chunking.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/transforms/from_deps.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/transforms/index.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/transforms/task_context.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/tutorials/connecting-taskcluster.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/tutorials/creating-a-task-graph.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/tutorials/example-taskcluster.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/tutorials/getting-started.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/tutorials/index.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/make.bat +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/pyproject.toml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/setup.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/__init__.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/add_new_jobs.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/cancel.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/cancel_all.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/rebuild_cached_tasks.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/registry.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/retrigger.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/util.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/config.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/create.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/decision.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/docker.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/filter_tasks.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/generator.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/graph.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/loader/__init__.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/loader/default.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/loader/transform.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/main.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/morph.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/optimize/__init__.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/optimize/strategies.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/parameters.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/run-task/fetch-content +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/run-task/hgrc +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/run-task/robustcheckout.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/run-task/run-task +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/target_tasks.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/task.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/taskgraph.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/__init__.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/base.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/cached_tasks.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/chunking.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/code_review.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/docker_image.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/fetch.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/from_deps.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/notify.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/run/__init__.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/run/common.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/run/index_search.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/run/run_task.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/run/toolchain.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/task.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/task_context.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/__init__.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/archive.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/attributes.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/cached_tasks.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/copy.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/dependencies.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/docker.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/hash.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/keyed_by.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/parameterization.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/path.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/python_path.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/readonlydict.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/schema.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/set_name.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/shell.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/taskcluster.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/taskgraph.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/templates.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/time.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/treeherder.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/vcs.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/verify.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/workertypes.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/yaml.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/config.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/REGISTRY +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/decision/Dockerfile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/decision/HASH +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/decision/README.md +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/decision/VERSION +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/decision/system-setup.sh +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/fetch/Dockerfile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/image_builder/README.rst +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/index-task/Dockerfile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/index-task/README +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/index-task/insert-indexes.js +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/index-task/package.json +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/index-task/yarn.lock +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/python/Dockerfile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/run-task/Dockerfile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/run-task/system-setup.sh +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/skopeo/Dockerfile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/skopeo/policy.json +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/skopeo/push_image.sh +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/check/kind.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/codecov/kind.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/doc/kind.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/docker-image/kind.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/fetch/kind.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/push-image/kind.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/test/kind.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/scripts/codecov-upload.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/scripts/external_tools/tooltool.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/self_taskgraph/transforms/push_image.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/self_taskgraph/transforms/test.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/test/params/main-repo-pull-request-untrusted.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/test/params/main-repo-pull-request.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/test/params/main-repo-push.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/test/params/main-repo-release.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/cookiecutter.json +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/hooks/post_gen_project.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/{{cookiecutter.project_name}}/taskcluster/config.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/{{cookiecutter.project_name}}/taskcluster/docker/linux/Dockerfile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/{{cookiecutter.project_name}}/taskcluster/kinds/docker-image/kind.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/{{cookiecutter.project_name}}/taskcluster/kinds/hello/kind.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/{{cookiecutter.project_name}}/taskcluster/{{cookiecutter.project_slug}}_taskgraph/transforms/hello.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/{{cookiecutter.project_name}}/taskcluster.github.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/{{cookiecutter.project_name}}/taskcluster.hgmo.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/__init__.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/automationrelevance.json +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/conftest.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/task_context.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/taskcluster/config.yml +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/taskcluster/docker/hello-world/Dockerfile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/taskcluster/docker/hello-world-tag/Dockerfile +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/taskcluster/docker/hello-world-tag/REGISTRY +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/taskcluster/docker/hello-world-tag/VERSION +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/taskcluster/scripts/toolchain/run.ps1 +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/taskcluster/scripts/toolchain/run.sh +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/taskcluster/test_taskgraph/transforms/foo.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/testmod/thing.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/fixtures/gen.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/fixtures/vcs.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/mockedopen.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_actions_rebuild_cached_tasks.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_actions_registry.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_config.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_create.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_decision.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_docker.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_generator.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_graph.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_main.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_morph.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_optimize_strategies.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_parameters.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_scripts_fetch_content.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_scripts_run_task.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_target_tasks.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_taskgraph.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transform_chunking.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transform_docker_image.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transform_task_context.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_base.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_cached_tasks.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_fetch.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_from_deps.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_notify.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_run.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_run_run_task.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_run_toolchain.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_task.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_archive.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_attributes.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_cached_tasks.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_copy.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_dependencies.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_docker.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_parameterization.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_path.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_python_path.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_readonlydict.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_schema.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_taskcluster.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_templates.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_time.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_treeherder.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_vcs.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_verify.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_workertypes.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_yaml.py +0 -0
- {taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/uv.lock +0 -0
|
@@ -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__ = "11.2.
|
|
5
|
+
__version__ = "11.2.1"
|
|
6
6
|
|
|
7
7
|
# Maximum number of dependencies a single task can have
|
|
8
8
|
# https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/optimize/base.py
RENAMED
|
@@ -28,10 +28,12 @@ logger = logging.getLogger("optimization")
|
|
|
28
28
|
registry = {}
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
def register_strategy(name, args=()):
|
|
31
|
+
def register_strategy(name, args=(), kwargs=None):
|
|
32
|
+
kwargs = kwargs or {}
|
|
33
|
+
|
|
32
34
|
def wrap(cls):
|
|
33
35
|
if name not in registry:
|
|
34
|
-
registry[name] = cls(*args)
|
|
36
|
+
registry[name] = cls(*args, **kwargs)
|
|
35
37
|
if not hasattr(registry[name], "description"):
|
|
36
38
|
registry[name].description = name
|
|
37
39
|
return cls
|
|
@@ -9,7 +9,13 @@ import pytest
|
|
|
9
9
|
|
|
10
10
|
from taskgraph.graph import Graph
|
|
11
11
|
from taskgraph.optimize import base as optimize_mod
|
|
12
|
-
from taskgraph.optimize.base import
|
|
12
|
+
from taskgraph.optimize.base import (
|
|
13
|
+
All,
|
|
14
|
+
Any,
|
|
15
|
+
Not,
|
|
16
|
+
OptimizationStrategy,
|
|
17
|
+
register_strategy,
|
|
18
|
+
)
|
|
13
19
|
from taskgraph.task import Task
|
|
14
20
|
from taskgraph.taskgraph import TaskGraph
|
|
15
21
|
|
|
@@ -467,3 +473,10 @@ def test_get_subgraph_removed_dep():
|
|
|
467
473
|
graph = make_triangle()
|
|
468
474
|
with pytest.raises(Exception):
|
|
469
475
|
optimize_mod.get_subgraph(graph, {"t2"}, set(), {})
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
def test_register_strategy(mocker):
|
|
479
|
+
m = mocker.Mock()
|
|
480
|
+
func = register_strategy("foo", args=("one", "two"), kwargs={"n": 1})
|
|
481
|
+
func(m)
|
|
482
|
+
m.assert_called_with("one", "two", n=1)
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.github/workflows/codeql-analysis.yml
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/.github/workflows/pypi-publish.yml
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/concepts/optimization.rst
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-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/bootstrap-taskgraph.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/howto/send-notifications.rst
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-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/modules.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/source/taskgraph.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/transforms/chunking.rst
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/reference/transforms/index.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/tutorials/example-taskcluster.yml
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/docs/tutorials/getting-started.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/__init__.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/add_new_jobs.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/cancel.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/cancel_all.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/actions/registry.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/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
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/loader/__init__.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/loader/default.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/loader/transform.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/optimize/__init__.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/optimize/strategies.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/run-task/fetch-content
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/run-task/run-task
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/__init__.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/base.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/chunking.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/fetch.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/from_deps.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/notify.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/run/common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/transforms/task.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/attributes.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/cached_tasks.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/keyed_by.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/parameterization.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/python_path.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/readonlydict.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/set_name.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/taskcluster.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/taskgraph.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/templates.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/treeherder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/src/taskgraph/util/workertypes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/decision/Dockerfile
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/decision/HASH
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/decision/README.md
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/decision/VERSION
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/fetch/Dockerfile
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/index-task/README
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/python/Dockerfile
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/run-task/Dockerfile
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/skopeo/Dockerfile
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/docker/skopeo/policy.json
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/check/kind.yml
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/codecov/kind.yml
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/doc/kind.yml
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/fetch/kind.yml
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/push-image/kind.yml
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/kinds/test/kind.yml
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/taskcluster/scripts/codecov-upload.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
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/template/hooks/post_gen_project.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-11.2.0 → taskcluster_taskgraph-11.2.1}/test/data/taskcluster/config.yml
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
|
|
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-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_optimize_strategies.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_scripts_fetch_content.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transform_chunking.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transform_docker_image.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transform_task_context.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_cached_tasks.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_from_deps.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_notify.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_run_run_task.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_transforms_run_toolchain.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_cached_tasks.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_parameterization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-11.2.0 → taskcluster_taskgraph-11.2.1}/test/test_util_readonlydict.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
|