Skip to content

Commit

Permalink
Replaced cig_wf189,edgecore_eap105,sercomm_ap72tip AP's with cig_wf18…
Browse files Browse the repository at this point in the history
…6h,udaya_a6-id2,edgecore_eap102

Signed-off-by: jitendracandela <[email protected]>
  • Loading branch information
jitendracandela committed Dec 9, 2024
1 parent dbba1de commit f656a75
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
description: 'revision of the Open Wifi Helm chart'
ap_models:
required: true
default: 'edgecore_eap104,edgecore_eap101,edgecore_eap111,cig_wf189,edgecore_eap105,sercomm_ap72tip,cig_wf196,yuncore_ax820,yuncore_fap655'
default: 'edgecore_eap104,edgecore_eap101,edgecore_eap111,cig_wf186h,udaya_a6-id2,edgecore_eap102,cig_wf196,yuncore_ax820,yuncore_fap655'
description: 'the AP models to test'
ap_version:
required: true
Expand Down Expand Up @@ -393,13 +393,13 @@ jobs:
if: failure()
run: kubectl -n openwifi-${{ needs.vars.outputs.existing_controller }} logs deployment/owsub

test-cig-wf189:
test-cig-wf186h:
runs-on: [ self-hosted, small ]
needs: [ "vars", "build" ]
timeout-minutes: 1440
if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'cig_wf189')"
if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'cig_wf186h')"
env:
AP_MODEL: cig_wf189
AP_MODEL: cig_wf186h
steps:
- name: Set AP model output
id: ap_model
Expand Down Expand Up @@ -489,13 +489,13 @@ jobs:
if: failure()
run: kubectl -n openwifi-${{ needs.vars.outputs.existing_controller }} logs deployment/owsub

test-edgecore-eap105:
test-udaya-a6-id2:
runs-on: [ self-hosted, small ]
needs: [ "vars", "build" ]
timeout-minutes: 1440
if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'edgecore_eap105')"
if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'udaya_a6-id2')"
env:
AP_MODEL: edgecore_eap105
AP_MODEL: udaya_a6-id2
steps:
- name: Set AP model output
id: ap_model
Expand Down Expand Up @@ -585,13 +585,13 @@ jobs:
if: failure()
run: kubectl -n openwifi-${{ needs.vars.outputs.existing_controller }} logs deployment/owsub

test-sercomm-ap72tip:
test-edgecore-eap102:
runs-on: [ self-hosted, small ]
needs: [ "vars", "build" ]
timeout-minutes: 1440
if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'sercomm_ap72tip')"
if: "!cancelled() && contains(fromJSON(needs.vars.outputs.ap_models), 'edgecore_eap102')"
env:
AP_MODEL: sercomm_ap72tip
AP_MODEL: edgecore_eap102
steps:
- name: Set AP model output
id: ap_model
Expand Down Expand Up @@ -973,7 +973,7 @@ jobs:
report:
if: "!cancelled()"
runs-on: ubuntu-latest
needs: [ vars, test-edgecore-eap104, test-edgecore-eap101, test-edgecore-eap111, test-cig-wf189, test-edgecore-eap105, test-sercomm-ap72tip, test-cig-wf196, test-yuncore-ax820, test-yuncore-fap655 ]
needs: [ vars, test-edgecore-eap104, test-edgecore-eap101, test-edgecore-eap111, test-cig-wf186h, test-udaya-a6-id2, test-edgecore-eap102, test-cig-wf196, test-yuncore-ax820, test-yuncore-fap655 ]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -1024,7 +1024,7 @@ jobs:
s3_access_key_secret: ${{ secrets.ALLURE_S3_ACCESS_KEY_SECRET }}

cleanup:
needs: [ test-edgecore-eap104, test-edgecore-eap101, test-edgecore-eap111, test-cig-wf189, test-edgecore-eap105, test-sercomm-ap72tip, test-cig-wf196, test-yuncore-ax820, test-yuncore-fap655 ]
needs: [ test-edgecore-eap104, test-edgecore-eap101, test-edgecore-eap111, test-cig-wf186h, test-udaya-a6-id2, test-edgecore-eap102, test-cig-wf196, test-yuncore-ax820, test-yuncore-fap655 ]
runs-on: ubuntu-latest
if: always()
steps:
Expand Down

0 comments on commit f656a75

Please sign in to comment.