mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-31 02:48:11 +00:00 
			
		
		
		
	Changed revision of firmware to flash on AP from next branch to main branch (#999)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
		 Jitendrakumar Kushavah
					Jitendrakumar Kushavah
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							bbecab2792
						
					
				
				
					commit
					b9dedc50d5
				
			
							
								
								
									
										4
									
								
								.github/workflows/quali.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/quali.yml
									
									
									
									
										vendored
									
									
								
							| @@ -26,7 +26,7 @@ on: | ||||
|         description: "the AP models to test" | ||||
|       ap_version: | ||||
|         required: true | ||||
|         default: "next-latest" | ||||
|         default: "main-latest" | ||||
|         description: "revision of firmware to flash on AP, <branch>-<commit>" | ||||
|       marker_expression: | ||||
|         required: true | ||||
| @@ -65,7 +65,7 @@ jobs: | ||||
|         id: vars | ||||
|         run: | | ||||
|           echo "openwifi=$(echo ${{ github.event.inputs.openwifi_revision || 'main' }})" >> $GITHUB_OUTPUT | ||||
|           echo "ap_version=$(echo ${{ github.event.inputs.ap_version || 'next-latest' }})" >> $GITHUB_OUTPUT | ||||
|           echo "ap_version=$(echo ${{ github.event.inputs.ap_version || 'main-latest' }})" >> $GITHUB_OUTPUT | ||||
|           echo "marker_expression=$(echo ${{ github.event.inputs.marker_expression || 'ow_sanity_lf' }})" >> $GITHUB_OUTPUT | ||||
|           echo "existing_controller=$(echo ${{ github.event.inputs.existing_controller || 'qa01' }})" >> $GITHUB_OUTPUT | ||||
|            | ||||
|   | ||||
		Reference in New Issue
	
	Block a user