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