From 8b0c7a1bbbe09b7a7f2ff349804581636343bfa6 Mon Sep 17 00:00:00 2001 From: Eva Sebestova <73821679+esebesto@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:39:56 +0100 Subject: [PATCH] Update ocp-smoke-tests (#4891) * Update ocp-smoke-tests * Add aws ingest tests * Update markers --- ci/functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/functions.sh b/ci/functions.sh index 1c9c550d5c..1eee50b73a 100755 --- a/ci/functions.sh +++ b/ci/functions.sh @@ -55,7 +55,8 @@ function _set_IQE_filter_expressions_for_smoke_labels() { elif grep -E "oci-smoke-tests" <<< "$SMOKE_LABELS"; then export IQE_FILTER_EXPRESSION="test_api_oci or test_api_cost_model_oci" elif grep -E "ocp-smoke-tests" <<< "$SMOKE_LABELS"; then - export IQE_FILTER_EXPRESSION="test_api_ocp or test_api_cost_model_ocp or _ingest_multi_sources" + export IQE_FILTER_EXPRESSION="(test_api_ocp or test_api_cost_model_ocp or aws_ingest_multi) and not ocp_on_gcp and not ocp_on_azure and not ocp_on_cloud" + export IQE_MARKER_EXPRESSION="cost_smoke and not cost_exclude_ocp_smokes" elif grep -E "hot-fix-smoke-tests" <<< "$SMOKE_LABELS"; then export IQE_FILTER_EXPRESSION="test_api" export IQE_MARKER_EXPRESSION="cost_hotfix"