1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681
|
# 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/.
---
task-defaults:
platform: linux2404-64/opt
always-target:
by-platform:
macosx.*: false
default: true
worker-type:
by-platform:
linux2404-64.*: t-linux-docker-amd
macosx1470-64.*: t-osx-1400-r8
windows11-64.*: win11-64-24h2-source
worker:
by-platform:
linux2404-64.*:
docker-image: {in-tree: "lint"}
max-run-time: 3600
env:
TASKGRAPH_SERIAL: "1"
macosx.*:
max-run-time: 3600
env:
PATH: "/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
# ensure we don't use internal pypi for these tasks
PIP_INDEX_URL: https://pypi.python.org/simple/
PIP_NO_INDEX: "0"
TASKGRAPH_SERIAL: "1"
default:
max-run-time: 3600
env:
TASKGRAPH_SERIAL: "1"
use-python: default
treeherder:
kind: test
tier: 1
run-on-repo-type: [hg]
run:
using: mach
use-caches: [checkout, pip, uv]
when:
files-changed:
- 'config/mozunit/**'
- 'python/mach_commands.py'
firefox-ci:
description: taskcluster/gecko_taskgraph unit tests
always-target: false
treeherder:
symbol: ci
run:
using: python-test
subsuite: ci
when:
files-changed:
- '.taskcluster.yml'
- 'taskcluster/kinds/**'
- 'taskcluster/**/*.py'
- 'third_party/python/taskcluster_taskgraph/**/*.py'
- 'tools/tryselect/selectors/auto.py'
fog:
description: Python unit tests for Firefox on Glean
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: fp
run:
using: python-test
subsuite: fog
when:
files-changed:
- 'toolkit/components/glean/**'
- 'browser/config/version.txt'
mach:
description: python/mach unit tests
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: mach
run:
using: python-test
subsuite: mach
when:
files-changed:
- 'python/mach/**'
- 'python/sites/**'
marionette-harness:
description: testing/marionette/harness unit tests
platform:
- linux2404-64/opt
- windows11-64/opt
treeherder:
symbol: mnh
run:
using: python-test
subsuite: marionette-harness
when:
files-changed:
- 'testing/marionette/harness/**'
- 'testing/mozbase/mozlog/mozlog/**'
- 'testing/mozbase/mozlog/setup.py'
mochitest-harness:
description: testing/mochitest unittests
platform:
- linux2404-64/opt
- linux2404-64/debug
- linux2404-64-asan/opt
always-target: false
require-build:
by-project:
try:
linux2404-64-asan/opt: build-linux64-asan/opt
linux2404-64/debug: build-linux64/debug
linux2404-64/opt: build-linux64/opt
default:
linux2404-64-asan/opt: build-linux64-asan/opt
linux2404-64/debug: build-linux64/debug
linux2404-64/opt: build-linux64-shippable/opt
treeherder:
symbol: py3(mch)
worker:
by-platform:
linux2404-64.*:
docker-image: {in-tree: "ubuntu2404-test"}
max-run-time: 3600
run:
using: run-task
cwd: '{checkout}'
command: >
source /builds/worker/scripts/xvfb.sh &&
start_xvfb '1600x1200x24' 0 &&
export GECKO_BINARY_PATH=$MOZ_FETCHES_DIR/firefox/firefox &&
export TEST_HARNESS_ROOT=$MOZ_FETCHES_DIR/tests &&
./mach python-test --subsuite mochitest
fetches:
build:
- target.tar.xz
- artifact: target.common.tests.tar.zst
dest: tests
- artifact: target.mochitest.tests.tar.zst
dest: tests
toolchain:
- linux64-fix-stacks
when:
files-changed:
- 'testing/mochitest/**'
- 'testing/mozbase/mozrunner/mozrunner/**'
- 'testing/mozbase/moztest/moztest/selftest/**'
- 'testing/mozharness/mozharness/base/log.py'
- 'testing/mozharness/mozharness/mozilla/structuredlog.py'
- 'testing/mozharness/mozharness/mozilla/testing/errors.py'
- 'testing/profiles/**'
mozbase:
description: testing/mozbase unit tests
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: mb
run:
using: python-test
subsuite: mozbase
when:
files-changed:
- 'testing/mozbase/**'
mozharness:
description: mozharness integration tests
treeherder:
symbol: mh
run:
using: python-test
subsuite: mozharness
when:
files-changed:
- 'testing/mozharness/**'
mozlint:
description: python/mozlint unit tests
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: mozlint
tier: 2
run:
using: python-test
subsuite: mozlint
prepend-env:
PATH: "$MOZ_FETCHES_DIR/rustc/bin/:/builds/worker/.cargo/bin${PATH:+:$PATH}"
dependencies:
clang-tidy:
by-platform:
linux2404-64/opt: toolchain-linux64-clang-tidy
macosx1470-64/opt: toolchain-macosx64-clang-tidy
windows11-64/opt: toolchain-win64-clang-tidy
fetches:
toolchain:
by-platform:
linux2404-64/opt:
- linux64-node
- linux64-rust
macosx1470-64/opt:
- macosx64-node
- macosx64-rust
windows11-64/opt:
- win64-node
- win64-rust
clang-tidy:
- artifact: clang-tidy.tar.zst
dest: clang-tools
when:
files-changed:
- 'python/mozlint/**'
- 'tools/lint/**'
mozrelease:
description: python/mozrelease unit tests
treeherder:
symbol: release
run:
using: python-test
subsuite: mozrelease
when:
files-changed:
- 'python/mozrelease/**'
mozterm:
description: python/mozterm unit tests
platform:
- linux2404-64/opt
- windows11-64/opt
treeherder:
symbol: term
run:
using: python-test
subsuite: mozterm
when:
files-changed:
- 'python/mozterm/**'
mozversioncontrol:
description: python/mozversioncontrol unit tests
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: vcs
run:
using: python-test
subsuite: mozversioncontrol
fetches:
toolchain:
by-platform:
linux2404-64/opt:
- linux64-jj
macosx1470-64/opt:
- macosx64-jj
windows11-64/opt:
- win64-jj
when:
files-changed:
- 'python/mozversioncontrol/**'
raptor:
description: testing/raptor unit tests
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: rap
run:
using: python-test
subsuite: raptor
when:
files-changed:
- 'testing/raptor/**'
reftest-harness:
description: layout/tools/reftest unittests
platform:
- linux2404-64/opt
- linux2404-64/debug
- linux2404-64-asan/opt
require-build:
by-project:
try:
linux2404-64-asan/opt: build-linux64-asan/opt
linux2404-64/debug: build-linux64/debug
linux2404-64/opt: build-linux64/opt
default:
linux2404-64-asan/opt: build-linux64-asan/opt
linux2404-64/debug: build-linux64/debug
linux2404-64/opt: build-linux64-shippable/opt
always-target: false
treeherder:
symbol: py3(ref)
worker:
by-platform:
linux2404-64.*:
docker-image: {in-tree: "ubuntu2404-test"}
max-run-time: 3600
run:
using: run-task
cwd: '{checkout}'
command: >
source /builds/worker/scripts/xvfb.sh &&
start_xvfb '1600x1200x24' 0 &&
export GECKO_BINARY_PATH=$MOZ_FETCHES_DIR/firefox/firefox &&
export TEST_HARNESS_ROOT=$MOZ_FETCHES_DIR/tests &&
./mach python-test --subsuite reftest
fetches:
build:
- target.tar.xz
- artifact: target.common.tests.tar.zst
dest: tests
- artifact: target.reftest.tests.tar.zst
dest: tests
toolchain:
- linux64-fix-stacks
when:
files-changed:
- 'layout/tools/reftest/**'
- 'testing/mozbase/mozrunner/mozrunner/**'
- 'testing/mozbase/moztest/moztest/selftest/**'
- 'testing/mozharness/mozharness/base/log.py'
- 'testing/mozharness/mozharness/mozilla/structuredlog.py'
- 'testing/mozharness/mozharness/mozilla/testing/errors.py'
taskgraph-tests:
description: taskcluster/gecko_taskgraph unit tests
treeherder:
symbol: tg
run:
using: python-test
subsuite: taskgraph
when:
files-changed:
- 'python/mach/**/*.py'
- 'taskcluster/**/*.py'
- 'third_party/python/taskcluster_taskgraph/**/*.py'
tryselect:
description: tools/tryselect unit tests
platform:
- linux2404-64/opt
- windows11-64/opt
treeherder:
symbol: try
run:
using: python-test
subsuite: try
when:
files-changed:
- 'taskcluster/config.yml'
- 'taskcluster/kinds/test/**'
- 'taskcluster/gecko_taskgraph/transforms/**'
- 'third_party/python/taskcluster_taskgraph/**/*.py'
- 'tools/tryselect/**'
mozbuild:
matrix:
python: ['3.9', '3.11']
description: mozbuild unit tests (python{matrix[python]})
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: mbu{matrix[python]}
use-python: "{matrix[python]}"
run:
using: python-test
subsuite: mozbuild
fetches:
toolchain:
by-platform:
linux2404-64/opt:
- linux64-node
macosx1470-64/opt:
- macosx64-node
windows11-64/opt:
- win64-node
- win64-mozmake
when:
files-changed:
- '**/moz.configure'
- 'build/moz.configure/**'
- 'config/tests/**'
- 'dom/bindings/mozwebidlcodegen/**'
- 'modules/libpref/init/**'
- 'modules/libpref/test/**'
- 'python/mach/**'
- 'python/mozboot/**'
- 'python/mozbuild/**'
- 'python/mozterm/**'
- 'python/mozversioncontrol/**'
- 'testing/mozbase/**'
- 'testing/xpcshell/xpcshellcommandline.py'
mozperftest:
description: mozperftest unit tests
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: mpu
run:
mach: perftest-test
fetches:
toolchain:
by-platform:
linux2404-64/opt:
- linux64-node
- browsertime
macosx1470-64/opt:
- macosx64-node
- browsertime
windows11-64/opt:
- win64-node
- browsertime
when:
files-changed:
- 'testing/**'
- 'python/**'
nimbus:
description: >
Ensure the targeting context metric is up-to-date with the targeting context definition.
platform:
- linux2404-64/opt
treeherder:
symbol: py3(nimbus)
require-build:
by-project:
try:
linux2404-64/opt: build-linux64/opt
default:
linux2404-64/opt: build-linux64/opt
fetches:
build:
- artifact: target.tar.xz
- artifact: target.common.tests.tar.zst
worker:
by-platform:
linux2404-64.*:
docker-image: {in-tree: "ubuntu2404-test"}
max-run-time: 3600
run:
using: run-task
cwd: '{checkout}'
command: >
export DUMP_TARGETING_CONTEXT_PATH=$(mktemp) &&
env LD_LIBRARY_PATH=${MOZ_FETCHES_DIR}/firefox \
${MOZ_FETCHES_DIR}/bin/xpcshell \
-g ${MOZ_FETCHES_DIR}/firefox \
-a ${MOZ_FETCHES_DIR}/firefox/browser \
toolkit/components/nimbus/test/python/dump-targeting-context.js &&
export GECKO_BINARY_PATH=${MOZ_FETCHES_DIR}/firefox/firefox &&
./mach python-test --subsuite nimbus
when:
files-changed:
- 'toolkit/components/nimbus/metrics.yaml'
- 'toolkit/components/nimbus/lib/TargetingContextRecorder.sys.mjs'
- 'toolkit/components/nimbus/test/python/**/*'
fxms-schemas:
description: >
Ensure messaging-system schemas are up-to-date and run Experimenter
integration tests.
platform:
- linux2404-64/opt
treeherder:
symbol: py3(fxms)
require-build:
by-project:
try:
linux2404-64/opt: build-linux64/opt
default:
linux2404-64/opt: build-linux64/opt
fetches:
build:
- artifact: target.tar.xz
- artifact: target.common.tests.tar.zst
worker:
by-platform:
linux2404-64.*:
docker-image: {in-tree: "ubuntu2404-test"}
max-run-time: 3600
run:
using: run-task
cwd: '{checkout}'
command: >
cd browser/components/asrouter/content-src/schemas &&
env LD_LIBRARY_PATH=${MOZ_FETCHES_DIR}/firefox \
${MOZ_FETCHES_DIR}/bin/xpcshell \
-g ${MOZ_FETCHES_DIR}/firefox \
-a ${MOZ_FETCHES_DIR}/firefox/browser \
extract-test-corpus.js
../../../../../mach python -- make-schemas.py --check
when:
files-changed:
- 'browser/components/asrouter/content-src/schemas/extract-test-corpus.js'
- 'browser/components/asrouter/content-src/schemas/make-schemas.py'
- 'browser/components/asrouter/content-src/**/*.schema.json'
- 'browser/components/asrouter/modules/CFRMessageProvider.sys.mjs'
- 'browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs'
- 'browser/components/asrouter/modules/PanelTestProvider.sys.mjs'
condprof:
description: testing/condprofile unit tests
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: condprof
run:
using: python-test
subsuite: condprof
when:
files-changed:
- 'testing/condprofile/condprof**'
- 'testing/condprofile/setup.py'
manifest:
description: testing/manifest unit tests
always-target: false
use-python: "3.11"
treeherder:
symbol: mf
run:
using: python-test
subsuite: manifest
when:
files-changed:
- 'testing/manifest/**'
talos:
description: testing/talos unit tests
platform: windows11-64/opt
treeherder:
symbol: tal
run:
using: python-test
subsuite: talos
when:
files-changed:
- 'testing/talos/**'
telemetry-integration-tests:
description: pytest-based integration tests for Telemetry
always-target: false
platform:
- linux2404-64/opt
worker:
by-platform:
linux2404-64.*:
docker-image: {in-tree: "ubuntu2404-test"}
max-run-time: 3600
require-build:
by-project:
try:
linux2404-64/opt: build-linux64/opt
default:
linux2404-64/opt: build-linux64-shippable/opt
treeherder:
symbol: tt(i)
tier: 3
run-on-projects: []
run:
using: run-task
cwd: '{checkout}'
command: >
source /builds/worker/scripts/xvfb.sh &&
start_xvfb '1600x1200x24' 0 &&
export GECKO_BINARY_PATH=$MOZ_FETCHES_DIR/firefox/firefox &&
./mach python-test --subsuite telemetry-integration-tests
fetches:
build:
- target.tar.bz2
- artifact: target.common.tests.tar.zst
dest: tests
- artifact: target.reftest.tests.tar.zst
dest: tests
when:
files-changed:
- 'toolkit/components/telemetry/**'
telemetry-python:
description: Python unit tests for Telemetry
platform:
- linux2404-64/opt
- macosx1470-64/opt
- windows11-64/opt
treeherder:
symbol: tp
run:
using: python-test
subsuite: telemetry-python
fetches:
toolchain:
by-platform:
linux2404-64/opt:
- linux64-node
macosx1470-64/opt:
- macosx64-node
windows11-64/opt:
- win64-node
when:
files-changed:
- 'toolkit/components/telemetry/**'
verify-decision:
description: verifications on Decision task output
run-on-projects: ["autoland"]
treeherder:
platform: gecko-decision/opt
symbol: verify
run:
using: python-test
subsuite: decision
when:
files-changed:
- .cron.yml
- .taskcluster.yml
- 'taskcluster/**'
- 'third_party/python/taskcluster/**'
- 'third_party/python/taskcluster_taskgraph/**'
webext:
description: WebExtensions python utilities unit tests
platform:
- linux2404-64/opt
treeherder:
symbol: webext-py
tier: 2
run:
using: python-test
subsuite: webext-python
when:
files-changed:
- 'toolkit/components/extensions/webidl-api/**'
- 'toolkit/components/extensions/schemas/*.json'
- 'browser/components/extensions/schemas/*.json'
- 'mobile/shared/components/extensions/schemas/*.json'
xpcom:
description: xpcom unit tests
platform:
- linux2404-64/opt
treeherder:
symbol: xpcom
run:
using: python-test
subsuite: xpcom
when:
files-changed:
- 'third_party/python/ply/**'
- 'xpcom/components/*.py'
- 'xpcom/components/test/**'
- 'xpcom/ds/tools/**'
- 'xpcom/ds/test/**'
- 'xpcom/idl-parser/**'
|