function getPlatformWeight(platform) {
switch (platform) {
case 'windows10-64-shippable-qr':
- return 0.8;
+ return 0.4;
+ case 'windows11-64-shippable-qr':
+ return 0.4;
case 'macosx1400-64-shippable-qr':
return 0.2;
default:
plugins: {
annotation: {
annotations: {
- line9: {
- type: 'line',
- xMin: '2024-03-09 00:00',
- xMax: '2024-03-09 00:00',
- borderColor: 'black',
- borderWidth: 2,
- },
- label9: {
- type: 'label',
- xValue: '2024-03-09 00:00',
- yValue: 40,
- backgroundColor: 'rgb(255,128,128)',
- content: ['Release'],
- font: {
- size: 14
- },
- rotation: -90,
- borderRadius: 4
- },
}
}
}