blob: 4423f4765b3f74066b48301fa9417bbf56ec0c33 [file] [log] [blame]
{
"__comment": [
"Compose and Main are two configurations we have in CI.",
"Each can have include and exclude filters where these filters run an",
"exact match on the project name.",
"If the project matches both exclude and include filters, exclude is prioritized."
],
"compose" : {
"include" : [
"compose-runtime"
],
"default": false
},
"main" : {
"exclude" : [
"lifecycle"
],
"default": true
}
}