Skip to content

Commit

Permalink
Test conditional check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Nov 7, 2024
1 parent 4dca74c commit 6159136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ utils/papi_component_avail

# check list of active components
ACTIVE_COMPONENTS=$(utils/papi_component_avail | grep -A1000 'Active components' | grep "Name:" | sed 's/Name: //' | awk '{print $1}' | paste -sd ' ' -)
echo $ACTIVE_COMPONENTS
if [ "$ACTIVE_COMPONENTS" != "perf_event perf_event_uncore cuda nvml powercap net appio io stealtime coretemp lmsensors sde sysdetect" ]; then
if [ "$ACTIVE_COMPONENTS" != "perf_event perf_event_uncore cuda nvml powercap net appio io stealtime coretemp lmsensors sde" ]; then
echo "Component that should be active are not."
exit 1
fi
Expand Down

0 comments on commit 6159136

Please sign in to comment.