bundlewrap/groups/locations.py
Franzi 0ebcf9762e
All checks were successful
bundlewrap/pipeline/head This commit looks good
add gce workaround
those daemons keep messing with our settings, get rid of them
2020-08-18 15:51:24 +02:00

24 lines
328 B
Python

groups['htz'] = {
'member_patterns': {
r"htz\..*",
},
'subgroups': {
'htz-cloud',
},
}
groups['htz-cloud'] = {
'member_patterns': {
r"htz\-cloud\..*",
},
}
groups['gce'] = {
'bundles': {
'gce-workaround',
},
'member_patterns': {
r"gce\..*",
},
}