We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c3b09 commit dbe5f08Copy full SHA for dbe5f08
src/appengine/handlers/upload_testcase.py
@@ -394,8 +394,7 @@ def do_post(self):
394
395
# Chrome is the only ClusterFuzz deployment where there are trusted bots running utasks.
396
# This check also fails on oss-fuzz because of the way it abuses platform.
397
- if (not trusted_agreement_signed and
398
- utils.is_chromium() and
+ if (not trusted_agreement_signed and utils.is_chromium() and
399
task_utils.is_remotely_executing_utasks() and
400
((platform_id and platform_id != 'Linux') or
401
job.platform.lower() != 'linux')):
0 commit comments