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
elpa
elpa
Commits
4143c245
Commit
4143c245
authored
Jan 23, 2018
by
Andreas Marek
Browse files
Rename directory with ci scripts
parent
261435b6
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4143c245
This source diff could not be displayed because it is too large. You can
view the blob
instead.
build
_test_scripts/.ci-env-vars
→
ci
_test_scripts/.ci-env-vars
View file @
4143c245
File moved
build
_test_scripts/build_step.sh
→
ci
_test_scripts/build_step.sh
View file @
4143c245
...
...
@@ -2,7 +2,7 @@
source
/etc/profile.d/modules.sh
set
-ex
source
./
build
_test_scripts/.ci-env-vars
source
./
ci
_test_scripts/.ci-env-vars
module list
echo
$1
...
...
build
_test_scripts/configure_step.sh
→
ci
_test_scripts/configure_step.sh
View file @
4143c245
...
...
@@ -3,7 +3,7 @@ source /etc/profile.d/modules.sh
set
-ex
pwd
source
./
build
_test_scripts/.ci-env-vars
source
./
ci
_test_scripts/.ci-env-vars
echo
$1
eval
./configure
$1
build
_test_scripts/generate_gitlab_ci_tests.py
→
ci
_test_scripts/generate_gitlab_ci_tests.py
View file @
4143c245
This diff is collapsed.
Click to expand it.
build
_test_scripts/no_asan_for_mpi.supp
→
ci
_test_scripts/no_asan_for_mpi.supp
View file @
4143c245
File moved
build
_test_scripts/no_lsan_for_mpi.supp
→
ci
_test_scripts/no_lsan_for_mpi.supp
View file @
4143c245
File moved
build
_test_scripts/run_ci_tests.sh
→
ci
_test_scripts/run_ci_tests.sh
View file @
4143c245
...
...
@@ -94,14 +94,14 @@ else
then
echo
"Running with
$batchCommand
with
$SRUN_COMMANDLINE_CONFIGURE
"
# $batchCommand --ntasks-per-core=1 --ntasks=1 --cpus-per-task=1 $SRUN_COMMANDLINE_CONFIGURE bash -c ' {source /etc/profile.d/modules.sh && source .ci-env-vars && eval ./configure $configureArgs; }'
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
1
$SRUN_COMMANDLINE_CONFIGURE
./
build
_test_scripts/configure_step.sh
"
$configureArgs
"
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
1
$SRUN_COMMANDLINE_CONFIGURE
./
ci
_test_scripts/configure_step.sh
"
$configureArgs
"
if
[
$?
-ne
0
]
;
then
cat
config.log
&&
exit
1
;
fi
sleep
1
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
8
$SRUN_COMMANDLINE_BUILD
./
build
_test_scripts/build_step.sh
$makeTasks
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
8
$SRUN_COMMANDLINE_BUILD
./
ci
_test_scripts/build_step.sh
$makeTasks
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
sleep
1
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
2
$SRUN_COMMANDLINE_RUN
./
build
_test_scripts/test_step.sh
$mpiTasks
$ompThreads
"TEST_FLAGS=
\"
$matrixSize
$nrEV
$blockSize
\"
"
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
2
$SRUN_COMMANDLINE_RUN
./
ci
_test_scripts/test_step.sh
$mpiTasks
$ompThreads
"TEST_FLAGS=
\"
$matrixSize
$nrEV
$blockSize
\"
"
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
grep
-i
"Expected %stop"
test-suite.log
&&
exit
1
||
true
;
...
...
@@ -109,7 +109,7 @@ else
else
#eval ./configure $configureArgs
./
build
_test_scripts/configure_step.sh
"
$configureArgs
"
./
ci
_test_scripts/configure_step.sh
"
$configureArgs
"
if
[
$?
-ne
0
]
;
then
cat
config.log
&&
exit
1
;
fi
...
...
build
_test_scripts/test_step.sh
→
ci
_test_scripts/test_step.sh
View file @
4143c245
...
...
@@ -2,7 +2,7 @@
source
/etc/profile.d/modules.sh
set
-ex
source
./
build
_test_scripts/.ci-env-vars
source
./
ci
_test_scripts/.ci-env-vars
module list
ulimit
-s
unlimited
ulimit
-v
unlimited
...
...
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