intel / ipu6-drivers

152 stars 50 forks source link

ci: use matrix to define test scope #159

Closed vicamo closed 11 months ago

vicamo commented 1 year ago

Ubuntu defines supported kernels for each series in the kernel-series.yaml file in kteam-tools. This PR fetch the latest yaml and generate corresponding test tasks accordingly.

vicamo commented 1 year ago

Generates interested kernels automatically from Ubuntu kteam-tools.

vicamo commented 1 year ago

Simplify the for-loops more.

vicamo commented 1 year ago

While now linux-unstable version 6.5.0-1.1 is out, this depends on #158 to fix build failure against v6.5-rc1.

vicamo commented 1 year ago

Rebased onto #158.