Skip to content

amd_smi: Remove carriage return #29

amd_smi: Remove carriage return

amd_smi: Remove carriage return #29

name: amd_smi
on:
pull_request:
# run CI only if amd_smi directory or amd_smi sub-directories receive updates
paths:
- 'src/components/amd_smi/**'
# allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
component_tests:
strategy:
matrix:
component: [amd_smi]
debug: [yes, no]
shlib: [with, without]
fail-fast: false
runs-on: [self-hosted, gpu_amd]
timeout-minutes: 60
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: amd_smi component tests
run: .github/workflows_scripts/ci_individual_component.sh ${{matrix.component}} ${{matrix.debug}} ${{matrix.shlib}}