Skip to content
Snippets Groups Projects

Update the list of Oniro temporary exemptions

Merged Matt Ward requested to merge mward-master-patch-75227 into master
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -19,7 +19,13 @@ ALLOW_LIST_PROJECTS = ['/eclipse/oniro-core/meta-ts',
'/eclipse/oniro-core/meta-openembedded',
'/eclipse/oniro-core/meta-riscv',
'/eclipse/oniro-core/meta-seco-intel',
'/eclipse/oniro-core/meta-zephyr']
'/eclipse/oniro-core/meta-zephyr',
#Add to resolve https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/895
'/eclipse/oniro-blueprints/doorlock/doorlock-factoryreset',
'/eclipse/oniro-blueprints/doorlock/doorlock-zephyr',
'/eclipse/oniro-blueprints/vending-machine/vending-machine-control-application',
'/eclipse/oniro-blueprints/vending-machine/vending-machine-ui-application'
]
## Process the commit into a hash object that will be posted to the ECA validation service
def process_commit(sha)
Loading