Skip to content

Commit be0dcd8

Browse files
authored
Rollback FreeBSD version (#3440)
Rollback to FreeBSD 14.x to avoid breakage in the 15.x pre-release. Signed-off-by: Ben Kochie <superq@gmail.com>
1 parent b7a54fe commit be0dcd8

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/bsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: test-e2e
3131
uses: vmactions/freebsd-vm@487ce35b96fae3e60d45b521735f5aa436ecfade # v1.2.4
3232
with:
33-
release: "15.0"
33+
release: "14.3"
3434
copyback: false
3535
envs: 'GO_VERSION_FREEBSD GNU_TAR_VERSION'
3636
usesh: true

collector/fixtures/e2e-output-freebsd.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -261,18 +261,6 @@ node_xfrm_out_state_proto_error_packets_total 4542
261261
# HELP node_xfrm_out_state_seq_error_packets_total Sequence error i.e. Sequence number overflow
262262
# TYPE node_xfrm_out_state_seq_error_packets_total counter
263263
node_xfrm_out_state_seq_error_packets_total 543
264-
# HELP node_zfs_arcstats_c_min_bytes ZFS ARC minimum size
265-
# TYPE node_zfs_arcstats_c_min_bytes gauge
266-
node_zfs_arcstats_c_min_bytes 1.99932544e+08
267-
# HELP node_zfs_arcstats_mfu_ghost_size ZFS ARC MFU ghost size
268-
# TYPE node_zfs_arcstats_mfu_ghost_size gauge
269-
node_zfs_arcstats_mfu_ghost_size 0
270-
# HELP node_zfs_arcstats_mru_ghost_hits_total ZFS ARC MRU ghost hits
271-
# TYPE node_zfs_arcstats_mru_ghost_hits_total counter
272-
node_zfs_arcstats_mru_ghost_hits_total 0
273-
# HELP node_zfs_arcstats_pm_bytes ZFS ARC meta MRU target frac
274-
# TYPE node_zfs_arcstats_pm_bytes gauge
275-
node_zfs_arcstats_pm_bytes 2.147483648e+09
276264
# HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler.
277265
# TYPE promhttp_metric_handler_errors_total counter
278266
promhttp_metric_handler_errors_total{cause="encoding"} 0

0 commit comments

Comments
 (0)