mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
dbbfae76db
This adds a 'use-artifacts' key to the run_task schema. Tasks can specify artifacts to download like this: run: using: run-task use_artifacts: build: - target.tar.bz2 - target.common.tests.zip - target.mochitest.tests.zip This will cause the run-task script to download those three artifacts from the task's 'build' dependency. If the task doesn't have a 'build' dependency, taskgraph generation will error. The artifacts will be downloaded into $USE_ARTIFACT_PATH. It is up to the task to do whatever extracting/setup may be required. E.g this setup could go in the task's command. At this time, only 'run-task' tasks using docker-worker are supported. MozReview-Commit-ID: 3f02oCys62i --HG-- extra : rebase_source : e8a85040e45042b537d4119334c4a8b7280b295c |
||
---|---|---|
.. | ||
builder | ||
misc | ||
tester | ||
copy.sh | ||
run-task |