- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitb6904af
committed
ci: Use a RAM disk for NetBSD and OpenBSD.
Put the RAM disk setup for all three *BSD CI tasks into a common script,replacing the old FreeBSD-specific one from commit0265e5c. This makesthem run 3 times and a bit over 2 times faster, respectively.NetBSD and FreeBSD now share the same one-liner to mount tmpfs. OpenBSDneeds a GCP-image specific recipe that knows where to steal an unuseddisk partition needed to reserve swap space for an mfs RAM disk, becauseits tmpfs is deprecated and currently broken. The configured size isenough for our current tests but could potentially need futureexpansion. Thanks to Bilal for the disklabel incantation.Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com>Discussion:https://postgr.es/m/CA%2BhUKGJJ-XrPhN%2BQA4ZUfYAAXcwOSDty9t0vE9Z8__AdacKnQg%40mail.gmail.com1 parent06eae9e commitb6904af
File tree
3 files changed
+24
-29
lines changed- src/tools/ci
3 files changed
+24
-29
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
159 |
| - | |
| 158 | + | |
160 | 159 |
| |
161 | 160 |
| |
162 | 161 |
| |
| |||
276 | 275 |
| |
277 | 276 |
| |
278 | 277 |
| |
279 |
| - | |
| 278 | + | |
280 | 279 |
| |
281 | 280 |
| |
282 | 281 |
| |
|
Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + |
0 commit comments
Comments
(0)