taskcluster-taskgraph 14.2.0__tar.gz → 14.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-14.2.0 → taskcluster_taskgraph-14.2.1}/CHANGELOG.md +14 -7
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/PKG-INFO +1 -1
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/__init__.py +1 -1
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/run/run_task.py +2 -13
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_run_run_task.py +15 -5
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.codespell-ignore-words.txt +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.github/CODEOWNERS +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.github/workflows/codeql-analysis.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.github/workflows/pre-commit-autoupdate.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.github/workflows/pre-commit.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.github/workflows/pypi-publish.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.gitignore +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.hatch_build.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.pre-commit-config.yaml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.readthedocs.yaml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.taskcluster.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.yamllint +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/CODE_OF_CONDUCT.md +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/CONTRIBUTING.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/LICENSE +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/Makefile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/README.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/concepts/index.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/concepts/kind.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/concepts/loading.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/concepts/optimization.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/concepts/scopes.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/concepts/task-graphs.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/concepts/taskcluster.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/concepts/transforms.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/conf.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/contributing.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/glossary.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/howto/bootstrap-taskgraph.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/howto/create-actions.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/howto/create-tasks.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/howto/debugging.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/howto/docker.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/howto/index.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/howto/run-locally.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/howto/send-notifications.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/howto/use-fetches.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/index.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/cli.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/index.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/migrations.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/optimization-strategies.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/parameters.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/modules.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/taskgraph.actions.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/taskgraph.loader.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/taskgraph.optimize.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/taskgraph.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/taskgraph.transforms.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/taskgraph.transforms.run.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/taskgraph.util.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/transforms/chunking.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/transforms/from_deps.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/transforms/index.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/transforms/matrix.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/transforms/task_context.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/tutorials/connecting-taskcluster.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/tutorials/creating-a-task-graph.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/tutorials/example-taskcluster.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/tutorials/getting-started.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/tutorials/index.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/make.bat +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/packages/pytest-taskgraph/README.md +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/packages/pytest-taskgraph/pyproject.toml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/packages/pytest-taskgraph/src/pytest_taskgraph/__init__.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/packages/pytest-taskgraph/src/pytest_taskgraph/fixtures/gen.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/packages/pytest-taskgraph/src/pytest_taskgraph/fixtures/vcs.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/packages/pytest-taskgraph/uv.lock +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/pyproject.toml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/__init__.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/add_new_jobs.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/cancel.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/cancel_all.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/rebuild_cached_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/registry.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/retrigger.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/util.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/config.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/create.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/decision.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/docker.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/filter_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/generator.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/graph.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/loader/__init__.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/loader/default.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/loader/transform.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/main.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/morph.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/optimize/__init__.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/optimize/base.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/optimize/strategies.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/parameters.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/run-task/fetch-content +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/run-task/hgrc +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/run-task/robustcheckout.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/run-task/run-task +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/target_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/task.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/taskgraph.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/__init__.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/base.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/cached_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/chunking.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/code_review.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/docker_image.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/fetch.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/from_deps.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/matrix.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/notify.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/run/__init__.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/run/common.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/run/index_search.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/run/toolchain.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/task.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/task_context.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/__init__.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/archive.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/attributes.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/cached_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/caches.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/copy.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/dependencies.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/docker.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/hash.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/keyed_by.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/parameterization.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/path.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/python_path.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/readonlydict.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/schema.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/set_name.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/shell.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/taskcluster.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/taskgraph.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/templates.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/time.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/treeherder.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/vcs.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/verify.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/workertypes.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/yaml.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/config.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/REGISTRY +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/decision/Dockerfile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/decision/HASH +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/decision/README.md +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/decision/VERSION +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/decision/system-setup.sh +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/fetch/Dockerfile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/image_builder/README.rst +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/index-task/Dockerfile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/index-task/README +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/index-task/insert-indexes.js +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/index-task/package.json +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/index-task/yarn.lock +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/python/Dockerfile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/run-task/Dockerfile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/run-task/system-setup.sh +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/skopeo/Dockerfile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/skopeo/policy.json +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/skopeo/push_image.sh +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/kinds/check/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/kinds/codecov/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/kinds/complete/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/kinds/doc/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/kinds/docker-image/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/kinds/fetch/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/kinds/push-image/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/kinds/test/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/scripts/codecov-upload.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/scripts/external_tools/tooltool.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/self_taskgraph/__init__.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/self_taskgraph/custom_parameters.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/self_taskgraph/custom_target_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/self_taskgraph/transforms/push_image.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/test/params/main-repo-pull-request-untrusted.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/test/params/main-repo-pull-request.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/test/params/main-repo-push.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/test/params/main-repo-release-pytest-taskgraph.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/test/params/main-repo-release-taskcluster-taskgraph.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/template/cookiecutter.json +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/template/hooks/post_gen_project.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/template/{{cookiecutter.project_name}}/taskcluster/config.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/template/{{cookiecutter.project_name}}/taskcluster/docker/linux/Dockerfile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/template/{{cookiecutter.project_name}}/taskcluster/kinds/docker-image/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/template/{{cookiecutter.project_name}}/taskcluster/kinds/hello/kind.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/template/{{cookiecutter.project_name}}/taskcluster/{{cookiecutter.project_slug}}_taskgraph/transforms/hello.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/template/{{cookiecutter.project_name}}/taskcluster.github.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/__init__.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/automationrelevance.json +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/conftest.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/task_context.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/taskcluster/config.yml +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/taskcluster/docker/hello-world/Dockerfile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/taskcluster/docker/hello-world-tag/Dockerfile +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/taskcluster/docker/hello-world-tag/REGISTRY +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/taskcluster/docker/hello-world-tag/VERSION +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/taskcluster/scripts/toolchain/run.ps1 +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/taskcluster/scripts/toolchain/run.sh +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/taskcluster/test_taskgraph/transforms/foo.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/data/testmod/thing.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/mockedopen.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_actions_rebuild_cached_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_actions_registry.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_config.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_create.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_decision.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_docker.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_generator.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_graph.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_main.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_morph.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_optimize.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_optimize_strategies.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_parameters.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_scripts_fetch_content.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_scripts_run_task.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_target_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_taskgraph.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transform_chunking.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transform_docker_image.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transform_task_context.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_base.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_cached_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_fetch.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_from_deps.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_matrix.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_notify.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_run.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_run_toolchain.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_task.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_archive.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_attributes.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_cached_tasks.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_copy.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_dependencies.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_docker.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_parameterization.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_path.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_python_path.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_readonlydict.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_schema.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_taskcluster.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_templates.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_time.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_treeherder.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_vcs.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_verify.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_workertypes.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_util_yaml.py +0 -0
- {taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/uv.lock +0 -0
|
@@ -1,35 +1,42 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [14.2.
|
|
3
|
+
## [14.2.1] - 2025-05-13
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Revert "generic-worker will now verify run-task/fetch-content integrity" from
|
|
8
|
+
14.2.0 for being broken
|
|
9
|
+
|
|
10
|
+
## [14.2.0] - 2025-05-12
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
6
13
|
|
|
7
14
|
- fix actions scope check on mercurial (#686)
|
|
8
15
|
|
|
9
|
-
|
|
16
|
+
### Changed
|
|
10
17
|
|
|
11
18
|
- generic-worker will now verify run-task/fetch-content integrity (#666)
|
|
12
19
|
|
|
13
|
-
|
|
20
|
+
### Added
|
|
14
21
|
|
|
15
22
|
- new 'load-task' command to debug tasks locally (#680)
|
|
16
23
|
|
|
17
24
|
## [14.1.1] - 2025-04-10
|
|
18
25
|
|
|
19
|
-
|
|
26
|
+
### Fixed
|
|
20
27
|
|
|
21
28
|
- ensure GraphConfig.root_dir is an absolute path (#673)
|
|
22
29
|
|
|
23
30
|
## [14.1.0] - 2025-04-07
|
|
24
31
|
|
|
25
|
-
|
|
32
|
+
### Added
|
|
26
33
|
|
|
27
34
|
- allow task-priority to be keyed by level (#653)
|
|
28
35
|
- implement `taskgraph action` command to generate actions.json on the command line (#645)
|
|
29
36
|
- pass push.base_revision to in-tree-action hook (#656)
|
|
30
37
|
- support for `volume` artifact type (#667)
|
|
31
38
|
|
|
32
|
-
|
|
39
|
+
### Fixed
|
|
33
40
|
|
|
34
41
|
- bug deleting long path names with forward slashes on Windows (#661)
|
|
35
42
|
- replace deprecated datetime.utcnow() with timezone-aware alternative (#652)
|
|
@@ -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__ = "14.2.
|
|
5
|
+
__version__ = "14.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
|
|
@@ -6,9 +6,7 @@ Support for running tasks that are invoked via the `run-task` script.
|
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
8
|
import dataclasses
|
|
9
|
-
import hashlib
|
|
10
9
|
import os
|
|
11
|
-
from pathlib import Path
|
|
12
10
|
|
|
13
11
|
from voluptuous import Any, Optional, Required
|
|
14
12
|
|
|
@@ -27,9 +25,6 @@ EXEC_COMMANDS = {
|
|
|
27
25
|
"powershell": ["powershell.exe", "-ExecutionPolicy", "Bypass"],
|
|
28
26
|
}
|
|
29
27
|
|
|
30
|
-
RUN_TASK_PATH = Path(__file__).parent.parent.parent / "run-task" / "run-task"
|
|
31
|
-
FETCH_CONTENT_PATH = Path(__file__).parent.parent.parent / "run-task" / "fetch-content"
|
|
32
|
-
|
|
33
28
|
run_task_schema = Schema(
|
|
34
29
|
{
|
|
35
30
|
Required("using"): "run-task",
|
|
@@ -174,14 +169,10 @@ def generic_worker_run_task(config, task, taskdesc):
|
|
|
174
169
|
common_setup(config, task, taskdesc, command)
|
|
175
170
|
|
|
176
171
|
worker.setdefault("mounts", [])
|
|
177
|
-
run_task_sha256 = hashlib.sha256(RUN_TASK_PATH.read_bytes()).hexdigest()
|
|
178
|
-
fetch_content_sha256 = hashlib.sha256(FETCH_CONTENT_PATH.read_bytes()).hexdigest()
|
|
179
172
|
worker["mounts"].append(
|
|
180
173
|
{
|
|
181
174
|
"content": {
|
|
182
|
-
"
|
|
183
|
-
"artifact": "public/run-task",
|
|
184
|
-
"sha256": run_task_sha256,
|
|
175
|
+
"url": script_url(config, "run-task"),
|
|
185
176
|
},
|
|
186
177
|
"file": "./run-task",
|
|
187
178
|
}
|
|
@@ -190,9 +181,7 @@ def generic_worker_run_task(config, task, taskdesc):
|
|
|
190
181
|
worker["mounts"].append(
|
|
191
182
|
{
|
|
192
183
|
"content": {
|
|
193
|
-
"
|
|
194
|
-
"artifact": "public/fetch-content",
|
|
195
|
-
"sha256": fetch_content_sha256,
|
|
184
|
+
"url": script_url(config, "fetch-content"),
|
|
196
185
|
},
|
|
197
186
|
"file": "./fetch-content",
|
|
198
187
|
}
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/test/test_transforms_run_run_task.py
RENAMED
|
@@ -8,7 +8,7 @@ from pprint import pprint
|
|
|
8
8
|
import pytest
|
|
9
9
|
|
|
10
10
|
from taskgraph.transforms.run import make_task_description
|
|
11
|
-
from taskgraph.transforms.task import payload_builders
|
|
11
|
+
from taskgraph.transforms.task import payload_builders, set_defaults
|
|
12
12
|
from taskgraph.util.caches import CACHES
|
|
13
13
|
from taskgraph.util.schema import Schema, validate_schema
|
|
14
14
|
from taskgraph.util.templates import merge
|
|
@@ -23,6 +23,7 @@ TASK_DEFAULTS = {
|
|
|
23
23
|
"implementation": "docker-worker",
|
|
24
24
|
"os": "linux",
|
|
25
25
|
"env": {},
|
|
26
|
+
"max-run-time": 0,
|
|
26
27
|
},
|
|
27
28
|
"run": {"using": "run-task", "command": "echo hello world"},
|
|
28
29
|
}
|
|
@@ -70,6 +71,7 @@ def assert_docker_worker(task):
|
|
|
70
71
|
"-cx",
|
|
71
72
|
"echo hello world",
|
|
72
73
|
],
|
|
74
|
+
"docker-image": {"in-tree": "image"},
|
|
73
75
|
"env": {
|
|
74
76
|
"CI_BASE_REPOSITORY": "http://hg.example.com",
|
|
75
77
|
"CI_HEAD_REF": "default",
|
|
@@ -82,6 +84,7 @@ def assert_docker_worker(task):
|
|
|
82
84
|
"VCS_PATH": "/builds/worker/checkouts/vcs",
|
|
83
85
|
},
|
|
84
86
|
"implementation": "docker-worker",
|
|
87
|
+
"max-run-time": 0,
|
|
85
88
|
"os": "linux",
|
|
86
89
|
"taskcluster-proxy": True,
|
|
87
90
|
},
|
|
@@ -117,13 +120,12 @@ def assert_generic_worker(task):
|
|
|
117
120
|
"VCS_PATH": "build/src",
|
|
118
121
|
},
|
|
119
122
|
"implementation": "generic-worker",
|
|
123
|
+
"max-run-time": 0,
|
|
120
124
|
"mounts": [
|
|
121
125
|
{"cache-name": "checkouts", "directory": "build"},
|
|
122
126
|
{
|
|
123
127
|
"content": {
|
|
124
|
-
"
|
|
125
|
-
"sha256": "581ca6876fac84fa2dd8e8c2c18677d790890e9675229fd34c912c937ae19fae",
|
|
126
|
-
"taskId": {"task-reference": "<decision>"},
|
|
128
|
+
"url": "https://tc-tests.localhost/api/queue/v1/task/<TASK_ID>/artifacts/public/run-task"
|
|
127
129
|
},
|
|
128
130
|
"file": "./run-task",
|
|
129
131
|
},
|
|
@@ -177,7 +179,7 @@ def assert_run_task_command_generic_worker(task):
|
|
|
177
179
|
"task",
|
|
178
180
|
(
|
|
179
181
|
pytest.param(
|
|
180
|
-
{"worker": {"os": "linux"}},
|
|
182
|
+
{"worker": {"os": "linux", "docker-image": {"in-tree": "image"}}},
|
|
181
183
|
id="docker_worker",
|
|
182
184
|
),
|
|
183
185
|
pytest.param(
|
|
@@ -195,12 +197,14 @@ def assert_run_task_command_generic_worker(task):
|
|
|
195
197
|
"run": {
|
|
196
198
|
"exec-with": "powershell",
|
|
197
199
|
},
|
|
200
|
+
"worker": {"docker-image": "powershell"},
|
|
198
201
|
},
|
|
199
202
|
id="exec_with",
|
|
200
203
|
),
|
|
201
204
|
pytest.param(
|
|
202
205
|
{
|
|
203
206
|
"run": {"run-task-command": ["/foo/bar/python3", "run-task"]},
|
|
207
|
+
"worker": {"docker-image": "python"},
|
|
204
208
|
},
|
|
205
209
|
id="run_task_command_docker_worker",
|
|
206
210
|
),
|
|
@@ -223,6 +227,12 @@ def test_run_task(monkeypatch, request, run_task_using, task):
|
|
|
223
227
|
param_id = request.node.callspec.id
|
|
224
228
|
assert_func = globals()[f"assert_{param_id}"]
|
|
225
229
|
assert_func(taskdesc)
|
|
230
|
+
taskdesc = next(set_defaults({}, [taskdesc]))
|
|
231
|
+
validate_schema(
|
|
232
|
+
payload_builders[taskdesc["worker"]["implementation"]].schema,
|
|
233
|
+
taskdesc["worker"],
|
|
234
|
+
"validation error",
|
|
235
|
+
)
|
|
226
236
|
|
|
227
237
|
|
|
228
238
|
@pytest.fixture
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.github/workflows/codeql-analysis.yml
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/.github/workflows/pre-commit.yml
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.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
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.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-14.2.0 → taskcluster_taskgraph-14.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-14.2.0 → taskcluster_taskgraph-14.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-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/modules.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/source/taskgraph.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/transforms/chunking.rst
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/transforms/index.rst
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/reference/transforms/matrix.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/tutorials/example-taskcluster.yml
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/docs/tutorials/getting-started.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/packages/pytest-taskgraph/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/packages/pytest-taskgraph/uv.lock
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/__init__.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/add_new_jobs.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/cancel.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/cancel_all.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/actions/registry.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.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-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/loader/__init__.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/loader/default.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/loader/transform.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/optimize/__init__.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/optimize/base.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/optimize/strategies.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/run-task/fetch-content
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/run-task/run-task
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/__init__.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/base.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/chunking.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/fetch.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/from_deps.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/matrix.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/notify.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/run/common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/transforms/task.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/attributes.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/cached_tasks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/keyed_by.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/parameterization.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/python_path.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/readonlydict.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/set_name.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/taskcluster.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/taskgraph.py
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/templates.py
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/treeherder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/src/taskgraph/util/workertypes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/decision/Dockerfile
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/decision/HASH
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/decision/README.md
RENAMED
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/decision/VERSION
RENAMED
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/fetch/Dockerfile
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taskcluster_taskgraph-14.2.0 → taskcluster_taskgraph-14.2.1}/taskcluster/docker/index-task/README
RENAMED
|
File without changes
|
|
File without changes
|