Skip to content

Use pipeline parameters to set latest kernel versions

Daniel Juarez requested to merge use_pipeline_parameter into master

Currently CI is not prepared to use the latest kernel for rebuilding kmod, as the CI is triggered BEFORE changing the snapshot links.

This MR uses CI variables to properly set up the rebuilding kernel versions.

A sample working pipeline: https://gitlab.cern.ch/linuxsupport/rpms/openafs/pipelines/1557797

Merge request reports