Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
ca051d4a
Unverified
Commit
ca051d4a
authored
4 years ago
by
Harmen Stoppels
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Allow parallel jobs and let slurm schedule them (#1075)
parent
2e90a382
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-5
1 addition, 5 deletions
.gitlab-ci.yml
with
1 addition
and
5 deletions
.gitlab-ci.yml
+
1
−
5
View file @
ca051d4a
...
@@ -49,6 +49,7 @@ variables:
...
@@ -49,6 +49,7 @@ variables:
SLURM_JOB_NUM_NODES
:
2
SLURM_JOB_NUM_NODES
:
2
SLURM_PARTITION
:
normal
SLURM_PARTITION
:
normal
SLURM_TIMELIMIT
:
'
15:00'
SLURM_TIMELIMIT
:
'
15:00'
SLURM_EXCLUSIVE
:
'
'
# make sure resources are not shared
### Release tests ###
### Release tests ###
allocate release
:
allocate release
:
...
@@ -65,7 +66,6 @@ single node release:
...
@@ -65,7 +66,6 @@ single node release:
image
:
$CI_REGISTRY_IMAGE/release/deploy:$CI_COMMIT_SHA
image
:
$CI_REGISTRY_IMAGE/release/deploy:$CI_COMMIT_SHA
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
stage
:
test
stage
:
test
resource_group
:
daint-job
script
:
script
:
-
unit
-
unit
-
unit-local
-
unit-local
...
@@ -80,7 +80,6 @@ multi node release:
...
@@ -80,7 +80,6 @@ multi node release:
image
:
$CI_REGISTRY_IMAGE/release/deploy:$CI_COMMIT_SHA
image
:
$CI_REGISTRY_IMAGE/release/deploy:$CI_COMMIT_SHA
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
stage
:
test
stage
:
test
resource_group
:
daint-job
script
:
script
:
-
unit-mpi
-
unit-mpi
variables
:
variables
:
...
@@ -111,7 +110,6 @@ single node codecov:
...
@@ -111,7 +110,6 @@ single node codecov:
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
image
:
$CI_REGISTRY_IMAGE/codecov/deploy:$CI_COMMIT_SHA
image
:
$CI_REGISTRY_IMAGE/codecov/deploy:$CI_COMMIT_SHA
stage
:
test
stage
:
test
resource_group
:
daint-job
script
:
script
:
-
codecov_pre
-
codecov_pre
-
unit
-
unit
...
@@ -131,7 +129,6 @@ multi node codecov:
...
@@ -131,7 +129,6 @@ multi node codecov:
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
image
:
$CI_REGISTRY_IMAGE/codecov/deploy:$CI_COMMIT_SHA
image
:
$CI_REGISTRY_IMAGE/codecov/deploy:$CI_COMMIT_SHA
stage
:
test
stage
:
test
resource_group
:
daint-job
script
:
script
:
-
codecov_pre
-
codecov_pre
-
unit-mpi
-
unit-mpi
...
@@ -154,7 +151,6 @@ upload codecov reports:
...
@@ -154,7 +151,6 @@ upload codecov reports:
SLURM_NTASKS
:
1
SLURM_NTASKS
:
1
ALLOCATION_NAME
:
arbor-ci-codecov-$CI_PIPELINE_ID
ALLOCATION_NAME
:
arbor-ci-codecov-$CI_PIPELINE_ID
script
:
upload_codecov
script
:
upload_codecov
resource_group
:
daint-job
deallocate codecov
:
deallocate codecov
:
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
only
:
[
'
master'
,
'
staging'
,
'
trying'
]
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment