Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/taskcluster/kinds/snap-upstream-test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 3 kB image not shown  

Quelle  kind.yml   Sprache: unbekannt

 
# 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

only-for-attributes:
    - build_platform

transforms:
    - taskgraph.transforms.from_deps
    - gecko_taskgraph.transforms.job
    - gecko_taskgraph.transforms.task
    - gecko_taskgraph.transforms.snap_test

kind-dependencies:
    - snap-upstream-build

task-defaults:
    from-deps:
        group-by: single-with-filters
    attributes:
        retrigger: true
        cron: true
    treeherder:
        kind: test
        tier: 2
    run:
        using: run-task
        checkout: false
    fetches:
        snap-upstream-build:
            - firefox.snap
            - snap-tests.zip
    worker:
        max-run-time: 900
        env:
            WAYLAND_DISPLAY: 'wayland-0'
            MOZ_ENABLE_WAYLAND: '1'
        artifacts:
            - name: public/build
              type: directory
              path: builds/worker/artifacts/
        os-groups:
            - snap_sudo

tasks:
    basic-2204:
        description: Runs basic tests on a Firefox Snap package against Ubuntu 22.04
        scopes:
            - generic-worker:os-group:gecko-t/t-linux-2204-wayland-snap/snap_sudo
        worker-type: t-linux-2204-wayland-snap
        run:
            command: >-
              export TASKCLUSTER_ROOT_DIR=$PWD && cd $MOZ_FETCHES_DIR/ && ./tests.sh --basic
        treeherder:
            platform: linux64/opt
            symbol: Sel(basic)
        attributes:
            snap_test_type: basic
            snap_test_release: "2204"

    qa-2204:
        description: Runs some QA tests on a Firefox Snap package against Ubuntu 22.04
        scopes:
            - generic-worker:os-group:gecko-t/t-linux-2204-wayland-snap/snap_sudo
        worker-type: t-linux-2204-wayland-snap
        run:
            command: >-
              export TASKCLUSTER_ROOT_DIR=$PWD && cd $MOZ_FETCHES_DIR/ && ./tests.sh --qa
        treeherder:
            platform: linux64/opt
            symbol: Sel(QA)
        attributes:
            snap_test_type: qa
            snap_test_release: "2204"

    basic-2404:
        description: Runs basic tests on a Firefox Snap package against Ubuntu 24.04
        scopes:
            - generic-worker:os-group:gecko-t/t-linux-2404-wayland-snap/snap_sudo
        worker-type: t-linux-2404-wayland-snap
        run:
            command: >-
              export TASKCLUSTER_ROOT_DIR=$PWD && cd $MOZ_FETCHES_DIR/ && ./tests.sh --basic
        treeherder:
            platform: linux64/opt
            symbol: Sel(basic)
        attributes:
            snap_test_type: basic
            snap_test_release: "2404"

    qa-2404:
        description: Runs some QA tests on a Firefox Snap package against Ubuntu 24.04
        scopes:
            - generic-worker:os-group:gecko-t/t-linux-2404-wayland-snap/snap_sudo
        worker-type: t-linux-2404-wayland-snap
        run:
            command: >-
              export TASKCLUSTER_ROOT_DIR=$PWD && cd $MOZ_FETCHES_DIR/ && ./tests.sh --qa
        treeherder:
            platform: linux64/opt
            symbol: Sel(QA)
        attributes:
            snap_test_type: qa
            snap_test_release: "2404"

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]