Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
30
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Commits
b8293048
Commit
b8293048
authored
3 weeks ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
feat(CI): increase number of jobs
parent
e6ab62d0
No related branches found
No related tags found
2 merge requests
!651
create new experimental release
,
!650
update spack version to v0.23.1
Pipeline
#60182
waiting for manual action with stage
in 8 minutes and 56 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
create_job.sh
+4
-4
4 additions, 4 deletions
create_job.sh
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
1
−
1
View file @
b8293048
...
@@ -274,7 +274,7 @@ sync-gitlab-spack-instance:
...
@@ -274,7 +274,7 @@ sync-gitlab-spack-instance:
image
:
$BUILD_ENV_DOCKER_IMAGE
image
:
$BUILD_ENV_DOCKER_IMAGE
variables
:
variables
:
SPACK_REPO_PATH
:
$SPACK_PATH_GITLAB/ebrains-spack-builds
SPACK_REPO_PATH
:
$SPACK_PATH_GITLAB/ebrains-spack-builds
SPACK_JOBS
:
4
SPACK_JOBS
:
16
OCI_CACHE_PREFIX
:
"
"
OCI_CACHE_PREFIX
:
"
"
UPDATE_SPACK_OCI_CACHES
:
false
UPDATE_SPACK_OCI_CACHES
:
false
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
create_job.sh
+
4
−
4
View file @
b8293048
...
@@ -36,11 +36,11 @@ spec:
...
@@ -36,11 +36,11 @@ spec:
imagePullPolicy: Always
imagePullPolicy: Always
resources:
resources:
limits:
limits:
cpu: '
6
'
cpu: '
8
'
memory: '
18
Gi'
memory: '
32
Gi'
requests:
requests:
cpu: '4'
cpu: '4'
memory: '
1
2Gi'
memory: '2
0
Gi'
volumeMounts:
volumeMounts:
- name: sharedbin
- name: sharedbin
mountPath: /srv
mountPath: /srv
...
@@ -99,7 +99,7 @@ spec:
...
@@ -99,7 +99,7 @@ spec:
- name: EBRAINS_REPO_PATH
- name: EBRAINS_REPO_PATH
value:
$INSTALLATION_ROOT
/ebrains-spack-builds
value:
$INSTALLATION_ROOT
/ebrains-spack-builds
- name: SPACK_JOBS
- name: SPACK_JOBS
value: '
4
'
value: '
6
'
volumes:
volumes:
- name: sharedbin
- name: sharedbin
persistentVolumeClaim:
persistentVolumeClaim:
...
...
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