mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-11-04 04:48:01 +00:00 
			
		
		
		
	Wifi 13427 (#889)
* hfcl_ion4xi replaced with cig_wf186w in performance workflow Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * hfcl_ion4xi replaced with cig_wf186w in regression workflow Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> --------- Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							945102f010
						
					
				
				
					commit
					5c8347cf10
				
			
							
								
								
									
										14
									
								
								.github/workflows/performance.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/performance.yml
									
									
									
									
										vendored
									
									
								
							@@ -22,7 +22,7 @@ on:
 | 
				
			|||||||
        description: "revision of the Open Wifi Helm chart"
 | 
					        description: "revision of the Open Wifi Helm chart"
 | 
				
			||||||
      ap_models:
 | 
					      ap_models:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
        default: "cig_wf188n,cig_wf196,hfcl_ion4xe,yuncore_fap655,yuncore_ax820,edgecore_oap101-6e,edgecore_eap102,edgecore_eap101,edgecore_eap104,hfcl_ion4xi"
 | 
					        default: "cig_wf188n,cig_wf196,hfcl_ion4xe,yuncore_fap655,yuncore_ax820,edgecore_oap101-6e,edgecore_eap102,edgecore_eap101,edgecore_eap104,cig_wf186w"
 | 
				
			||||||
        description: "the AP models to test"
 | 
					        description: "the AP models to test"
 | 
				
			||||||
      ap_version:
 | 
					      ap_version:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
@@ -73,7 +73,7 @@ jobs:
 | 
				
			|||||||
          marker_expressions=${MARKER_EXPRESSIONS}
 | 
					          marker_expressions=${MARKER_EXPRESSIONS}
 | 
				
			||||||
          EOF
 | 
					          EOF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          AP_MODELS="${{ github.event.inputs.ap_models || 'cig_wf188n,cig_wf196,hfcl_ion4xe,yuncore_fap655,yuncore_ax820,edgecore_oap101-6e,edgecore_eap102,edgecore_eap101,edgecore_eap104,hfcl_ion4xi' }}"
 | 
					          AP_MODELS="${{ github.event.inputs.ap_models || 'cig_wf188n,cig_wf196,hfcl_ion4xe,yuncore_fap655,yuncore_ax820,edgecore_oap101-6e,edgecore_eap102,edgecore_eap101,edgecore_eap104,cig_wf186w' }}"
 | 
				
			||||||
          AP_MODELS=$(echo $AP_MODELS | sed "s/,/\",\"/g" | sed 's/^/[\"/g' | sed 's/$/\"]/g')
 | 
					          AP_MODELS=$(echo $AP_MODELS | sed "s/,/\",\"/g" | sed 's/^/[\"/g' | sed 's/$/\"]/g')
 | 
				
			||||||
          cat >> $GITHUB_OUTPUT << EOF
 | 
					          cat >> $GITHUB_OUTPUT << EOF
 | 
				
			||||||
          ap_models=${AP_MODELS}
 | 
					          ap_models=${AP_MODELS}
 | 
				
			||||||
@@ -1522,13 +1522,13 @@ jobs:
 | 
				
			|||||||
        run: kubectl -n openwifi-${{ needs.vars.outputs.existing_controller }} logs deployment/owsec
 | 
					        run: kubectl -n openwifi-${{ needs.vars.outputs.existing_controller }} logs deployment/owsec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test-hfcl-ion4xi:
 | 
					  test-cig-wf186w:
 | 
				
			||||||
    needs: [ "vars", "build", "test-yuncore-ax820" ]
 | 
					    needs: [ "vars", "build", "test-yuncore-ax820" ]
 | 
				
			||||||
    runs-on: [ self-hosted, small ]
 | 
					    runs-on: [ self-hosted, small ]
 | 
				
			||||||
    timeout-minutes: 1440
 | 
					    timeout-minutes: 1440
 | 
				
			||||||
    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'hfcl_ion4xi')"
 | 
					    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'cig_wf186w')"
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
      AP_MODEL: hfcl_ion4xi
 | 
					      AP_MODEL: cig_wf186w
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Set AP model output
 | 
					      - name: Set AP model output
 | 
				
			||||||
        id: ap_model
 | 
					        id: ap_model
 | 
				
			||||||
@@ -1881,7 +1881,7 @@ jobs:
 | 
				
			|||||||
  report:
 | 
					  report:
 | 
				
			||||||
    if: "!cancelled()"
 | 
					    if: "!cancelled()"
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    needs: [vars, test-cig-wf188n, test-edgecore-oap101-6e, test-cig-wf196, test-edgecore-eap102, test-hfcl-ion4xe, test-edgecore-eap101, test-yuncore-fap655, test-edgecore-eap104, test-yuncore-ax820, test-hfcl-ion4xi]
 | 
					    needs: [vars, test-cig-wf188n, test-edgecore-oap101-6e, test-cig-wf196, test-edgecore-eap102, test-hfcl-ion4xe, test-edgecore-eap101, test-yuncore-fap655, test-edgecore-eap104, test-yuncore-ax820, test-cig-wf186w]
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
@@ -1956,7 +1956,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # Cleanup
 | 
					  # Cleanup
 | 
				
			||||||
  cleanup:
 | 
					  cleanup:
 | 
				
			||||||
    needs: [test-cig-wf188n, test-edgecore-oap101-6e, test-cig-wf196, test-edgecore-eap102, test-hfcl-ion4xe, test-edgecore-eap101, test-yuncore-fap655, test-edgecore-eap104, test-yuncore-ax820, test-hfcl-ion4xi]
 | 
					    needs: [test-cig-wf188n, test-edgecore-oap101-6e, test-cig-wf196, test-edgecore-eap102, test-hfcl-ion4xe, test-edgecore-eap101, test-yuncore-fap655, test-edgecore-eap104, test-yuncore-ax820, test-cig-wf186w]
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    if: always()
 | 
					    if: always()
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										14
									
								
								.github/workflows/regression.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/regression.yml
									
									
									
									
										vendored
									
									
								
							@@ -22,7 +22,7 @@ on:
 | 
				
			|||||||
        description: "revision of the Open Wifi Helm chart"
 | 
					        description: "revision of the Open Wifi Helm chart"
 | 
				
			||||||
      ap_models:
 | 
					      ap_models:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
        default: "cig_wf188n,cig_wf196,hfcl_ion4xe,yuncore_fap655,yuncore_ax820,edgecore_oap101-6e,edgecore_eap102,edgecore_eap101,edgecore_eap104,hfcl_ion4xi"
 | 
					        default: "cig_wf188n,cig_wf196,hfcl_ion4xe,yuncore_fap655,yuncore_ax820,edgecore_oap101-6e,edgecore_eap102,edgecore_eap101,edgecore_eap104,cig_wf186w"
 | 
				
			||||||
        description: "the AP models to test"
 | 
					        description: "the AP models to test"
 | 
				
			||||||
      ap_version:
 | 
					      ap_version:
 | 
				
			||||||
        required: true
 | 
					        required: true
 | 
				
			||||||
@@ -73,7 +73,7 @@ jobs:
 | 
				
			|||||||
          marker_expressions=${MARKER_EXPRESSIONS}
 | 
					          marker_expressions=${MARKER_EXPRESSIONS}
 | 
				
			||||||
          EOF
 | 
					          EOF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          AP_MODELS="${{ github.event.inputs.ap_models || 'cig_wf188n,cig_wf196,hfcl_ion4xe,yuncore_fap655,yuncore_ax820,edgecore_oap101-6e,edgecore_eap102,edgecore_eap101,edgecore_eap104,hfcl_ion4xi' }}"
 | 
					          AP_MODELS="${{ github.event.inputs.ap_models || 'cig_wf188n,cig_wf196,hfcl_ion4xe,yuncore_fap655,yuncore_ax820,edgecore_oap101-6e,edgecore_eap102,edgecore_eap101,edgecore_eap104,cig_wf186w' }}"
 | 
				
			||||||
          AP_MODELS=$(echo $AP_MODELS | sed "s/,/\",\"/g" | sed 's/^/[\"/g' | sed 's/$/\"]/g')
 | 
					          AP_MODELS=$(echo $AP_MODELS | sed "s/,/\",\"/g" | sed 's/^/[\"/g' | sed 's/$/\"]/g')
 | 
				
			||||||
          cat >> $GITHUB_OUTPUT << EOF
 | 
					          cat >> $GITHUB_OUTPUT << EOF
 | 
				
			||||||
          ap_models=${AP_MODELS}
 | 
					          ap_models=${AP_MODELS}
 | 
				
			||||||
@@ -1888,13 +1888,13 @@ jobs:
 | 
				
			|||||||
        run: kubectl -n openwifi-qa01 logs deployment/owsec
 | 
					        run: kubectl -n openwifi-qa01 logs deployment/owsec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test-hfcl-ion4xi:
 | 
					  test-cig-wf186w:
 | 
				
			||||||
    needs: [ "vars", "build", "test-yuncore-ax820"]
 | 
					    needs: [ "vars", "build", "test-yuncore-ax820"]
 | 
				
			||||||
    runs-on: [self-hosted, small]
 | 
					    runs-on: [self-hosted, small]
 | 
				
			||||||
    timeout-minutes: 1440
 | 
					    timeout-minutes: 1440
 | 
				
			||||||
    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'hfcl_ion4xi')"
 | 
					    if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'cig_wf186w')"
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
      AP_MODEL: hfcl_ion4xi
 | 
					      AP_MODEL: cig_wf186w
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Set AP model output
 | 
					      - name: Set AP model output
 | 
				
			||||||
        id: ap_model
 | 
					        id: ap_model
 | 
				
			||||||
@@ -2334,7 +2334,7 @@ jobs:
 | 
				
			|||||||
  report:
 | 
					  report:
 | 
				
			||||||
    if: "!cancelled()"
 | 
					    if: "!cancelled()"
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    needs: [vars, test-hfcl-ion4xe, test-edgecore-eap101, test-yuncore-fap655, test-cig-wf188n, test-edgecore-eap102, test-edgecore-eap104, test-edgecore-oap101-6e, test-yuncore-ax820, test-hfcl-ion4xi, test-cig-wf196]
 | 
					    needs: [vars, test-hfcl-ion4xe, test-edgecore-eap101, test-yuncore-fap655, test-cig-wf188n, test-edgecore-eap102, test-edgecore-eap104, test-edgecore-oap101-6e, test-yuncore-ax820, test-cig-wf186w, test-cig-wf196]
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
@@ -2387,7 +2387,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # Cleanup
 | 
					  # Cleanup
 | 
				
			||||||
  cleanup:
 | 
					  cleanup:
 | 
				
			||||||
    needs: [test-hfcl-ion4xe, test-edgecore-eap101, test-yuncore-fap655, test-cig-wf188n, test-edgecore-eap102, test-edgecore-eap104, test-edgecore-oap101-6e, test-yuncore-ax820, test-hfcl-ion4xi, test-cig-wf196]
 | 
					    needs: [test-hfcl-ion4xe, test-edgecore-eap101, test-yuncore-fap655, test-cig-wf188n, test-edgecore-eap102, test-edgecore-eap104, test-edgecore-oap101-6e, test-yuncore-ax820, test-cig-wf186w, test-cig-wf196]
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    if: always()
 | 
					    if: always()
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user