Skip to content

Merge pull request #26 from gcongiu/2023.06.20_pr-checklist #100

Merge pull request #26 from gcongiu/2023.06.20_pr-checklist

Merge pull request #26 from gcongiu/2023.06.20_pr-checklist #100

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
papi_component:
strategy:
matrix:
component: [perf_event, lmsensors, io, net, powercap, appio, coretemp, stealtime]
fail-fast: false
runs-on: cpu_intel
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Test
run: .github/workflows/ci.sh ${{matrix.component}}
papi_component_nvidia:
strategy:
matrix:
component: [cuda, nvml]
fail-fast: false
runs-on: gpu_nvidia
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Test
run: .github/workflows/ci.sh ${{matrix.component}}
papi_component_amd:
strategy:
matrix:
component: [rocm, rocm_smi]
fail-fast: false
runs-on: gpu_amd
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Test
run: .github/workflows/ci.sh ${{matrix.component}}
papi_spack:
runs-on: cpu
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Build/Test/Install via Spack
run: .github/workflows/spack.sh