feat: add flag to count internal errors as part of the success rate
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							| @@ -115,7 +115,7 @@ jobs: | ||||
|         echo 'WorkingDirectory=/root/test' >> test.service | ||||
|         echo 'TimeoutStopSec=1' >> test.service | ||||
|         echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --threads=4 --max=256 --shuffle' >> test.service | ||||
|         echo 'ExecStart=/usr/local/bin/out-of-tree pew --qemu-timeout=4m --threads=4' >> test.service | ||||
|         echo 'ExecStart=/usr/local/bin/out-of-tree pew --qemu-timeout=4m --threads=4 --include-internal-errors' >> test.service | ||||
|  | ||||
|         scp test.service root@$IP:/etc/systemd/system/test.service | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user