Skip to content

Commit c8257e4

Browse files
authored
Ensure the QA check does not influence the report (#22150)
1 parent dd68ace commit c8257e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/status/report.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ CONNECTOR=$1
1111
REPOSITORY=$2
1212
RUN_ID=$3
1313
TEST_OUTCOME=$4
14-
QA_CHECKS_OUTCOME=$5
14+
15+
# TODO: Disabled for on master until #22127 resolved
16+
# QA_CHECKS_OUTCOME=$5
17+
QA_CHECKS_OUTCOME=success
1518

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

0 commit comments

Comments
 (0)