glob final fix of expressions with yaml compatibilty

This commit is contained in:
Jakub Jezek 2023-03-29 22:15:35 +02:00
parent 9dd6b3bbe2
commit 07f09b0fd6
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -1,7 +1,6 @@
# Add type: unittest label if any changes in tests folders
'type: unittest':
- /tests/**/*
- openpype/tests/**/*
- '*/*tests*/**/*'
# any changes in documentation structure
'type: documentation':
@ -10,94 +9,94 @@
# hosts triage
'host: Nuke':
- ./**/*nuke*
- ./**/*nuke*/**/*
- '*/**/*nuke*'
- '*/**/*nuke*/**/*'
'host: Photoshop':
- ./**/*photoshop*
- ./**/*photoshop*/**/*
- '*/**/*photoshop*'
- '*/**/*photoshop*/**/*'
'host: Harmony':
- ./**/*harmony*
- ./**/*harmony*/**/*
- '*/**/*harmony*'
- '*/**/*harmony*/**/*'
'host: UE':
- ./**/*unreal*
- ./**/*unreal*/**/*
- '*/**/*unreal*'
- '*/**/*unreal*/**/*'
'host: Houdini':
- ./**/*houdini*
- ./**/*houdini*/**/*
- '*/**/*houdini*'
- '*/**/*houdini*/**/*'
'host: Maya':
- ./**/*maya*
- ./**/*maya*/**/*
- '*/**/*maya*'
- '*/**/*maya*/**/*'
'host: Resolve':
- ./**/*resolve*
- ./**/*resolve*/**/*
- '*/**/*resolve*'
- '*/**/*resolve*/**/*'
'host: Blender':
- ./**/*blender*
- ./**/*blender*/**/*
- '*/**/*blender*'
- '*/**/*blender*/**/*'
'host: Hiero':
- ./**/*hiero*
- ./**/*hiero*/**/*
- '*/**/*hiero*'
- '*/**/*hiero*/**/*'
'host: Fusion':
- ./**/*fusion*
- ./**/*fusion*/**/*
- '*/**/*fusion*'
- '*/**/*fusion*/**/*'
'host: Flame':
- ./**/*flame*
- ./**/*flame*/**/*
- '*/**/*flame*'
- '*/**/*flame*/**/*'
'host: TrayPublisher':
- ./**/*traypublisher*
- ./**/*traypublisher*/**/*
- '*/**/*traypublisher*'
- '*/**/*traypublisher*/**/*'
'host: 3dsmax':
- ./**/*max*
- ./**/*max*/**/*
- '*/**/*max*'
- '*/**/*max*/**/*'
'host: TV Paint':
- ./**/*tvpaint*
- ./**/*tvpaint*/**/*
- '*/**/*tvpaint*'
- '*/**/*tvpaint*/**/*'
'host: CelAction':
- ./**/*celaction*
- ./**/*celaction*/**/*
- '*/**/*celaction*'
- '*/**/*celaction*/**/*'
'host: After Effects':
- ./**/*aftereffects*
- ./**/*aftereffects*/**/*
- '*/**/*aftereffects*'
- '*/**/*aftereffects*/**/*'
'host: Substance Painter':
- ./**/*substancepainter*
- ./**/*substancepainter*/**/*
- '*/**/*substancepainter*'
- '*/**/*substancepainter*/**/*'
# modules triage
'module: Deadline':
- ./**/*deadline*
- ./**/*deadline*/**/*
- '*/**/*deadline*'
- '*/**/*deadline*/**/*'
'module: RoyalRender':
- ./**/*royalrender*
- ./**/*royalrender*/**/*
- '*/**/*royalrender*'
- '*/**/*royalrender*/**/*'
'module: Sitesync':
- ./**/*sync_server*
- ./**/*sync_server*/**/*
- '*/**/*sync_server*'
- '*/**/*sync_server*/**/*'
'module: Ftrack':
- ./**/*ftrack*
- ./**/*ftrack*/**/*
- '*/**/*ftrack*'
- '*/**/*ftrack*/**/*'
'module: Shotgrid':
- ./**/*shotgrid*
- ./**/*shotgrid*/**/*
- '*/**/*shotgrid*'
- '*/**/*shotgrid*/**/*'
'module: Kitsu':
- ./**/*kitsu*
- ./**/*kitsu*/**/*
- '*/**/*kitsu*'
- '*/**/*kitsu*/**/*'