Skip to content
GitLab
Explore
Sign in
Register
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
Merge requests
!713
feat: remove resource_group (concurrency limiting)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: remove resource_group (concurrency limiting)
rm-resource-group
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
rm-resource-group
into
master
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
Now that we build with unique tags, there shouldn't be any cross talk anymore.
0
0
Merge request reports
Viewing commit
9b45b4fd
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9b45b4fd
fix: limit jobs to 64 when in parallel
· 9b45b4fd
Wouter Deconinck
authored
1 year ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -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
:
64
## is this nightly or not?
## is this nightly or not?
NIGHTLY
:
"
"
NIGHTLY
:
"
"
Loading