- Notifications
You must be signed in to change notification settings - Fork909
Commitea2cae0
authored
chore: tune postgres CI tests (#17756)
Changes:- use a bigger runner for test-go-pg on Linux- use a depot runner to run postgres tests on Windows- use the same Windows ramdisk action for postgres tests as the onecurrently used for in-memory tests- put GOTMPDIR on a ramdisk on Windows- tune the number of tests running in parallel on macOS and Windows- use a ramdisk for postgres on macOS- turn off Spotlight indexing on macOS- rerun failing tests to stop flakes from disrupting developersResults:- test-go-pg on Linux completing in 50% of the time it takes to run onmain ([run onmain](https://github.com/coder/coder/actions/runs/14937632073/job/41968714750),[run on thisPR](https://github.com/coder/coder/actions/runs/14956584795/job/42013097674?pr=17756))- macOS tests completing in 70% of the time ([run onmain](https://github.com/coder/coder/actions/runs/14921155015/job/41916639889),[run on thisPR](https://github.com/coder/coder/actions/runs/14956590940/job/42013102975))- Windows tests completing in 50% of the time ([run onmain](https://github.com/coder/coder/actions/runs/14921155015/job/41916640058),[run on thisPR](https://github.com/coder/coder/actions/runs/14956590940/job/42013103116))This PR helps unblock#15109.1 parent3783241 commitea2cae0
File tree
3 files changed
+62
-19
lines changed- .github
- actions/setup-go
- workflows
3 files changed
+62
-19
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
35 |
| - | |
| 37 | + | |
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
454 | 454 |
| |
455 | 455 |
| |
456 | 456 |
| |
457 |
| - | |
| 457 | + | |
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
|
Lines changed: 58 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
34 | 51 |
| |
35 | 52 |
| |
36 | 53 |
| |
37 | 54 |
| |
38 | 55 |
| |
39 | 56 |
| |
40 | 57 |
| |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
41 | 64 |
| |
42 | 65 |
| |
43 | 66 |
| |
44 | 67 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 | 68 |
| |
51 | 69 |
| |
52 | 70 |
| |
| |||
55 | 73 |
| |
56 | 74 |
| |
57 | 75 |
| |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
58 | 89 |
| |
59 | 90 |
| |
60 | 91 |
| |
| |||
72 | 103 |
| |
73 | 104 |
| |
74 | 105 |
| |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
75 | 110 |
| |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
82 | 122 |
| |
83 | 123 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
88 | 129 |
| |
89 | 130 |
| |
90 | 131 |
| |
|
0 commit comments
Comments
(0)