Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/taskcluster/kinds/beetmover-integration/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 2 kB image not shown  

Quelle  kind.yml   Sprache: unbekannt

 
Spracherkennung für: .yml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# 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/.
---
loader: taskgraph.loader.transform:loader

transforms:
    - taskgraph.transforms.from_deps
    - gecko_taskgraph.transforms.name_sanity
    - gecko_taskgraph.transforms.beetmover_integration
    - gecko_taskgraph.transforms.task

kind-dependencies:
    # Primary dependencies
    - build

only-for-build-platforms:
    - linux64/opt
    - macosx64/opt
    - win32/opt
    - win64/opt
    - android-aarch64/opt
    # We don't need to archive android arm and x86_64 yet. See Bug 2032156
    # - android-arm/opt
    # - android-x86_64/opt

task-defaults:
    description: Beetmover integration submission - {build_platform}/{build_type}
    run-on-repo-type: [hg]
    if-dependencies:
        - build
    run-on-projects: [autoland-only]
    treeherder:
        tier: 2
        kind: build
        symbol: BM-int
    worker-type: beetmover
    scopes:
        by-project:
            autoland:
                - project:releng:beetmover:bucket:integration
                - project:releng:beetmover:action:direct-push-to-bucket
            default:
                - project:releng:beetmover:bucket:dep
                - project:releng:beetmover:action:direct-push-to-bucket

tasks:
    beetmover-integration:
        from-deps:
            group-by: platform
            with-attributes:
                build_platform:
                    - linux64
                    - macosx64
                    - win32
                    - win64
        attributes:
            artifact_map: taskcluster/gecko_taskgraph/manifests/firefox_integration.yml

    beetmover-integration-android:
        from-deps:
            group-by: platform
            with-attributes:
                build_platform:
                    - android-aarch64
                    # We don't need to archive android arm and x86_64 yet. See Bug 2032156
                    # - android-arm
                    # - android-x86_64
        attributes:
            artifact_map: taskcluster/gecko_taskgraph/manifests/mobile_integration.yml

[Dauer der Verarbeitung: 0.35 Sekunden]