Übersicht der Quellen

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Impressum file-metadata.yml   Sprache: unbekannt

 
Haftungsausschluß.yml KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

# 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: lint/opt
    treeherder:
        kind: other
        tier: 1
    worker-type: t-linux-docker-amd
    worker:
        artifacts:
            - type: directory
              path: /builds/worker/artifacts
              name: public
        docker-image: {in-tree: "lint"}
        max-run-time: 1800
    run-on-repo-type: [hg]
    run:
        using: mach

bugzilla-components:
    description: Generate metadata about source files and Bugzilla
    treeherder:
        symbol: Bugzilla
        tier: 1
    index:
        product: source
        job-name: source-bugzilla-info
    run:
        mach: file-info bugzilla-automation /builds/worker/artifacts
    worker:
        max-run-time: 1800
    run-on-projects: ['autoland', 'mozilla-central']

test-info-xorigin:
    description: Generate test manifest metadata for tests disabled on cross-origin
    use-python: "3.11"
    treeherder:
        symbol: test-info(xorigin)
        tier: 2
    index:
        product: source
        job-name: test-info-xorigin
    worker:
        docker-image: {in-tree: debian12-amd64-build}
    run-on-projects: ['mozilla-central']
    fetches:
        toolchain:
            - linux64-clang
            - linux64-clang-tidy
            - linux64-rust
            - linux64-cbindgen
            - linux64-nasm
            - linux64-node
            - linux64-pkgconf
            - sysroot-x86_64-linux-gnu
            - sysroot-wasm32-wasi
    run:
        using: run-task
        cwd: '{checkout}'
        command: >-
            source taskcluster/scripts/misc/source-test-common.sh &&
            ./mach test-info report --show-tests --show-summary --filter-keys=fail-if,fails-if,random-if,skip-if --filter-values='(?<!!)xorigin' --output-file /builds/worker/artifacts/test-info-xorigin.json

test-info-disabled-by-os:
    description: Generate test manifest metadata for tests disabled on each operating system
    use-python: "3.11"
    treeherder:
        symbol: test-info(disabled-by-os)
        tier: 2
    index:
        product: source
        job-name: test-info-disabled-by-os
    worker:
        docker-image: {in-tree: debian12-amd64-build}
    run-on-projects: ['mozilla-central']
    fetches:
        toolchain:
            - linux64-clang
            - linux64-clang-tidy
            - linux64-rust
            - linux64-cbindgen
            - linux64-nasm
            - linux64-node
            - linux64-pkgconf
            - sysroot-x86_64-linux-gnu
            - sysroot-wasm32-wasi
    run:
        using: run-task
        cwd: '{checkout}'
        command: >-
            source taskcluster/scripts/misc/source-test-common.sh &&
            ./mach test-info report --show-tests --show-summary --filter-keys=fail-if,fails-if,random-if,skip-if --filter-values='(?<!!)(android|android_version|Android|AndroidVersion|geckoview|emulator|device)' --output-file /builds/worker/artifacts/test-info-disabled-on-android.json &&
            ./mach test-info report --show-tests --show-summary --filter-keys=fail-if,fails-if,random-if,skip-if --filter-values='(?<!!)(linux|Linux)' --output-file /builds/worker/artifacts/test-info-disabled-on-linux.json &&
            ./mach test-info report --show-tests --show-summary --filter-keys=fail-if,fails-if,random-if,skip-if --filter-values='(?<!!)(osx|OSX|mac)' --output-file /builds/worker/artifacts/test-info-disabled-on-mac.json &&
            ./mach test-info report --show-tests --show-summary --filter-keys=fail-if,fails-if,random-if,skip-if --filter-values='(?<!!)(win|Windows|WINNT)' --output-file /builds/worker/artifacts/test-info-disabled-on-windows.json

test-info-all:
    description: Generate global test manifest metadata
    treeherder:
        symbol: test-info(all)
        tier: 2
    index:
        product: source
        job-name: test-info-all
    worker:
        docker-image: {in-tree: debian12-amd64-build}
        max-run-time: 5400
    run-on-projects: ['mozilla-central']
    fetches:
        toolchain:
            - linux64-clang
            - linux64-clang-tidy
            - linux64-rust
            - linux64-cbindgen
            - linux64-nasm
            - linux64-node
            - linux64-pkgconf
            - sysroot-x86_64-linux-gnu
            - sysroot-wasm32-wasi
    use-python: "3.11"
    run:
        using: run-task
        cwd: '{checkout}'
        command: >-
            source taskcluster/scripts/misc/source-test-common.sh &&
            ./mach test-info testrun-report --output-file /builds/worker/artifacts/test-run-info.json &&
            ./mach test-info report --show-tests --show-summary --show-testruns --verbose --output-file /builds/worker/artifacts/test-info-all-tests.json --config-matrix-output-file /builds/worker/artifacts/test-info-testrun-matrix.json --runcounts-input-file /builds/worker/artifacts/test-run-info.json &&
            ./mach test-info report --show-annotations --output-file /builds/worker/artifacts/test-info-manifest-conditions.json

test-info-xpcshell-timings-periodic:
    description: Generate xpcshell test timing data
    treeherder:
        symbol: test-info(xpcshell-timings-daily)
        tier: 2
    index:
        product: source
        job-name: test-info-xpcshell-timings
    worker:
        docker-image: {in-tree: debian12-amd64-build}
        max-run-time: 7200
        env:
            MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system
    run-on-projects: []
    fetches:
        toolchain:
            - linux64-node
    use-python: "3.11"
    run:
        using: run-task
        cwd: '{checkout}'
        command: >-
            source taskcluster/scripts/misc/source-test-common.sh &&
            ./mach test-info xpcshell-timings --days 21 --output-dir /builds/worker/artifacts/

test-info-xpcshell-timings-rev:
    description: Generate xpcshell test timing data
    treeherder:
        symbol: test-info(xpcshell-timings)
        tier: 2
    worker:
        docker-image: {in-tree: debian12-amd64-build}
        max-run-time: 1800
        env:
            MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system
    run-on-projects: []
    fetches:
        toolchain:
            - linux64-node
    use-python: "3.11"
    run:
        using: run-task
        cwd: '{checkout}'
        command: >-
            source taskcluster/scripts/misc/source-test-common.sh &&
            ./mach test-info xpcshell-timings --revision=current --output-dir /builds/worker/artifacts/

test-info-mochitest-timings-periodic:
    description: Generate mochitest test timing data
    treeherder:
        symbol: test-info(mochitest-timings-daily)
        tier: 2
    index:
        product: source
        job-name: test-info-mochitest-timings
    worker:
        docker-image: {in-tree: debian12-amd64-build}
        max-run-time: 7200
        env:
            MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system
    run-on-projects: []
    fetches:
        toolchain:
            - linux64-node
    use-python: "3.11"
    run:
        using: run-task
        cwd: '{checkout}'
        command: >-
            source taskcluster/scripts/misc/source-test-common.sh &&
            ./mach test-info mochitest-timings --days 21 --output-dir /builds/worker/artifacts/

test-info-mochitest-timings-rev:
    description: Generate mochitest test timing data
    treeherder:
        symbol: test-info(mochitest-timings)
        tier: 2
    worker:
        docker-image: {in-tree: debian12-amd64-build}
        max-run-time: 1800
        env:
            MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system
    run-on-projects: []
    fetches:
        toolchain:
            - linux64-node
    use-python: "3.11"
    run:
        using: run-task
        cwd: '{checkout}'
        command: >-
            source taskcluster/scripts/misc/source-test-common.sh &&
            ./mach test-info mochitest-timings --revision=current --output-dir /builds/worker/artifacts/

test-info-manifest-timings-periodic:
    description: Generate manifest runtime data
    treeherder:
        symbol: test-info(manifest-timings-daily)
        tier: 2
    index:
        product: source
        job-name: test-info-manifest-timings
    worker:
        docker-image: {in-tree: debian12-amd64-build}
        max-run-time: 3600
        env:
            MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system
    run-on-projects: []
    fetches:
        toolchain:
            - linux64-node
    use-python: "3.11"
    run:
        using: run-task
        cwd: '{checkout}'
        command: >-
            source taskcluster/scripts/misc/source-test-common.sh &&
            ./mach test-info manifest-timings --output-dir /builds/worker/artifacts/ &&
            python3 -m json.tool /builds/worker/artifacts/manifests-runtimes.json > /dev/null

test-info-worker-data-periodic:
    description: Generate worker pool activity data
    treeherder:
        symbol: test-info(worker-data-daily)
        tier: 2
    index:
        product: source
        job-name: test-info-worker-data
    worker:
        docker-image: {in-tree: debian12-amd64-build}
        max-run-time: 1800
        env:
            MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system
    run-on-projects: []
    fetches:
        toolchain:
            - linux64-node
    use-python: "3.11"
    run:
        using: run-task
        cwd: '{checkout}'
        command: >-
            source taskcluster/scripts/misc/source-test-common.sh &&
            ./mach test-info worker-data --output-dir /builds/worker/artifacts/

[Seitenstruktur0.57Drucken]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

letze Version des Elbe Quellennavigators


Jenseits des Üblichen ....

Besucher

Besucher

Statistik
#Sources=277311
#Domains=752002