Moved sanity to pick latest next image

This commit is contained in:
Shivam Thakur
2022-03-30 22:11:57 +05:30
committed by GitHub
parent 28d7cef1ec
commit 37c33e93ed

View File

@@ -26,7 +26,7 @@ on:
description: "the AP models to test"
ap_version:
required: true
default: "main-latest"
default: "next-latest"
description: "revision of firmware to flash on AP, <branch>-<commit>"
marker_expression:
required: true
@@ -55,7 +55,7 @@ jobs:
id: vars
run: |
echo ::set-output name=openwifi::$(echo "${{ github.event.inputs.openwifi_revision || 'main' }}")
echo ::set-output name=ap_version::$(echo "${{ github.event.inputs.ap_version || 'main-latest' }}")
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 || 'qa01' }}")