changed updater and unit benches (#2427)
* changed updater and unit benches * switched flipper name from macos style to searching Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
This commit is contained in:
		
							parent
							
								
									663eb6cd6d
								
							
						
					
					
						commit
						82ad44a863
					
				
							
								
								
									
										2
									
								
								.github/workflows/unit_tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/unit_tests.yml
									
									
									
									
										vendored
									
									
								
							| @ -10,7 +10,7 @@ env: | ||||
| 
 | ||||
| jobs: | ||||
|   run_units_on_bench: | ||||
|     runs-on: [self-hosted, FlipperZeroTest] | ||||
|     runs-on: [self-hosted, FlipperZeroUnitTest] | ||||
|     steps: | ||||
|       - name: 'Decontaminate previous build leftovers' | ||||
|         run: | | ||||
|  | ||||
							
								
								
									
										4
									
								
								.github/workflows/updater_test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/updater_test.yml
									
									
									
									
										vendored
									
									
								
							| @ -10,7 +10,7 @@ env: | ||||
| 
 | ||||
| jobs: | ||||
|   test_updater_on_bench: | ||||
|     runs-on: [self-hosted, FlipperZeroTestMac1] | ||||
|     runs-on: [self-hosted, FlipperZeroUpdaterTest] | ||||
|     steps: | ||||
|       - name: 'Decontaminate previous build leftovers' | ||||
|         run: | | ||||
| @ -27,7 +27,7 @@ jobs: | ||||
|       - name: 'Get flipper from device manager (mock)' | ||||
|         id: device | ||||
|         run: | | ||||
|           echo "flipper=/dev/tty.usbmodemflip_Rekigyn1" >> $GITHUB_OUTPUT | ||||
|           echo "flipper=Rekigyn" >> $GITHUB_OUTPUT | ||||
|           echo "stlink=0F020D026415303030303032" >> $GITHUB_OUTPUT | ||||
| 
 | ||||
|       - name: 'Flashing target firmware' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Konstantin Volkov
						Konstantin Volkov