Skip to content
Merged
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
3 changes: 3 additions & 0 deletions taskcluster/kinds/codecov/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ tasks:
group-by: all
unique-kinds: false
set-name: null
with-attributes:
# exclude free-threaded python until it is officially supported
python: ["314", "313", "312", "311", "310", "39"]
fetches:
test:
- artifact: coverage.py{matrix[python]}
Expand Down
6 changes: 6 additions & 0 deletions taskcluster/kinds/complete/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ tasks:
group-by: all
set-name: false
unique-kinds: false
with-attributes:
# exclude free-threaded python until it is officially supported
python: ["314", "313", "312", "311", "310", "39"]
# needs to be added explicitly until we can drop the `with-attributes` above
dependencies:
check-type: check-type
4 changes: 3 additions & 1 deletion taskcluster/kinds/test/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ tasks:
description: "Run unit tests with py{matrix[python]}"
matrix:
set-name: "unit-py{matrix[python]}"
substitution-fields: [description, run.command, treeherder, worker]
substitution-fields: [description, run.command, treeherder, worker, attributes]
python: ["314t", "314", "313", "312", "311", "310", "39"]
attributes:
python: "{matrix[python]}"
worker:
artifacts:
- type: file
Expand Down
Loading