2016-09-12 21:04:09 +03:00
|
|
|
# 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/.
|
|
|
|
|
2017-03-10 03:00:49 +03:00
|
|
|
loader: taskgraph.loader.transform:loader
|
2016-09-12 21:04:09 +03:00
|
|
|
|
2017-06-21 09:38:21 +03:00
|
|
|
kind-dependencies:
|
2017-11-11 08:36:41 +03:00
|
|
|
- toolchain
|
2017-06-21 09:38:21 +03:00
|
|
|
|
2016-09-12 21:04:09 +03:00
|
|
|
transforms:
|
2017-11-11 08:36:41 +03:00
|
|
|
- taskgraph.transforms.build_attrs:transforms
|
|
|
|
- taskgraph.transforms.use_toolchains:transforms
|
|
|
|
- taskgraph.transforms.job:transforms
|
|
|
|
- taskgraph.transforms.task:transforms
|
2016-09-12 21:04:09 +03:00
|
|
|
|
|
|
|
job-defaults:
|
|
|
|
treeherder:
|
|
|
|
kind: build
|
|
|
|
tier: 1
|
|
|
|
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
|
|
|
|
worker:
|
|
|
|
max-run-time: 36000
|
2018-01-12 10:46:40 +03:00
|
|
|
docker-image: {in-tree: debian7-amd64-build}
|
2016-09-12 21:04:09 +03:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
linux64-shell-haz/debug:
|
|
|
|
description: "JS Shell Hazard Analysis Linux"
|
|
|
|
index:
|
|
|
|
product: firefox
|
2016-11-29 23:02:00 +03:00
|
|
|
job-name: shell-haz-debug
|
2016-09-12 21:04:09 +03:00
|
|
|
treeherder:
|
|
|
|
platform: linux64/debug
|
2018-01-12 23:49:58 +03:00
|
|
|
symbol: SM(H)
|
2016-09-12 21:04:09 +03:00
|
|
|
run:
|
|
|
|
using: hazard
|
|
|
|
command: >
|
2017-08-28 14:44:51 +03:00
|
|
|
cd /builds/worker/checkouts/gecko/taskcluster/scripts/builder
|
2016-09-12 21:04:09 +03:00
|
|
|
&& ./build-haz-linux.sh --project shell $HOME/workspace
|
|
|
|
when:
|
|
|
|
files-changed:
|
|
|
|
- js/public/**
|
|
|
|
- js/src/**
|
2017-07-20 11:56:49 +03:00
|
|
|
toolchains:
|
2017-07-26 10:32:15 +03:00
|
|
|
- linux64-clang
|
2017-08-16 07:49:37 +03:00
|
|
|
- linux64-gcc-4.9
|
2017-10-10 03:49:29 +03:00
|
|
|
- linux64-sixgill
|
|
|
|
- linux64-rust
|
2016-09-12 21:04:09 +03:00
|
|
|
|
|
|
|
linux64-haz/debug:
|
|
|
|
description: "Browser Hazard Analysis Linux"
|
|
|
|
index:
|
|
|
|
product: firefox
|
2016-11-29 23:02:00 +03:00
|
|
|
job-name: browser-haz-debug
|
2016-09-12 21:04:09 +03:00
|
|
|
treeherder:
|
|
|
|
platform: linux64/debug
|
2018-01-12 23:49:58 +03:00
|
|
|
symbol: H
|
2016-09-12 21:04:09 +03:00
|
|
|
run:
|
|
|
|
using: hazard
|
|
|
|
mozconfig: "browser/config/mozconfigs/linux64/hazards"
|
|
|
|
command: >
|
2017-08-28 14:44:51 +03:00
|
|
|
cd /builds/worker/checkouts/gecko/taskcluster/scripts/builder
|
2016-09-12 21:04:09 +03:00
|
|
|
&& ./build-haz-linux.sh --project browser $HOME/workspace
|
2017-07-20 11:56:49 +03:00
|
|
|
toolchains:
|
2017-07-26 10:32:15 +03:00
|
|
|
- linux64-clang
|
2017-08-16 07:49:37 +03:00
|
|
|
- linux64-gcc-4.9
|
2017-10-10 03:49:29 +03:00
|
|
|
- linux64-sixgill
|
|
|
|
- linux64-rust
|