Skip to content

Commit 3361460

Browse files
authored
Merge pull request #158614 from bghal/blathers/backport-release-24.3-158362
release-24.3: roachtest: get more tags when fetching latest
2 parents aa35135 + 50d706e commit 3361460

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)