Changed the SDK to QA01 instance (#561)

This commit is contained in:
Haricharan Jaka
2022-05-21 00:18:04 +05:30
committed by GitHub
parent 3aa2b60cbe
commit a919251215

View File

@@ -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-4"
- cron: "30 20 * * 0-5"
jobs:
# Set vars
@@ -57,7 +57,7 @@ jobs:
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=marker_expression::$(echo "${{ github.event.inputs.marker_expression || 'uc_sanity' }}")
echo ::set-output name=existing_controller::$(echo "${{ github.event.inputs.existing_controller || '' }}")
echo ::set-output name=existing_controller::$(echo "${{ github.event.inputs.existing_controller || 'qa01' }}")
AP_MODELS="${{ github.event.inputs.ap_models || 'edgecore_eap102_1,hfcl_ion4xe,edgecore_eap101,tp-link_ec420-g1,edgecore_ecw5211,cig_wf188n,edgecore_eap102_2,cig_wf194c,hfcl_ion4,indio_um-305ac,hfcl_ion4xi,udaya_a5-id2' }}"
AP_MODELS=$(echo $AP_MODELS | sed "s/,/\",\"/g" | sed 's/^/[\"/g' | sed 's/$/\"]/g')