Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7b0a7406
Commit
7b0a7406
authored
Aug 13, 2020
by
Grant Young
Committed by
Marcel Amirault
Aug 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update load perf k6 version to 0.27.0
Allows for more flexibility in tests
parent
9a1a4e25
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
doc/user/project/merge_requests/load_performance_testing.md
doc/user/project/merge_requests/load_performance_testing.md
+2
-1
ee/changelogs/unreleased/gy-update-lpt-k6-version.yml
ee/changelogs/unreleased/gy-update-lpt-k6-version.yml
+5
-0
lib/gitlab/ci/templates/Jobs/Load-Performance-Testing.gitlab-ci.yml
.../ci/templates/Jobs/Load-Performance-Testing.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Verify/Load-Performance-Testing.gitlab-ci.yml
...i/templates/Verify/Load-Performance-Testing.gitlab-ci.yml
+1
-1
No files found.
doc/user/project/merge_requests/load_performance_testing.md
View file @
7b0a7406
...
@@ -141,7 +141,8 @@ For example, you can override the duration of the test with a CLI option:
...
@@ -141,7 +141,8 @@ For example, you can override the duration of the test with a CLI option:
GitLab only displays the key performance metrics in the MR widget if k6's results are saved
GitLab only displays the key performance metrics in the MR widget if k6's results are saved
via
[
summary export
](
https://k6.io/docs/results-visualization/json#summary-export
)
via
[
summary export
](
https://k6.io/docs/results-visualization/json#summary-export
)
as a
[
Load Performance report artifact
](
../../../ci/pipelines/job_artifacts.md#artifactsreportsload_performance-premium
)
.
as a
[
Load Performance report artifact
](
../../../ci/pipelines/job_artifacts.md#artifactsreportsload_performance-premium
)
.
The latest Load Performance artifact available is always used.
The latest Load Performance artifact available is always used, using the
summary values from the test.
If
[
GitLab Pages
](
../pages/index.md
)
is enabled, you can view the report directly in your browser.
If
[
GitLab Pages
](
../pages/index.md
)
is enabled, you can view the report directly in your browser.
...
...
ee/changelogs/unreleased/gy-update-lpt-k6-version.yml
0 → 100644
View file @
7b0a7406
---
title
:
Update Load Performance Testing k6 version to 0.27.0
merge_request
:
37680
author
:
type
:
other
lib/gitlab/ci/templates/Jobs/Load-Performance-Testing.gitlab-ci.yml
View file @
7b0a7406
...
@@ -5,7 +5,7 @@ load_performance:
...
@@ -5,7 +5,7 @@ load_performance:
variables
:
variables
:
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_TLS_CERTDIR
:
"
"
K6_IMAGE
:
loadimpact/k6
K6_IMAGE
:
loadimpact/k6
K6_VERSION
:
0.2
6.2
K6_VERSION
:
0.2
7.0
K6_TEST_FILE
:
github.com/loadimpact/k6/samples/http_get.js
K6_TEST_FILE
:
github.com/loadimpact/k6/samples/http_get.js
K6_OPTIONS
:
'
'
K6_OPTIONS
:
'
'
services
:
services
:
...
...
lib/gitlab/ci/templates/Verify/Load-Performance-Testing.gitlab-ci.yml
View file @
7b0a7406
...
@@ -11,7 +11,7 @@ load_performance:
...
@@ -11,7 +11,7 @@ load_performance:
image
:
docker:git
image
:
docker:git
variables
:
variables
:
K6_IMAGE
:
loadimpact/k6
K6_IMAGE
:
loadimpact/k6
K6_VERSION
:
0.2
6.2
K6_VERSION
:
0.2
7.0
K6_TEST_FILE
:
github.com/loadimpact/k6/samples/http_get.js
K6_TEST_FILE
:
github.com/loadimpact/k6/samples/http_get.js
K6_OPTIONS
:
'
'
K6_OPTIONS
:
'
'
services
:
services
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment