We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47bd6f commit 7c3125dCopy full SHA for 7c3125d
src/clusterfuzz/_internal/base/tasks/task_utils.py
@@ -43,9 +43,6 @@ def get_opted_in_tasks():
43
44
def is_task_opted_into_uworker_execution(task):
45
# 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
49
uworker_tasks = get_opted_in_tasks()
50
return task in uworker_tasks
51
0 commit comments