зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1208279: use a different cache for static analysis builds; r=ehsan
--HG-- extra : commitid : 5bcStOHuhVR extra : rebase_source : e15d9cd80da188f41256d658eebcc1fc9ca9865b
This commit is contained in:
Родитель
68f6b884d2
Коммит
227eb62a65
|
@ -1,5 +1,6 @@
|
||||||
$inherits:
|
$inherits:
|
||||||
from: 'tasks/builds/opt_linux64.yml'
|
# inherit clobber since we want to use a different workspace cache
|
||||||
|
from: 'tasks/builds/opt_linux64_clobber.yml'
|
||||||
variables:
|
variables:
|
||||||
build_name: 'linux64-st-an'
|
build_name: 'linux64-st-an'
|
||||||
task:
|
task:
|
||||||
|
@ -7,11 +8,16 @@ task:
|
||||||
name: '[TC] Linux64 Static Analysis Opt'
|
name: '[TC] Linux64 Static Analysis Opt'
|
||||||
description: 'Linux64 Static Analysis Opt'
|
description: 'Linux64 Static Analysis Opt'
|
||||||
|
|
||||||
|
scopes:
|
||||||
|
- 'docker-worker:cache:build-linux64-st-an-workspace'
|
||||||
|
|
||||||
routes:
|
routes:
|
||||||
- 'index.buildbot.branches.{{project}}.linux64-st-an'
|
- 'index.buildbot.branches.{{project}}.linux64-st-an'
|
||||||
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.linux64-st-an'
|
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.linux64-st-an'
|
||||||
|
|
||||||
payload:
|
payload:
|
||||||
|
cache:
|
||||||
|
build-linux64-st-an-workspace: '/home/worker/workspace'
|
||||||
env:
|
env:
|
||||||
MOZHARNESS_SCRIPT: 'mozharness/scripts/fx_desktop_build.py'
|
MOZHARNESS_SCRIPT: 'mozharness/scripts/fx_desktop_build.py'
|
||||||
MOZHARNESS_CONFIG: 'builds/releng_sub_linux_configs/64_stat_and_opt.py balrog/production.py'
|
MOZHARNESS_CONFIG: 'builds/releng_sub_linux_configs/64_stat_and_opt.py balrog/production.py'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче