configure builder
This commit is contained in:
		
							parent
							
								
									5091a8f7a5
								
							
						
					
					
						commit
						a9f3d0f090
					
				@ -205,46 +205,34 @@
 | 
				
			|||||||
  nix.settings.trusted-users = [ "daniel" ];
 | 
					  nix.settings.trusted-users = [ "daniel" ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  nix.buildMachines = [
 | 
					  nix.buildMachines = [
 | 
				
			||||||
 | 
					    { hostname = "soryu";
 | 
				
			||||||
 | 
					      system = "x86_64-linux";
 | 
				
			||||||
 | 
					      maxJobs = 16;
 | 
				
			||||||
 | 
					      supportedFeatures = [ "big-parallel" ];
 | 
				
			||||||
 | 
					      speedFactor = 66317;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
    # { hostName = "bob.pvv.ntnu.no";
 | 
					    # { hostName = "bob.pvv.ntnu.no";
 | 
				
			||||||
    #   system = "x86_64-linux";
 | 
					    #   system = "x86_64-linux";
 | 
				
			||||||
    #   maxJobs = 12;
 | 
					    #   maxJobs = 12;
 | 
				
			||||||
    #   supportedFeatures = [ "big-parallel" ];
 | 
					    #   supportedFeatures = [ "big-parallel" ];
 | 
				
			||||||
    #   speedFactor = 129270;
 | 
					    #   speedFactor = 129270;
 | 
				
			||||||
    # }
 | 
					    # }
 | 
				
			||||||
    { hostName = "bolle.pbsds.net";
 | 
					    # { hostName = "bolle.pbsds.net";
 | 
				
			||||||
      system = "x86_64-linux";
 | 
					 | 
				
			||||||
      maxJobs = 6;
 | 
					 | 
				
			||||||
      speedFactor = 12857;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    { hostName = "garp.pbsds.net";
 | 
					 | 
				
			||||||
      system = "x86_64-linux";
 | 
					 | 
				
			||||||
      maxJobs = 4;
 | 
					 | 
				
			||||||
      # i7-6700
 | 
					 | 
				
			||||||
      speedFactor = 8088;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    { hostName = "lilith";
 | 
					 | 
				
			||||||
      system = "x86_64-linux";
 | 
					 | 
				
			||||||
      # if the builder supports building for multiple architectures, 
 | 
					 | 
				
			||||||
      # replace the previous line by, e.g.,
 | 
					 | 
				
			||||||
      # systems = ["x86_64-linux" "aarch64-linux"];
 | 
					 | 
				
			||||||
      maxJobs = 6;
 | 
					 | 
				
			||||||
      #speedFactor = 13199;
 | 
					 | 
				
			||||||
      speedFactor = 6000;
 | 
					 | 
				
			||||||
      supportedFeatures = [ ];
 | 
					 | 
				
			||||||
      mandatoryFeatures = [ ];
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    { hostName = "desktop";
 | 
					 | 
				
			||||||
      system = "x86_64-linux";
 | 
					 | 
				
			||||||
      maxJobs = 4;
 | 
					 | 
				
			||||||
      #speedFactor = 8066;
 | 
					 | 
				
			||||||
      speedFactor = 4000;
 | 
					 | 
				
			||||||
      supportedFeatures = [ ];
 | 
					 | 
				
			||||||
      mandatoryFeatures = [ ];
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    # { hostName = "sachiel";
 | 
					 | 
				
			||||||
    #   system = "x86_64-linux";
 | 
					    #   system = "x86_64-linux";
 | 
				
			||||||
    #   maxJobs = 1;
 | 
					    #   maxJobs = 6;
 | 
				
			||||||
    #   #speedfactor = 
 | 
					    #   speedFactor = 12857;
 | 
				
			||||||
 | 
					    # }
 | 
				
			||||||
 | 
					    # { hostName = "garp.pbsds.net";
 | 
				
			||||||
 | 
					    #   system = "x86_64-linux";
 | 
				
			||||||
 | 
					    #   maxJobs = 4;
 | 
				
			||||||
 | 
					    #   # i7-6700
 | 
				
			||||||
 | 
					    #   speedFactor = 8088;
 | 
				
			||||||
 | 
					    # }
 | 
				
			||||||
 | 
					    # { hostName = "lilith";
 | 
				
			||||||
 | 
					    #   system = "x86_64-linux";
 | 
				
			||||||
 | 
					    #   maxJobs = 6;
 | 
				
			||||||
 | 
					    #   #speedFactor = 13199;
 | 
				
			||||||
 | 
					    #   speedFactor = 6000;
 | 
				
			||||||
    # }
 | 
					    # }
 | 
				
			||||||
    # {
 | 
					    # {
 | 
				
			||||||
    #   hostName = "isvegg.pvv.ntnu.no";
 | 
					    #   hostName = "isvegg.pvv.ntnu.no";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user