Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added flows (not shown in promptflow gallery) to skipped flows for promptflow ci #3425

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/promptflow-ci/promptflow_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def check_flow_run_status(
parser.add_argument('--flow_submit_mode', type=str, default="sync")
parser.add_argument('--run_time', type=str, default="default-mir")
parser.add_argument('--skipped_flows', type=str,
default="bring_your_own_data_qna,template_chat_flow,template_eval_flow")
default="bring_your_own_data_qna,template_chat_flow,template_eval_flow, playground-ayod-rag, chat-quality-safety-eval, qna-non-rag-metrics-eval, qna-quality-safety-eval, qna-rag-metrics-eval, rai-eval-ui-dag-flow, rai-qna-quality-safety-eval, ")
# Skip bring_your_own_data_qna test, the flow has a bug.
# Bug 2773738: Add retry when ClientAuthenticationError
# https://msdata.visualstudio.com/Vienna/_workitems/edit/2773738
Expand Down
Loading