Skip to content

Commit ecb200e

Browse files
authored
Bump freebsd action (#3520)
Update `vmactions/freebsd-vm` and update to FreeBSD 15.0. Signed-off-by: Ben Kochie <superq@gmail.com>
1 parent 48c5b1e commit ecb200e

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/bsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- name: Checkout the repository
2929
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
- name: test-e2e
31-
uses: vmactions/freebsd-vm@0cd283ca698d48b59cda444a9948f48a30709627 # v1.2.8
31+
uses: vmactions/freebsd-vm@a9c0dcaf5ed572d89ea1a59fe2217d3b3da4fd23 # v1.3.7
3232
with:
33-
release: "14.3"
33+
release: "15.0"
3434
copyback: false
3535
envs: 'GO_VERSION_FREEBSD GNU_TAR_VERSION'
3636
usesh: true

collector/fixtures/e2e-output-freebsd.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,18 @@ 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.99743232e+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
264276
# HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler.
265277
# TYPE promhttp_metric_handler_errors_total counter
266278
promhttp_metric_handler_errors_total{cause="encoding"} 0

0 commit comments

Comments
 (0)