Skip to content

Commit

Permalink
testing new yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ragghianti committed Aug 19, 2024
1 parent 7567be4 commit 36e67bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash -e

# Temporarily disable for testing
hostname
exit

COMPONENT=$1
DEBUG=$2
SHLIB=$3
Expand Down
19 changes: 14 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,29 @@ jobs:
papi_component_cpu:
strategy:
matrix:
component: [perf_event, powercap, lmsensors, io, net, appio, coretemp, stealtime]
component: [perf_event, lmsensors, io, net, appio, coretemp, stealtime]
debug: [yes, no]
shlib: [with, without]
device: [cpu]
include:
- component: powercap
device: cpu_intel
fail-fast: false
runs-on: cpu
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Test
run: .github/workflows/ci.sh ${{matrix.component}} ${{matrix.debug}} ${{matrix.shlib}}
papi_component_cpu_intel:
strategy:
matrix:
component: [powercap]
debug: [yes, no]
shlib: [with, without]
fail-fast: false
runs-on: cpu_intel
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Test
run: .github/workflows/ci.sh ${{matrix.component}} ${{matrix.debug}} ${{matrix.shlib}}
papi_component_nvidia:
strategy:
matrix:
Expand Down

0 comments on commit 36e67bf

Please sign in to comment.