зеркало из https://github.com/mozilla/gecko-dev.git
71 строка
2.0 KiB
YAML
71 строка
2.0 KiB
YAML
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
loader: taskgraph.loader.transform:loader
|
|
|
|
kind-dependencies:
|
|
- toolchain
|
|
|
|
transforms:
|
|
- taskgraph.transforms.spidermonkey:transforms
|
|
- taskgraph.transforms.build_attrs:transforms
|
|
- taskgraph.transforms.build_lints:transforms
|
|
- taskgraph.transforms.use_toolchains:transforms
|
|
- taskgraph.transforms.job:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
job-defaults:
|
|
treeherder:
|
|
kind: build
|
|
tier: 1
|
|
index:
|
|
product: firefox
|
|
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
|
|
run:
|
|
using: spidermonkey
|
|
when:
|
|
files-changed:
|
|
# any when.files-changed specified below in a job will be
|
|
# appended to this list
|
|
- build/**
|
|
- config/**
|
|
- configure.py
|
|
- dom/bindings/**
|
|
- intl/icu/**
|
|
- js/moz.configure
|
|
- js/public/**
|
|
- js/rust/**
|
|
- js/src/**
|
|
- layout/tools/reftest/reftest/**
|
|
- Makefile.in
|
|
- media/webrtc/trunk/tools/gyp/**
|
|
- memory/**
|
|
- mfbt/**
|
|
- modules/fdlibm/**
|
|
- modules/zlib/src/**
|
|
- mozglue/**
|
|
- moz.build
|
|
- moz.configure
|
|
- nsprpub/**
|
|
- python/**
|
|
- taskcluster/moz.build
|
|
- taskcluster/ci/spidermonkey/kind.yml
|
|
- testing/mozbase/**
|
|
- test.mozbuild
|
|
- toolkit/mozapps/installer/package-name.mk
|
|
- toolkit/mozapps/installer/upload-files.mk
|
|
toolchains:
|
|
by-worker-type:
|
|
.*-b-win2012:
|
|
- win64-clang-cl
|
|
- win64-rust
|
|
default:
|
|
- linux64-clang
|
|
- linux64-gcc
|
|
- linux64-rust
|
|
|
|
jobs-from:
|
|
- linux.yml
|
|
- windows.yml
|