From 406f00495de9e166239ecac9b59ea002d765e818 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Tue, 28 Jun 2022 10:59:34 +0300 Subject: [PATCH] [WIFI-9949] Fix: typo in regression Signed-off-by: Dmitry Dunaev --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 2c3584748..1eebb9fc8 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -369,7 +369,7 @@ jobs: if [ ${{ needs.vars.outputs.existing_controller }} != '' ] then python .quali/start_reservation.py --global-inputs '{"Chart Version":"${{ needs.vars.outputs.openwifi_revision }}","AP Model":"${{ steps.ap_model.outputs.model }}","Optional Existing SDK Namespace":"${{ needs.vars.outputs.existing_controller }}"}' --reservation-duration 720 "Basic Lab" - elst e + else python .quali/start_reservation.py --global-inputs '{"Chart Version":"${{ needs.vars.outputs.openwifi_revision }}","AP Model":"${{ steps.ap_model.outputs.model }}"}' --reservation-duration 720 "Basic Lab" fi