Commit b9b3b77
committed
ci: temporarily disable the Perl TAP tests
While iterating on the Python pytest port, run only the pytest tests: the
Perl TAP tests double the run time and disk usage (the macOS runner has
been hitting "No space left on device"). tap_tests and pytest are
independent meson test kinds, so -Dtap_tests=disabled skips the Perl tests
while -Dpytest=enabled keeps the Python ones. The Linux meson jobs
configure with MESON_COMMON_PG_CONFIG_ARGS and otherwise let features
auto-detect, so they do not pick up the setting from MESON_COMMON_FEATURES;
pass -Dtap_tests=disabled explicitly in their meson setup commands.
This is a temporary CI-only change to be reverted before the work is
finalized.1 parent a434585 commit b9b3b77
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| 525 | + | |
525 | 526 | | |
526 | 527 | | |
527 | 528 | | |
| |||
608 | 609 | | |
609 | 610 | | |
610 | 611 | | |
| 612 | + | |
611 | 613 | | |
612 | 614 | | |
613 | 615 | | |
| |||
829 | 831 | | |
830 | 832 | | |
831 | 833 | | |
832 | | - | |
| 834 | + | |
833 | 835 | | |
834 | 836 | | |
835 | 837 | | |
| |||
0 commit comments