Skip to content

Commit dd17ae2

Browse files
authored
Merge pull request #158615 from bghal/blathers/backport-release-25.2-158362
release-25.2: roachtest: get more tags when fetching latest
2 parents a22a199 + 2135a15 commit dd17ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/canary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func repeatGitCloneE(
188188
func repeatGetLatestTag(
189189
ctx context.Context, t test.Test, user string, repo string, releaseRegex *regexp.Regexp,
190190
) (string, error) {
191-
url := fmt.Sprintf("https://api.github.com/repos/%s/%s/tags", user, repo)
191+
url := fmt.Sprintf("https://api.github.com/repos/%s/%s/tags?per_page=100", user, repo)
192192
httpClient := &http.Client{Timeout: 10 * time.Second}
193193
type Tag struct {
194194
Name string

0 commit comments

Comments
 (0)