Skip to content

Commit 7c3125d

Browse files
Allow batch tasks on jobs other than skia (#4391)
1 parent c47bd6f commit 7c3125d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/clusterfuzz/_internal/base/tasks/task_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ def get_opted_in_tasks():
4343

4444
def is_task_opted_into_uworker_execution(task):
4545
# TODO(metzman): Remove this after OSS-Fuzz and Chrome are at parity.
46-
if 'skia' not in environment.get_value('JOB_NAME', ''):
47-
# This is just for testing OSS-Fuzz.
48-
return False
4946
uworker_tasks = get_opted_in_tasks()
5047
return task in uworker_tasks
5148

0 commit comments

Comments
 (0)