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/.
|
2019-05-11 00:19:48 +03:00
|
|
|
---
|
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
|
2018-05-31 07:02:38 +03:00
|
|
|
- taskgraph.transforms.build_lints:transforms
|
2017-11-11 08:36:41 +03:00
|
|
|
- taskgraph.transforms.job:transforms
|
|
|
|
- taskgraph.transforms.task:transforms
|
2016-09-12 21:04:09 +03:00
|
|
|
|
|
|
|
job-defaults:
|
2019-04-17 01:02:46 +03:00
|
|
|
attributes:
|
|
|
|
retrigger: true
|
2016-09-12 21:04:09 +03:00
|
|
|
treeherder:
|
|
|
|
kind: build
|
|
|
|
tier: 1
|
2019-05-01 01:58:06 +03:00
|
|
|
worker-type: b-linux
|
2016-09-12 21:04:09 +03:00
|
|
|
worker:
|
|
|
|
max-run-time: 36000
|
2020-05-06 17:10:37 +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/**
|
2019-08-13 11:43:56 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-clang
|
2020-04-10 04:08:59 +03:00
|
|
|
- linux64-gcc-9
|
2019-08-13 11:43:56 +03:00
|
|
|
- linux64-gcc-sixgill
|
|
|
|
- linux64-rust
|
|
|
|
- linux64-cbindgen
|
|
|
|
- linux64-node
|
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
|
|
|
|
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
|
2019-08-13 11:43:56 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
- linux64-clang
|
2020-04-10 04:08:59 +03:00
|
|
|
- linux64-gcc-9
|
2019-08-13 11:43:56 +03:00
|
|
|
- linux64-gcc-sixgill
|
|
|
|
- linux64-rust
|
|
|
|
- linux64-cbindgen
|
|
|
|
- linux64-nasm
|
|
|
|
- linux64-node
|
2020-01-10 19:21:40 +03:00
|
|
|
- linux64-lucetc
|
2019-12-26 17:19:00 +03:00
|
|
|
- wasi-sysroot
|