Botmate: update to label cloudengine files. (#63566)
* Update BOTMETA.yml * update for cloudengine.
This commit is contained in:
parent
5c5a315a44
commit
3e6ecdedb4
1 changed files with 13 additions and 4 deletions
17
.github/BOTMETA.yml
vendored
17
.github/BOTMETA.yml
vendored
|
@ -290,8 +290,9 @@ files:
|
|||
labels: [ asa, cisco, networking ]
|
||||
$modules/network/avi/: $team_avi
|
||||
$modules/network/bigswitch/: jayakody tedelhourani vuile
|
||||
$modules/network/cloudengine/:
|
||||
$modules/network/cloudengine/: &cloudengine
|
||||
maintainers: $team_huawei
|
||||
labels: [ huawei, cloudengine, networking ]
|
||||
$modules/network/cnos/: dkasberg amuraleedhar
|
||||
$modules/network/cumulus/: $team_cumulus
|
||||
$modules/network/dellos10/: skg-net
|
||||
|
@ -736,7 +737,7 @@ files:
|
|||
$module_utils/network/bigswitch:
|
||||
maintainers: jayakody tedelhourani vuile
|
||||
$module_utils/network/cloudengine:
|
||||
maintainers: $team_huawei
|
||||
<<: *cloudengine
|
||||
$module_utils/network/cnos:
|
||||
maintainers: dkasberg amuraleedhar
|
||||
$module_utils/network/common:
|
||||
|
@ -952,6 +953,9 @@ files:
|
|||
$plugins/action/bigiq:
|
||||
maintainers: caphrim007 wojtek0806
|
||||
labels: networking
|
||||
$plugins/action/ce:
|
||||
<<: *cloudengine
|
||||
support: network
|
||||
$plugins/action/dellos:
|
||||
maintainers: skg-net
|
||||
labels: networking
|
||||
|
@ -1044,6 +1048,8 @@ files:
|
|||
|
||||
$plugins/cliconf/:
|
||||
labels: networking
|
||||
$plugins/cliconf/ce.py:
|
||||
<<: *cloudengine
|
||||
$plugins/cliconf/edgeswitch.py:
|
||||
maintainers: f-bor
|
||||
$plugins/cliconf/eos.py:
|
||||
|
@ -1339,8 +1345,7 @@ files:
|
|||
maintainers: Im0
|
||||
support: community
|
||||
$plugins/netconf/ce.py:
|
||||
maintainers: $team_huawei
|
||||
labels: networking
|
||||
<<: *cloudengine
|
||||
$plugins/netconf/sros.py:
|
||||
maintainers: wisotzky $team_networking
|
||||
labels: networking
|
||||
|
@ -1360,6 +1365,8 @@ files:
|
|||
$plugins/terminal/__init__.py:
|
||||
support: network
|
||||
$plugins/terminal/asa.py: *asa
|
||||
$plugins/terminal/ce.py:
|
||||
<<: *cloudengine
|
||||
$plugins/terminal/dellos10:
|
||||
maintainers: skg-net
|
||||
$plugins/terminal/edgeos.py:
|
||||
|
@ -1484,6 +1491,7 @@ files:
|
|||
test/integration/targets/asa_: *asa
|
||||
test/integration/targets/acme: *crypto
|
||||
test/integration/targets/aix: *aix
|
||||
test/integration/targets/ce_: *cloudengine
|
||||
test/integration/targets/cloudscale:
|
||||
maintainers: $team_cloudscale
|
||||
labels: cloud
|
||||
|
@ -1549,6 +1557,7 @@ files:
|
|||
maintainers: $team_networking
|
||||
labels: networking
|
||||
test/units/modules/network/aireos: *aireos
|
||||
test/units/modules/network/cloudengine: *cloudengine
|
||||
test/units/modules/network/exos: $team_extreme
|
||||
test/units/modules/network/ftd: *ftd
|
||||
test/units/modules/network/ios: *ios
|
||||
|
|
Loading…
Reference in a new issue