Update k6 from v1.5.0 to v2.0.0#315
Open
moko-poi wants to merge 1 commit into
Open
Conversation
Bump the k6 version in k6.json to the new v2.0.0 major release. The download URL templates are unchanged because the v2.0.0 release publishes the same linux tar.gz / checksums asset naming. Closes aws-solutions#314
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
k6.json, the single source of truth read at runtime bydeployment/ecr/distributed-load-testing-on-aws-load-tester/load-test.sh.k6.jsonare unchanged: the v2.0.0 release publishes the same asset naming the templates already expect.Verification
k6-v2.0.0-linux-amd64.tar.gzk6-v2.0.0-linux-arm64.tar.gzk6-v2.0.0-checksums.txtload-test.shgreps for, so the download + checksum-validation + extraction flow works unchanged.externally-controlledexecutor,--no-summary,--summary-mode=legacy,k6 login,options.ext.loadimpact,k6/experimental/redis,K6_BINARY_PROVISIONING,K6_ENABLE_COMMUNITY_EXTENSIONS).Notes
[4.0.7]).Test plan
.jsscenario (single file) end-to-end; confirmkpi.csvandresults.xmlare produced and parsed..tsscenario and a zipped scenario.amd64andarm64task architectures.Closes #314