Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
6056ed62
Unverified
Commit
6056ed62
authored
May 09, 2022
by
Mufei Li
Committed by
GitHub
May 09, 2022
Browse files
Update Jenkinsfile (#3985)
parent
34981bd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Jenkinsfile
View file @
6056ed62
...
...
@@ -97,7 +97,7 @@ def tutorial_test_linux(backend) {
def
go_test_linux
()
{
init_git
()
unpack_lib
(
'dgl-cpu-linux'
,
dgl_linux_libs
)
timeout
(
time:
2
0
,
unit:
'MINUTES'
)
{
timeout
(
time:
3
0
,
unit:
'MINUTES'
)
{
sh
"bash tests/scripts/task_go_test.sh"
}
}
...
...
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