lower max concurrent gitlab-runner jobs
This commit is contained in:
		
							parent
							
								
									b49766d954
								
							
						
					
					
						commit
						76ff36ff13
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
  virtualisation.docker.enable = true;
 | 
					  virtualisation.docker.enable = true;
 | 
				
			||||||
  services.gitlab-runner = with lib; {
 | 
					  services.gitlab-runner = with lib; {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    concurrent = 4;
 | 
					    concurrent = 1;
 | 
				
			||||||
    services = {
 | 
					    services = {
 | 
				
			||||||
      ci_test = {
 | 
					      ci_test = {
 | 
				
			||||||
        registrationConfigFile = "/srv/gitlab-runner/env/ci_test";
 | 
					        registrationConfigFile = "/srv/gitlab-runner/env/ci_test";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue