Browse Source
test: Increase parallel factor.
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
4.0.x
Kristian Amlie
2 years ago
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
1 changed files with
1 additions and
1 deletions
-
.gitlab-ci.yml
|
|
@ -25,7 +25,7 @@ variables: |
|
|
|
# Whether to publish packages automatically - they can always be published manually |
|
|
|
PUBLISH_MENDER_CONVERT_AUTOMATIC: "false" |
|
|
|
|
|
|
|
TESTS_IN_PARALLEL_CLIENT_ACCEPTANCE: "2" |
|
|
|
TESTS_IN_PARALLEL_CLIENT_ACCEPTANCE: "4" |
|
|
|
|
|
|
|
DEBIAN_FRONTEND: noninteractive |
|
|
|
|
|
|
|