Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
5bec53bf
Commit
5bec53bf
authored
Feb 21, 2018
by
Andreas Marek
Browse files
Gitlab CI changes
parent
6d07788c
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5bec53bf
...
...
@@ -10,12 +10,13 @@ before_script:
- ulimit -s unlimited
- ulimit -v unlimited
- echo "HOST " $(hostname)
- echo $CI_RUNNER_DESCRIPTION
- if [ "$(hostname)" = "buildtest-rzg" ]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && source ./ci_test_scripts/.ci-env-vars; fi
- if [ "$(hostname)" = "amarek-elpa-gitlab-runner-1" ]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && source ./ci_test_scripts/.ci-env-vars; fi
- if [ "$(hostname)" = "amarek-elpa-gitlab-runner-2" ]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && source ./ci_test_scripts/.ci-env-vars; fi
- if [ "$(hostname)" = "amarek-elpa-gitlab-runner-3" ]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && source ./ci_test_scripts/.ci-env-vars; fi
- if [ "$(hostname)" = "amarek-elpa-gitlab-runner-4" ]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && source ./ci_test_scripts/.ci-env-vars; fi
- if [ "$CI_RUNNER_DESCRIPTION" = "frey01-interactive" ]; then export INTERACTIVE_RUN=yes ; fi
- if [ "$CI_RUNNER_DESCRIPTION" = "frey
a
01-interactive" ]; then export INTERACTIVE_RUN=yes ; fi
- if [ "$CI_RUNNER_DESCRIPTION" = "appdev-gp02-1" ]; then export INTERACTIVE_RUN=no && export SLURMHOST=gp02 && export SLURMPARTITION=gp && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS="skylake" ; fi
- if [ "$CI_RUNNER_DESCRIPTION" = "appdev-gp02-2" ]; then export INTERACTIVE_RUN=no && export SLURMHOST=gp02 && export SLURMPARTITION=gp && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS="skylake" ; fi
- if [ "$CI_RUNNER_DESCRIPTION" = "appdev-gp02-3" ]; then export INTERACTIVE_RUN=no && export SLURMHOST=gp02 && export SLURMPARTITION=gp && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS="skylake" ; fi
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
5bec53bf
...
...
@@ -196,6 +196,7 @@ print(" - export LANG=C")
print
(
" - ulimit -s unlimited"
)
print
(
" - ulimit -v unlimited"
)
print
(
" - echo
\"
HOST
\"
$(hostname)"
)
print
(
" - echo $CI_RUNNER_DESCRIPTION"
)
print
(
" - if [
\"
$(hostname)
\"
=
\"
buildtest-rzg
\"
]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && source ./ci_test_scripts/.ci-env-vars; fi"
)
print
(
" - if [
\"
$(hostname)
\"
=
\"
amarek-elpa-gitlab-runner-1
\"
]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && source ./ci_test_scripts/.ci-env-vars; fi"
)
print
(
" - if [
\"
$(hostname)
\"
=
\"
amarek-elpa-gitlab-runner-2
\"
]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && source ./ci_test_scripts/.ci-env-vars; fi"
)
...
...
@@ -203,7 +204,7 @@ print(" - if [ \"$(hostname)\" = \"amarek-elpa-gitlab-runner-3\" ]; then module
print
(
" - if [
\"
$(hostname)
\"
=
\"
amarek-elpa-gitlab-runner-4
\"
]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && source ./ci_test_scripts/.ci-env-vars; fi"
)
print
(
" - if [
\"
$CI_RUNNER_DESCRIPTION
\"
=
\"
frey01-interactive
\"
]; then export INTERACTIVE_RUN=yes ; fi"
)
print
(
" - if [
\"
$CI_RUNNER_DESCRIPTION
\"
=
\"
frey
a
01-interactive
\"
]; then export INTERACTIVE_RUN=yes ; fi"
)
print
(
" - if [
\"
$CI_RUNNER_DESCRIPTION
\"
=
\"
appdev-gp02-1
\"
]; then export INTERACTIVE_RUN=no && export SLURMHOST=gp02 && export SLURMPARTITION=gp && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS=
\"
skylake
\"
; fi"
)
print
(
" - if [
\"
$CI_RUNNER_DESCRIPTION
\"
=
\"
appdev-gp02-2
\"
]; then export INTERACTIVE_RUN=no && export SLURMHOST=gp02 && export SLURMPARTITION=gp && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS=
\"
skylake
\"
; fi"
)
...
...
Write
Preview
Supports
Markdown
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