Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
a84f6d05
Commit
a84f6d05
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: remove resource_group (concurrency limiting)
parent
d0f1fefc
No related branches found
No related tags found
1 merge request
!713
feat: remove resource_group (concurrency limiting)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
containers/jug/dev.Dockerfile
+1
-1
1 addition, 1 deletion
containers/jug/dev.Dockerfile
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
2
View file @
a84f6d05
...
@@ -27,7 +27,7 @@ variables:
...
@@ -27,7 +27,7 @@ variables:
DOCKER_WAIT_TIME
:
5
DOCKER_WAIT_TIME
:
5
## Number of jobs to start during container builds
## Number of jobs to start during container builds
JOBS
:
128
JOBS
:
32
## is this nightly or not?
## is this nightly or not?
NIGHTLY
:
"
"
NIGHTLY
:
"
"
...
@@ -165,7 +165,6 @@ version:
...
@@ -165,7 +165,6 @@ version:
extends
:
.docker
extends
:
.docker
rules
:
rules
:
-
when
:
on_success
-
when
:
on_success
resource_group
:
${CI_COMMIT_REF_NAME}-${VERSION}
tags
:
tags
:
-
docker-new
-
docker-new
before_script
:
before_script
:
...
...
This diff is collapsed.
Click to expand it.
containers/jug/dev.Dockerfile
+
1
−
1
View file @
a84f6d05
...
@@ -54,7 +54,7 @@ RUN declare -A target=( \
...
@@ -54,7 +54,7 @@ RUN declare -A target=( \
&&
spack config blame packages
\
&&
spack config blame packages
\
&&
spack config
--scope
user add
"config:suppress_gpg_warnings:true"
\
&&
spack config
--scope
user add
"config:suppress_gpg_warnings:true"
\
&&
spack config
--scope
user add
"config:build_jobs:
${
jobs
}
"
\
&&
spack config
--scope
user add
"config:build_jobs:
${
jobs
}
"
\
&&
spack config
--scope
user add
"config:db_lock_timeout:
${
jobs
}
0"
\
&&
spack config
--scope
user add
"config:db_lock_timeout:
${
jobs
}
0
0
"
\
&&
spack config
--scope
user add
"config:source_cache:/var/cache/spack"
\
&&
spack config
--scope
user add
"config:source_cache:/var/cache/spack"
\
&&
spack config
--scope
user add
"config:install_tree:root:/opt/software"
\
&&
spack config
--scope
user add
"config:install_tree:root:/opt/software"
\
&&
spack config
--scope
user add
"config:ccache:true"
\
&&
spack config
--scope
user add
"config:ccache:true"
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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