95 lines
3 KiB
YAML
95 lines
3 KiB
YAML
# 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-build-platforms:
|
|
- linux64-snap/opt
|
|
- linux64-snap/debug
|
|
|
|
transforms:
|
|
- taskgraph.transforms.from_deps
|
|
- gecko_taskgraph.transforms.job
|
|
- gecko_taskgraph.transforms.snap_test
|
|
- gecko_taskgraph.transforms.task
|
|
|
|
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:
|
|
- icecat.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 IceCat 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
|
|
attributes:
|
|
snap_test_type: basic
|
|
snap_test_release: "2204"
|
|
|
|
qa-2204:
|
|
description: Runs some QA tests on a IceCat 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
|
|
attributes:
|
|
snap_test_type: qa
|
|
snap_test_release: "2204"
|
|
|
|
basic-2404:
|
|
description: Runs basic tests on a IceCat 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
|
|
attributes:
|
|
snap_test_type: basic
|
|
snap_test_release: "2404"
|
|
|
|
qa-2404:
|
|
description: Runs some QA tests on a IceCat 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
|
|
attributes:
|
|
snap_test_type: qa
|
|
snap_test_release: "2404"
|