Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Infra
CI Jobs
Official Devices Validator
Commits
9b256146
Commit
9b256146
authored
Mar 09, 2021
by
José Henrique
Browse files
Allow eleven_plus
parent
fde2e3f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
validator.py
View file @
9b256146
...
...
@@ -6,7 +6,7 @@ import operator
os
.
chdir
(
'official_devices'
)
SUGGESTIONS
=
[]
ALLOWED_VERSIONS
=
[
'eleven'
,
'ten'
,
'ten_plus'
,
'pie'
,
'pie_plus'
]
ALLOWED_VERSIONS
=
[
'eleven'
,
'eleven_plus'
,
'ten'
,
'ten_plus'
,
'pie'
,
'pie_plus'
]
REQUIRED_PARAMS_DEVICE
=
[
'name'
,
'brand'
,
'codename'
,
'supported_versions'
]
REQUIRED_PARAMS_TEAM_MEMBER
=
[
'name'
,
'country'
,
'github_username'
,
'devices'
,
'ci_username'
]
REQUIRED_PARAMS_TEAM_MEMBER_DEVICE
=
[
'codename'
,
'versions'
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment