kernelci / kernelci-pipeline

Modular pipeline based on the KernelCI API
GNU Lesser General Public License v2.1
8 stars 21 forks source link

fix(tarball/trigger): Change tip of branch logic #859

Closed nuclearcat closed 2 weeks ago

nuclearcat commented 3 weeks ago

Right now by some reason tip_of_branch always false, even trigger points to latest commit in branch. Probably function in kernelci-core should be used differently? Simplify it, we always expect trigger service to watch for tip of branch commit.

JenySadadia commented 2 weeks ago

https://github.com/kernelci/kernelci-core/pull/2734 would fix the issue in core function. Hence, we an close this PR without merging.

nuclearcat commented 2 weeks ago

Let's test it, then i will close.