File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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)
You can’t perform that action at this time.
0 commit comments