Skip to content

Commit

Permalink
Ensure the QA check does not influence the report (#22150)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch committed Jan 31, 2023
1 parent dd68ace commit c8257e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/status/report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ CONNECTOR=$1
REPOSITORY=$2
RUN_ID=$3
TEST_OUTCOME=$4
QA_CHECKS_OUTCOME=$5

# TODO: Disabled for on master until #22127 resolved
# QA_CHECKS_OUTCOME=$5
QA_CHECKS_OUTCOME=success

# Ensure connector is prefixed with connectors/
# TODO (ben): In the future we should just hard error if this is not the case
Expand Down

0 comments on commit c8257e4

Please sign in to comment.