Skip to content

[ci] Add clarity to amdgpu_family_matrix.py for presubmit, postsubmit and nightlies #2237

@geomin12

Description

@geomin12

Currently, amdgpu_family_matrix.py is unclear on how presubmit, postsubmit and nightlies are selected. If there are any duplicates, this causes issues in the code. For nightlies too with #2200 , all archs are selected but the python does not reflect that correctly

Eventually, we want a function such as:

def selector(amdgpu_target, submit_target):
     ...

where the user would just need to add their gpu target and submit target (ex: presubmit, nightlies, etc)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

TODO

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions