Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Marmaduke Woodman
ebrains-spack-builds
Commits
b8293048
Commit
b8293048
authored
1 month ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
feat(CI): increase number of jobs
parent
e6ab62d0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
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:
image
:
$BUILD_ENV_DOCKER_IMAGE
variables
:
SPACK_REPO_PATH
:
$SPACK_PATH_GITLAB/ebrains-spack-builds
SPACK_JOBS
:
4
SPACK_JOBS
:
16
OCI_CACHE_PREFIX
:
"
"
UPDATE_SPACK_OCI_CACHES
:
false
script
:
...
...
This diff is collapsed.
Click to expand it.
create_job.sh
+
4
−
4
View file @
b8293048
...
...
@@ -36,11 +36,11 @@ spec:
imagePullPolicy: Always
resources:
limits:
cpu: '
6
'
memory: '
18
Gi'
cpu: '
8
'
memory: '
32
Gi'
requests:
cpu: '4'
memory: '
1
2Gi'
memory: '2
0
Gi'
volumeMounts:
- name: sharedbin
mountPath: /srv
...
...
@@ -99,7 +99,7 @@ spec:
- name: EBRAINS_REPO_PATH
value:
$INSTALLATION_ROOT
/ebrains-spack-builds
- name: SPACK_JOBS
value: '
4
'
value: '
6
'
volumes:
- name: sharedbin
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