|
16 | 16 | GO_VERSION_DRAGONFLY: "1.25.1" |
17 | 17 | GO_VERSION_FREEBSD: "125" |
18 | 18 | GO_VERSION_NETBSD: "1.25.1" |
19 | | - GO_VERSION_OPENBSD: "1.24.1" |
| 19 | + GO_VERSION_OPENBSD: "1.25.1" |
20 | 20 | GO_VERSION_SOLARIS: "1.25.1" |
21 | 21 |
|
22 | 22 | # To spin up one of the VMs below, see the "Debug Shell" section here: https://github.com/vmactions |
|
30 | 30 | - name: test-e2e |
31 | 31 | uses: vmactions/freebsd-vm@487ce35b96fae3e60d45b521735f5aa436ecfade # v1.2.4 |
32 | 32 | with: |
33 | | - release: "15.0" |
| 33 | + release: "14.3" |
34 | 34 | copyback: false |
35 | 35 | envs: 'GO_VERSION_FREEBSD GNU_TAR_VERSION' |
36 | 36 | usesh: true |
|
76 | 76 | - name: Checkout the repository |
77 | 77 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
78 | 78 | - name: test-e2e |
79 | | - uses: vmactions/openbsd-vm@1e7cc4fa7727646d3cf5921289b1f5c9d1a88f3c # v1.2.0 |
| 79 | + uses: vmactions/openbsd-vm@a254d784d6fad46e22ef73c6ecbb1dc310b04777 # v1.2.3 |
80 | 80 | with: |
81 | 81 | copyback: false |
82 | 82 | envs: 'GO_VERSION_OPENBSD GNU_TAR_VERSION' |
|
90 | 90 | gmake \ |
91 | 91 | go-${GO_VERSION_OPENBSD} \ |
92 | 92 | gsed \ |
93 | | - gtar-${GNU_TAR_VERSION}p0-static \ |
| 93 | + gtar-${GNU_TAR_VERSION}p1-static \ |
94 | 94 | python \ |
95 | 95 | wget |
96 | 96 | run: | |
@@ -122,7 +122,7 @@ jobs: |
122 | 122 | - name: Checkout the repository |
123 | 123 | uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
124 | 124 | - name: test-e2e |
125 | | - uses: vmactions/netbsd-vm@d0228be27fbaba19418cc1b332609a895cf16561 # v1.1.9 |
| 125 | + uses: vmactions/netbsd-vm@7aea50f9eb16df034be5d71eb81fea9804505c28 # v1.2.0 |
126 | 126 | with: |
127 | 127 | copyback: false |
128 | 128 | envs: 'GO_VERSION_NETBSD GNU_TAR_VERSION' |
@@ -271,7 +271,7 @@ jobs: |
271 | 271 | echo "::endgroup::" |
272 | 272 |
|
273 | 273 | test_macos: |
274 | | - name: Run end-to-end tests on macOS |
| 274 | + name: Run end-to-end tests on Darwin/MacOS |
275 | 275 | runs-on: macos-latest |
276 | 276 | steps: |
277 | 277 | - name: Checkout the repository |
@@ -308,5 +308,5 @@ jobs: |
308 | 308 |
|
309 | 309 | echo "::group::Run End-to-End Tests" |
310 | 310 | git config --global --add safe.directory $(pwd) |
311 | | - make test-e2e |
| 311 | + make test-e2e E2E_EXTRA_FLAGS='--collector.diskstats.device-include=disk[04]' |
312 | 312 | echo "::endgroup::" |
0 commit comments