Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
fda9e935
Commit
fda9e935
authored
Jun 19, 2019
by
Valentin Reis
Browse files
concurrency fix.
parent
7b9727b0
Pipeline
#7778
failed with stages
in 9 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deployments/argo.nixops
View file @
fda9e935
No preview for this file type
deployments/ci.nix
View file @
fda9e935
...
...
@@ -142,7 +142,7 @@ in
i18n
.
defaultLocale
=
"en_US.UTF-8"
;
nix
.
useSandbox
=
true
;
nix
.
maxJobs
=
5
;
nix
.
maxJobs
=
1
;
nix
.
nrBuildUsers
=
30
;
nix
.
trustedUsers
=
[
"root"
"fre"
];
...
...
deployments/gitlab-runner.nix
View file @
fda9e935
...
...
@@ -98,7 +98,7 @@ in
--request-concurrency
${
cfg
.
concurrency
}
\
--tag-list "integration,notknl,singularity"\
''
"
${
pkgs
.
gnused
}
/bin/sed -i 's/concurrent =
1
/concurrent =
${
cfg
.
concurrency
}
/' /etc/gitlab-runner/config.toml"
];
"
${
pkgs
.
gnused
}
/bin/sed -i 's/concurrent =
.*$
/concurrent =
${
cfg
.
concurrency
}
/' /etc/gitlab-runner/config.toml"
];
ExecStart
=
''
${
cfg
.
package
.
bin
}
/bin/gitlab-runner run \
--working-directory
${
cfg
.
workDir
}
\
...
...
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