Skip to content

Commit

Permalink
Don't set bicleaner dependency directly in merge-corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Feb 12, 2024
1 parent 9ebfd13 commit 6277e7b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions taskcluster/kinds/merge-corpus/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
loader: taskgraph.loader.transform:loader

transforms:
- translations_taskgraph.transforms.find_upstreams:by_locales
- taskgraph.transforms.task_context
- taskgraph.transforms.run:transforms
- translations_taskgraph.transforms.cached_tasks:transforms
- taskgraph.transforms.task:transforms

kind-dependencies:
- bicleaner
- toolchain

task-defaults:
Expand All @@ -32,14 +30,8 @@ task-defaults:
- label
- description
- worker.env
- dependencies
- fetches
- attributes
- run.command
upstreams-config:
upstream-artifacts:
- "{dataset_sanitized}.{src_locale}.zst"
- "{dataset_sanitized}.{trg_locale}.zst"
worker-type: b-cpu-largedisk
worker:
docker-image: {"in-tree": "train"}
Expand Down Expand Up @@ -84,12 +76,6 @@ tasks:
cache:
type: merge-corpus

upstreams-config:
upstream-task-attributes:
cleaning-type:
by-cleaning-type:
bicleaner-ai: bicleaner-ai

task-context:
from-object:
artifact_prefix: corpus

0 comments on commit 6277e7b

Please sign in to comment.