Skip to content

Comments

Implement k6 version management for local runner#1720

Draft
nadiamoe wants to merge 2 commits intorunner-repositoryfrom
runner-versions-ch
Draft

Implement k6 version management for local runner#1720
nadiamoe wants to merge 2 commits intorunner-repositoryfrom
runner-versions-ch

Conversation

@nadiamoe
Copy link
Member

@nadiamoe nadiamoe commented Feb 19, 2026

Expands on #1722, adding a Versions function to the k6 runner API. This PR also ships the Versions implementation for the local k6 runner.

@nadiamoe nadiamoe changed the title feat: k6runner: add Versions function Implement k6 version management for local runner Feb 19, 2026
@nadiamoe nadiamoe force-pushed the runner-versions-ch branch 10 times, most recently from c885aff to 05b9ca6 Compare February 19, 2026 13:44
@nadiamoe nadiamoe changed the base branch from main to runner-repository February 23, 2026 10:41
// The list of k6 versions in the local repository is static: We will push to the channel at most once.
defer close(ch)

entries, err := r.repository.Entries()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this error on a transient issue? Should we consider retrying in case of error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants