Yigit Boyar | 7dcad2b | 2022-02-04 16:49:03 +0000 | [diff] [blame] | 1 | { |
| 2 | "__comment": [ |
| 3 | "Compose and Main are two configurations we have in CI.", |
| 4 | "Each can have include and exclude filters where these filters run an", |
| 5 | "exact match on the project name.", |
| 6 | "If the project matches both exclude and include filters, exclude is prioritized." |
| 7 | ], |
| 8 | "compose" : { |
| 9 | "include" : [ |
Dustin Lam | 29fb659 | 2023-05-05 09:43:14 -0700 | [diff] [blame] | 10 | "compose-runtime" |
Yigit Boyar | 7dcad2b | 2022-02-04 16:49:03 +0000 | [diff] [blame] | 11 | ], |
| 12 | "default": false |
| 13 | }, |
| 14 | "main" : { |
| 15 | "exclude" : [ |
Yigit Boyar | c14adc7 | 2023-09-20 10:27:29 -0700 | [diff] [blame] | 16 | "compose-runtime", |
Yigit Boyar | c14adc7 | 2023-09-20 10:27:29 -0700 | [diff] [blame] | 17 | "room" |
Yigit Boyar | 7dcad2b | 2022-02-04 16:49:03 +0000 | [diff] [blame] | 18 | ], |
| 19 | "default": true |
| 20 | } |
| 21 | } |