Skip to content

[6.6-velinux] - Intel RDT monitoring support on Sub-NUMA Cluster (SNC) enabled systems #6

[6.6-velinux] - Intel RDT monitoring support on Sub-NUMA Cluster (SNC) enabled systems

[6.6-velinux] - Intel RDT monitoring support on Sub-NUMA Cluster (SNC) enabled systems #6

Workflow file for this run

# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2024 ByteDance.
name: Pull Request Checking
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- 6.6-velinux
jobs:
StaticCheck:
uses: bytedance/kernel/.github/workflows/static.yml@5.4.143-velinux
secrets:
ssh_key: ${{ secrets.SSH_KEY }}
BuildAndTestKernel:
uses: bytedance/kernel/.github/workflows/build-and-test.yml@5.4.143-velinux
secrets:
ssh_key: ${{ secrets.SSH_KEY }}