Franziska Kunsmann
0ebcf9762e
All checks were successful
bundlewrap/pipeline/head This commit looks good
those daemons keep messing with our settings, get rid of them
23 lines
328 B
Python
23 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\..*",
|
|
},
|
|
}
|