Skip to content

feat(fuse): track connections with /meterics (for waiting/congested FUSE connection, per fuse device), lower hw-slowdown event level from warning to info #1070

feat(fuse): track connections with /meterics (for waiting/congested FUSE connection, per fuse device), lower hw-slowdown event level from warning to info

feat(fuse): track connections with /meterics (for waiting/congested FUSE connection, per fuse device), lower hw-slowdown event level from warning to info #1070

Workflow file for this run

name: Build and Store gpud binary
on:
push:
branches:
- main
pull_request:
branches: ["**"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
kernel_version: [ "5.15.0-1065-aws", "6.8.0-1011-aws" ]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up environment
run: |
sudo apt-get update
sudo apt-get install -y linux-headers-${{ matrix.kernel_version }}
- name: Build project
run: |
make
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: gpud-${{ matrix.kernel_version }}
path: bin/gpud