Skip to content

Commit 933b35a

Browse files
authored
Skip appending 'next' to target (#5043)
Avoid appending 'next-' to the 'komodo_fullmte' target to prevent inaccurate querying of AB/ API.
1 parent 7deb26b commit 933b35a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/clusterfuzz/_internal/platforms/android/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262

6363
AUTOMOTIVE_TARGET_LIST = ['seahawk_hwasan']
6464

65-
NO_RELEASE_CONFIGURATION_TARGET_LIST = ['shiba_fullmte', 'husky_fullmte']
65+
NO_RELEASE_CONFIGURATION_TARGET_LIST = [
66+
'shiba_fullmte', 'husky_fullmte', 'komodo_fullmte'
67+
]
6668

6769
DEPRECATED_DEVICE_LIST = [
6870
'sailfish', # Pixel

0 commit comments

Comments
 (0)