From b8dfa019dfd9ef7eca7066b2999dfd294efa7387 Mon Sep 17 00:00:00 2001 From: bhargavi-ct Date: Mon, 15 Dec 2025 13:00:30 +0530 Subject: [PATCH] Update regression.yml to test schedule regression on an AP Signed-off-by: bhargavi-ct --- .github/workflows/regression.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index c9c271461..01187371a 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -363,14 +363,15 @@ jobs: if: "!cancelled() && contains(fromJSON(needs.vars.outputs.marker_expressions), 'schema_validation_tests')" with: namespace: ${{ steps.namespace.outputs.name }}-schema-validation - testbed: basic-3a - marker_expression: "ow_regression_lf and schema_validation_tests" + testbed: basic-3 + marker_expression: "ow_regression_lf and schema_validation_tests and through_github" configuration_file: "./lab_info.json" testing_docker_image: tip-tip-wlan-cloud-docker-repo.jfrog.io/cloud-sdk-nightly:${{ github.run_id }} additional_args: "-o firmware=${{ needs.vars.outputs.ap_version }} ${{ needs.vars.outputs.additional_arguments }}" - allure_results_artifact_name: allure-results-${{ steps.ap_model.outputs.model }}-schema_validation_tests + allure_results_artifact_name: allure-results-${{ steps.ap_model.outputs.model }}-schema_validation_through_github dns_records_to_resolve: "sec-${{ needs.vars.outputs.existing_controller }}.cicd.lab.wlan.tip.build gw-${{ needs.vars.outputs.existing_controller }}.cicd.lab.wlan.tip.build fms-${{ needs.vars.outputs.existing_controller }}.cicd.lab.wlan.tip.build" + - name: Check if Allure results exist if: always() id: check-allure