Skip to content

Commit

Permalink
Update functions.sh (#4803)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens authored Nov 22, 2023
1 parent e97686d commit 7d2563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function _set_IQE_filter_expressions_for_smoke_labels() {
export IQE_FILTER_EXPRESSION="test_api"
export IQE_MARKER_EXPRESSION="cost_hotfix"
elif grep -E "cost-model-smoke-tests" <<< "$SMOKE_LABELS"; then
export IQE_FILTER_EXPRESSION="test_api_cost_model or test_api_ocp_source_raw_advanced_rates"
export IQE_FILTER_EXPRESSION="test_api_cost_model or ocp_source_raw"
elif grep -E "full-run-smoke-tests" <<< "$SMOKE_LABELS"; then
export IQE_FILTER_EXPRESSION="test_api"
elif grep -E "smoke-tests" <<< "$SMOKE_LABELS"; then
Expand Down

0 comments on commit 7d2563f

Please sign in to comment.