Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
7d802578
Unverified
Commit
7d802578
authored
Nov 04, 2021
by
Miroslav Kratochvil
Committed by
GitHub
Nov 04, 2021
Browse files
Merge pull request #502 from LCSB-BioCore/mk-reorg-ci-2
postpone the external triggers
parents
3291e5b3
d8491a33
Pipeline
#49175
passed with stages
in 15 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7d802578
...
...
@@ -46,8 +46,6 @@ variables:
JULIA_VER
:
"
v1.6.0"
.global_env_linux
:
&global_env_linux
tags
:
-
slave01
script
:
-
$ARTENOLIS_SOFT_PATH/julia/$JULIA_VER/bin/julia --inline=yes --check-bounds=yes --color=yes --project=@. -e 'import Pkg; Pkg.test(; coverage =
true
)'
...
...
@@ -96,12 +94,16 @@ docker:julia1.6:
linux:julia1.5:
stage
:
test
tags
:
-
slave01
<<
:
*global_trigger_full_tests
<<
:
*global_julia15
<<
:
*global_env_linux
linux:julia1.6:
stage
:
test
tags
:
-
slave02
<<
:
*global_trigger_full_tests
<<
:
*global_julia16
<<
:
*global_env_linux
...
...
@@ -273,7 +275,7 @@ pages:
#
trigger
:
stage
:
test
stage
:
test
-compat
image
:
curlimages/curl
tags
:
-
privileged
...
...
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