hydra: Use short timeouts for the QEMU jobs and system tests.
These builds shouldn't take too long. Sometimes the guest kernel crashes and the VM gets stuck; we should be able to terminate those jobs quickly. * build-aux/hydra/gnu-system.scm (qemu-jobs)[->alist]: Add 'max-silent-time' and 'timeout'. (system-test-jobs)[test->thunk]: Likewise.
This commit is contained in:
		
							parent
							
								
									e4231cfeea
								
							
						
					
					
						commit
						dd8356e3c6
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -162,6 +162,8 @@ SYSTEM."
 | 
			
		|||
      (long-description . "This is a demo stand-alone QEMU image of the GNU
 | 
			
		||||
system.")
 | 
			
		||||
      (license . ,gpl3+)
 | 
			
		||||
      (max-silent-time . 600)
 | 
			
		||||
      (timeout . 3600)
 | 
			
		||||
      (home-page . ,%guix-home-page-url)
 | 
			
		||||
      (maintainers . ("bug-guix@gnu.org"))))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -221,6 +223,8 @@ system.")
 | 
			
		|||
                                (system-test-name test)))
 | 
			
		||||
        (long-description . ,(system-test-description test))
 | 
			
		||||
        (license . ,gpl3+)
 | 
			
		||||
        (max-silent-time . 600)
 | 
			
		||||
        (timeout . 3600)
 | 
			
		||||
        (home-page . ,%guix-home-page-url)
 | 
			
		||||
        (maintainers . ("bug-guix@gnu.org")))))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue