Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
54c034de
Commit
54c034de
authored
Oct 12, 2018
by
Samuel GAIST
Committed by
André Anjos
Oct 17, 2018
Browse files
[scripts][before_test] Updated environments and algorithms to build
parent
572d2b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/before_test.sh
View file @
54c034de
...
...
@@ -10,8 +10,8 @@ check_env REGISTRY
IMAGES
=(
"
${
REGISTRY
}
/beat/beat.env.system.python:1.3.0r3"
"
${
REGISTRY
}
/beat/beat.env.db.examples:1.4.0r3"
"
${
REGISTRY
}
/beat/beat.env.cxx:
1.1
.0r
1
"
"
${
REGISTRY
}
/beat/beat.env.client:
1.3
.0r
1
"
"
${
REGISTRY
}
/beat/beat.env.cxx:
2.0
.0r
0
"
"
${
REGISTRY
}
/beat/beat.env.client:
2.0
.0r
0
"
)
check_array_env IMAGES
...
...
@@ -48,12 +48,15 @@ if [[ "${#missing[@]}" > 0 ]]; then
fi
# Docker image to be used for compiling the algorithm
BEAT_CXX_DEV_ENVIRONMENT
=
"
${
REGISTRY
}
/beat/beat.env.client:
1.3
.0r
1
"
BEAT_CXX_DEV_ENVIRONMENT
=
"
${
REGISTRY
}
/beat/beat.env.client:
2.0
.0r
0
"
check_env BEAT_CXX_DEV_ENVIRONMENT
# These are the algorithms that need to be compiled and which we'll test
ALGORITHMS
=(
"prefix/algorithms/user/cxx_integers_echo/1"
"prefix/algorithms/user/cxx_integers_echo_legacy/1"
"prefix/algorithms/user/cxx_integers_echo_sequential/1"
"prefix/algorithms/user/cxx_integers_echo_autonomous/1"
"prefix/algorithms/user/cxx_integers_echo_analyzer/1"
)
check_array_env ALGORITHMS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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