Skip to content

Commit

Permalink
chore: upgrade to Taskgraph 9 (mozilla#665)
Browse files Browse the repository at this point in the history
This is primarily to pick up taskcluster/taskgraph#514, which will be needed for mozilla#466.
  • Loading branch information
bhearsum authored Jun 19, 2024
1 parent 9ad9aba commit 2b9e53e
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ tasks:
features:
taskclusterProxy: true

image: mozillareleases/taskgraph:decision-v8.2.0@sha256:86c8f0d2e9558707b393edc0b9feb9869e6d41659c1592e94192d24856c97949
image: mozillareleases/taskgraph:decision-v9.0.0@sha256:e56c7e5cd467c2ce497c344b358f68cc84a4f73f3422e507a97b397d4e617fbd
maxRunTime: 1800
onExitStatus:
retry:
Expand Down
89 changes: 45 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ readme = "README.md"
python = "^3.10"
pip-tools = "^7.3.0"
zstandard = "^0.22.0"
# https://github.com/mozilla/firefox-translations-training/issues/689
numpy = "<2"

[tool.poetry.group.black.dependencies]
black = "^23.7.0"
Expand Down Expand Up @@ -50,7 +52,7 @@ requests-mock = "^1.11.0"
sh = "^2.0.6"
zstandard = "^0.22.0"
translations_parser = {path="./tracking/", develop=true}
taskcluster-taskgraph = "^8.2.0"
taskcluster-taskgraph = "^9.0.0"

[tool.black]
extend-exclude= "/3rd_party"
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
taskcluster-taskgraph>=8
taskcluster-taskgraph>=9
6 changes: 3 additions & 3 deletions taskcluster/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ slugid==2.0.0 \
--hash=sha256:a950d98b72691178bdd4d6c52743c4a2aa039207cf7a97d71060a111ff9ba297 \
--hash=sha256:aec8b0e01c4ad32e38e12d609eab3ec912fd129aaf6b2ded0199b56a5f8fd67c
# via taskcluster-taskgraph
taskcluster-taskgraph==8.2.0 \
--hash=sha256:410e9c9ef43eac1d0676f16867137de90f77eb0b4e0cbe746fe5512d1a626822 \
--hash=sha256:af146323402c2d5f67c65e3c232eda953da1ce319e465069e4d5c7aeb212b66e
taskcluster-taskgraph==9.0.0 \
--hash=sha256:306366c70da7353cc198406a36630b28ecc77ded32f7e4ca0187913d56c40713 \
--hash=sha256:3ebc1a07c31168c19159e71507341b40fc33ae3e652c7c80d8871904855021d1
# via -r taskcluster/requirements.in
taskcluster-urls==13.0.1 \
--hash=sha256:5e25e7e6818e8877178b175ff43d2e6548afad72694aa125f404a7329ece0973 \
Expand Down

0 comments on commit 2b9e53e

Please sign in to comment.