From b196a4a2e606c3ad7afb1761bce1b5e2dfcaad64 Mon Sep 17 00:00:00 2001 From: anil-tegala Date: Mon, 27 Nov 2023 17:02:12 +0530 Subject: [PATCH] changed basic to advanced for oap101 & eap101 to debug sanity Signed-off-by: anil-tegala --- .github/workflows/quali.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quali.yml b/.github/workflows/quali.yml index be500801930..913479b79c2 100644 --- a/.github/workflows/quali.yml +++ b/.github/workflows/quali.yml @@ -748,7 +748,7 @@ jobs: uses: ./.github/actions/run-tests with: namespace: ${{ steps.namespace.outputs.name }} - testbed: basic-1a + testbed: advanced-1b marker_expression: "${{ needs.vars.outputs.marker_expression }}" configuration_file: "./lab_info.json" testing_docker_image: tip-tip-wlan-cloud-docker-repo.jfrog.io/cloud-sdk-nightly:${{ github.run_id }} @@ -944,7 +944,7 @@ jobs: uses: ./.github/actions/run-tests with: namespace: ${{ steps.namespace.outputs.name }} - testbed: basic-3a + testbed: advanced-2a marker_expression: "${{ needs.vars.outputs.marker_expression }}" configuration_file: "./lab_info.json" testing_docker_image: tip-tip-wlan-cloud-docker-repo.jfrog.io/cloud-sdk-nightly:${{ github.run_id }}