mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00

MozReview-Commit-ID: F5vHc4G13v6 --HG-- extra : rebase_source : 1c6c8de55def6026da467d589ec3a8b511986125
10 lines
388 B
Python
10 lines
388 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# 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/.
|
|
|
|
with Files("**"):
|
|
BUG_COMPONENT = ("Testing", "Reftest")
|
|
SCHEDULES.exclusive = ['reftest']
|