Modified .quali/get_config

Signed-off-by: dutta-rohan <94938704+dutta-rohan@users.noreply.github.com>
This commit is contained in:
dutta-rohan
2022-04-26 09:10:53 -07:00
parent 051e74d670
commit 19037363e7

View File

@@ -66,7 +66,7 @@ jobs:
# interop-01
test-galaxy-s9:
runs-on: ubuntu-latest
runs-on: [self-hosted, small]
needs: [vars, build]
if: "!cancelled() && contains(fromJSON(needs.vars.outputs.devices), 'galaxy-s9')"
steps:
@@ -123,6 +123,8 @@ jobs:
then
jq '.CONFIGURATION.interop.controller.url="https://sec-${{ needs.vars.outputs.existing_controller }}.cicd.lab.wlan.tip.build:16001"' lab_info.json > lab_info.json.tmp && mv lab_info.json.tmp lab_info.json
fi
sleep 999
- name: run tests
uses: ./.github/actions/run-tests