Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement using k6foundry #111

Merged
merged 8 commits into from
Nov 15, 2024
Merged

Conversation

pablochacin
Copy link
Collaborator

@pablochacin pablochacin commented Nov 12, 2024

Replace build logic with k6foundry library. Also, refactors the build argument parsing logic to facilitate testing.

This change required upgrading to golang 1.22 (required by k6foundry).

Breaking change in xk6.Build library: the Build method no longer completes missing attributes using environment variables. The function FromOSEnv can be used to create Builder from the environment variable and then override or complete its attributes. See README.md for an example

Signed-off-by: Pablo Chacin <[email protected]>
Signed-off-by: Pablo Chacin <[email protected]>
@pablochacin pablochacin requested a review from a team as a code owner November 12, 2024 10:39
@pablochacin pablochacin requested review from szkiba and removed request for a team November 12, 2024 10:39
@pablochacin pablochacin marked this pull request as draft November 12, 2024 10:40
@pablochacin pablochacin force-pushed the reimplement-using-k6foundry branch 2 times, most recently from f771d18 to 502bd14 Compare November 12, 2024 12:34
Signed-off-by: Pablo Chacin <[email protected]>
Signed-off-by: Pablo Chacin <[email protected]>
Signed-off-by: Pablo Chacin <[email protected]>
@pablochacin pablochacin marked this pull request as ready for review November 12, 2024 13:16
Copy link
Contributor

@szkiba szkiba left a comment

Choose a reason for hiding this comment

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

LGTM

@pablochacin pablochacin merged commit 686292c into master Nov 15, 2024
5 checks passed
pablochacin added a commit that referenced this pull request Nov 15, 2024
pablochacin added a commit that referenced this pull request Nov 15, 2024
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