]> git.kaiwu.me - haproxy.git/commit
CI: github: fix tag listing by implementing proper API pagination
authorIlia Shipitsin <chipitsine@gmail.com>
Sun, 29 Mar 2026 16:30:02 +0000 (18:30 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Mar 2026 07:16:35 +0000 (09:16 +0200)
commit20ae1eb79d9588b845b74e3932a1264dd03a5956
treecb4ea8c89391110060758b69daedb1ad28616eb3
parent4fd5cafe2718b2d30806fa55733470d3d77cc457
CI: github: fix tag listing by implementing proper API pagination

The GitHub API silently caps per_page at 100, so passing per_page=200
was silently returning at most 100 tags. AWS-LC-FIPS tags appear late
in the list, causing version detection to fail.

Replace the single-page fetch in get_all_github_tags() with a loop that
iterates all pages.

Could be backported in previous branches.
.github/matrix.py