Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
8cd87a73
Commit
8cd87a73
authored
Apr 23, 2018
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Remove global timeout
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
48e2aa32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
ci/Jenkinsfile
ci/Jenkinsfile
+2
-3
No files found.
ci/Jenkinsfile
View file @
8cd87a73
...
...
@@ -3,7 +3,6 @@ import groovy.transform.Field
/* SETTINGS */
// in minutes
def
global_timeout
=
30
def
sharness_timeout
=
15
def
gotest_timeout
=
10
def
build_timeout
=
20
...
...
@@ -71,7 +70,7 @@ def gobuild_step(list) {
/* PIPELINE */
ansiColor
(
'xterm'
)
{
withEnv
([
'TERM=xterm-color'
])
{
timeout
(
time:
global_timeout
,
unit:
'MINUTES'
)
{
ansiColor
(
'xterm'
)
{
withEnv
([
'TERM=xterm-color'
])
{
stage
(
'Checks'
)
{
parallel
(
'go fmt'
:
{
...
...
@@ -191,4 +190,4 @@ ansiColor('xterm') { withEnv(['TERM=xterm-color']) { timeout(time: global_timeou
},
)
}
}}
}
}}
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