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
elpa
elpa
Commits
a8cf06c4
Commit
a8cf06c4
authored
Aug 27, 2019
by
Andreas Marek
Browse files
Update gitlab ci file
parent
5442931a
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a8cf06c4
...
...
@@ -10,6 +10,7 @@ before_script:
- ulimit -v unlimited
- echo "HOST " $(hostname)
- echo $CI_RUNNER_DESCRIPTION
- echo $CI_RUNNER_TAGS
- export SLURM=yes
- export INTERACTIVE_RUN=yes
- if [ "$(hostname)" = "amarek-elpa-gitlab-runner-1" ]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && export SLURM=no && source ./ci_test_scripts/.ci-env-vars; fi
...
...
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
a8cf06c4
...
...
@@ -199,6 +199,7 @@ print(" - ulimit -s unlimited")
print
(
" - ulimit -v unlimited"
)
print
(
" - echo
\"
HOST
\"
$(hostname)"
)
print
(
" - echo $CI_RUNNER_DESCRIPTION"
)
print
(
" - echo $CI_RUNNER_TAGS"
)
print
(
" - export SLURM=yes"
)
print
(
" - export INTERACTIVE_RUN=yes"
)
#print(" - if [ \"$(hostname)\" = \"buildtest-rzg\" ]; then module purge && module load git && module list && export INTERACTIVE_RUN=yes && export SLURM=no && source ./ci_test_scripts/.ci-env-vars; fi")
...
...
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