Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions taskcluster/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ workers:
implementation: generic-worker
os: windows
worker-type: win11-64-24h2
t-mac:
provisioner: 'releng-hardware'
implementation: generic-worker
os: macosx
worker-type: macos
14 changes: 14 additions & 0 deletions taskcluster/kinds/test/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,17 @@ tasks:
python3 -V &&
powershell -ExecutionPolicy ByPass -c 'irm https://astral.sh/uv/install.ps1 | iex' &&
~/.local/bin/uv.exe run -m pytest -vv

unit-mac:
description: "Run unit tests with python on macOS"
attributes:
platform: mac
worker-type: t-mac
treeherder:
platform: test-mac/opt
symbol: unit(py)
run:
command: >-
python3 -V &&
curl -LsSf https://astral.sh/uv/install.sh | sh &&
uv run -m pytest -vv
Loading