Skip to content

Commit

Permalink
merge corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed May 12, 2023
1 parent 48a83a2 commit 86cdd5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taskcluster/ci/merge-corpus/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ tasks:
- -c
# Arguments are:
# 1) output directory
# 2) input files
# 2) input prefixes (dataset names without slashes) -- the script will append
# the locales and file extensions for each one given.
- >-
export BIN=$MOZ_FETCHES_DIR &&
$VCS_PATH/pipeline/clean/merge-corpus.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def upstreams_for_locales(config, jobs):
# Now that we've resolved which type of upstream task we want, we need to
# find all instances of that task for our locale pair, add them to our
# dependencies, and the necessary artifacts to our fetches.
# TODO: this shouldn't pull in _all_ tasks, just ones that were specified in
# the params
for task in config.kind_dependencies_tasks.values():
if not task.label.startswith(upstream_task):
continue
Expand Down

0 comments on commit 86cdd5e

Please sign in to comment.