Skip to content

Commit 91c20a8

Browse files
committed
disable new_tests_check
1 parent 600fd71 commit 91c20a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/workflows/pull_request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
job.set_dependency(FUNCTIONAL_TESTS_PARALLEL_BLOCKING_JOB_NAMES)
102102
for job in JobConfigs.buzz_fuzzer_jobs
103103
],
104-
#*[
104+
# *[
105105
# job.set_dependency(FUNCTIONAL_TESTS_PARALLEL_BLOCKING_JOB_NAMES)
106106
# for job in JobConfigs.performance_comparison_with_master_head_jobs
107107
# ], # NOTE (strtgbb): failed previously due to GH secrets not being handled properly, try again later
@@ -136,7 +136,7 @@
136136
workflow_filter_hooks=[should_skip_job],
137137
post_hooks=[
138138
# "python3 ./ci/jobs/scripts/workflow_hooks/feature_docs.py", # NOTE (strtgbb): we don't build docs
139-
"python3 ./ci/jobs/scripts/workflow_hooks/new_tests_check.py",
139+
# "python3 ./ci/jobs/scripts/workflow_hooks/new_tests_check.py", # NOTE (strtgbb): we don't use this
140140
# "python3 ./ci/jobs/scripts/workflow_hooks/can_be_merged.py", # NOTE (strtgbb): relies on labels we don't use
141141
],
142142
)

0 commit comments

Comments
 (0)