Skip to content

Commit

Permalink
Update ocp-smoke-tests (#4891)
Browse files Browse the repository at this point in the history
* Update ocp-smoke-tests

* Add aws ingest tests

* Update markers
  • Loading branch information
esebesto committed Feb 13, 2024
1 parent 54f2421 commit 8b0c7a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b0c7a1

Please sign in to comment.