mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-11-03 20:38:05 +00:00 
			
		
		
		
	updated ap version to main-latest (#562)
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/quali.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.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
 | 
			
		||||
@@ -37,7 +37,7 @@ on:
 | 
			
		||||
        default: ""
 | 
			
		||||
        description: "Use an existing cloud controller, e.g. like qa01 instead of dynamic one"
 | 
			
		||||
  schedule:
 | 
			
		||||
    - cron: "30 20 * * 0-5"
 | 
			
		||||
    - cron: "0 21 * * 0-5"
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  # Set vars
 | 
			
		||||
@@ -55,7 +55,7 @@ jobs:
 | 
			
		||||
        id: vars
 | 
			
		||||
        run: |
 | 
			
		||||
          echo ::set-output name=openwifi::$(echo "${{ github.event.inputs.openwifi_revision || 'main' }}")
 | 
			
		||||
          echo ::set-output name=ap_version::$(echo "${{ github.event.inputs.ap_version || 'next-latest' }}")
 | 
			
		||||
          echo ::set-output name=ap_version::$(echo "${{ github.event.inputs.ap_version || 'main-latest' }}")
 | 
			
		||||
          echo ::set-output name=marker_expression::$(echo "${{ github.event.inputs.marker_expression || 'uc_sanity' }}")
 | 
			
		||||
          echo ::set-output name=existing_controller::$(echo "${{ github.event.inputs.existing_controller || 'qa01' }}")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user