Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
1ccd99a1
Commit
1ccd99a1
authored
Mar 15, 2019
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a new GPU runner
parent
65273b9a
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
75 additions
and
11701 deletions
+75
-11701
.gitlab-ci.yml
.gitlab-ci.yml
+3
-11647
ci_test_scripts/generate_gitlab_ci_tests.py
ci_test_scripts/generate_gitlab_ci_tests.py
+55
-54
ci_test_scripts/run_ci_tests.sh
ci_test_scripts/run_ci_tests.sh
+17
-0
No files found.
.gitlab-ci.yml
View file @
1ccd99a1
This diff is collapsed.
Click to expand it.
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
1ccd99a1
This diff is collapsed.
Click to expand it.
ci_test_scripts/run_ci_tests.sh
View file @
1ccd99a1
...
@@ -101,6 +101,22 @@ then
...
@@ -101,6 +101,22 @@ then
echo
"Skipping the test since option -s has been specified"
echo
"Skipping the test since option -s has been specified"
exit
0
exit
0
fi
fi
if
[
"
$slurmBatch
"
==
"yes"
]
then
CLUSTER
=
""
if
[[
"
$HOST
"
=
~
"cobra"
]]
then
CLUSTER
=
"cobra"
fi
if
[
"
$CLUSTER
"
==
"cobra"
]
then
echo
"Running on cobra with runner
$CI_RUNNER_DESCRIPTION
with tag
$CI_RUNNER_TAGS
"
exit
0
fi
fi
# not skipped then proceed
# not skipped then proceed
if
[
"
$slurmBatch
"
==
"no"
]
if
[
"
$slurmBatch
"
==
"no"
]
...
@@ -111,6 +127,7 @@ then
...
@@ -111,6 +127,7 @@ then
# - draco
# - draco
# - buildtest
# - buildtest
# - virtual machine runners
# - virtual machine runners
# hopefully this can be removed soon
echo
"Using old CI logic for appdev"
echo
"Using old CI logic for appdev"
if
[
"
$batchCommand
"
==
"srun"
]
if
[
"
$batchCommand
"
==
"srun"
]
then
then
...
...
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