Skip to content

Commit

Permalink
Minor bicleaner task fixes
Browse files Browse the repository at this point in the history
- Upgrade CPU bicleaner tasks to `b-linux-large` (some datasets are very large - this lets them run in a reasonable amount of time)
- Fix artifact definitions. docker-worker doesn't like being given a relative path to the artifacts directory.
  • Loading branch information
bhearsum committed May 17, 2023
1 parent 2660173 commit 6531d12
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions taskcluster/ci/bicleaner/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ task-defaults:
- worker.env
worker:
max-run-time: 3600
artifacts:
- name: public/build
path: artifacts
type: directory
env:
SRC: "{src_locale}"
TRG: "{trg_locale}"
Expand Down Expand Up @@ -99,9 +95,13 @@ task-defaults:
tasks:
"{provider}-{dataset}-{src_locale}-{trg_locale}":
description: bicleaner for {provider} {dataset} dataset {src_locale}-{trg_locale}
worker-type: b-linux
worker-type: b-linux-large
worker:
docker-image: {"in-tree": "train"}
artifacts:
- name: public/build
path: /builds/worker/artifacts
type: directory
treeherder:
platform: bicleaner/opt
attributes:
Expand All @@ -123,6 +123,11 @@ tasks:
ai-{provider}-{dataset}-{src_locale}-{trg_locale}:
description: bicleaner-ai for {provider} {dataset} dataset {src_locale}-{trg_locale}
worker-type: t-linux-v100-gpu
worker:
artifacts:
- name: public/build
path: artifacts
type: directory
treeherder:
platform: bicleaner-ai/opt
dataset-config:
Expand Down

0 comments on commit 6531d12

Please sign in to comment.