forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd4a6c84
committed
ci: Document what makes certain tasks special
To increase coverage without drastically increasing CI resource usage, we havedifferent CI tasks test different things (e.g. the linux tasks usesanitizers). Unfortunately that can create confusing situations where CIfails on some OS, but not others, without the problem appearing to be platformdependent.To, partially, address that, add a comment, prefixed with SPECIAL, to eachtask that we use to test in some non-default way.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/321570.1741195755@sss.pgh.pa.us1 parent0a2f5df commitd4a6c84
1 file changed
+29
-0
lines changedLines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 |
| |
6 | 12 |
| |
7 | 13 |
| |
| |||
55 | 61 |
| |
56 | 62 |
| |
57 | 63 |
| |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
58 | 68 |
| |
59 | 69 |
| |
60 | 70 |
| |
| |||
125 | 135 |
| |
126 | 136 |
| |
127 | 137 |
| |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
128 | 143 |
| |
129 | 144 |
| |
130 | 145 |
| |
| |||
355 | 370 |
| |
356 | 371 |
| |
357 | 372 |
| |
| 373 | + | |
358 | 374 |
| |
359 | 375 |
| |
360 | 376 |
| |
| |||
435 | 451 |
| |
436 | 452 |
| |
437 | 453 |
| |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
438 | 458 |
| |
439 | 459 |
| |
440 | 460 |
| |
| |||
470 | 490 |
| |
471 | 491 |
| |
472 | 492 |
| |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
473 | 497 |
| |
474 | 498 |
| |
475 | 499 |
| |
| |||
530 | 554 |
| |
531 | 555 |
| |
532 | 556 |
| |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
533 | 562 |
| |
534 | 563 |
| |
535 | 564 |
| |
|
0 commit comments
Comments
(0)