Skip to content

Commit c99d2c6

Browse files
committed
changed system -> machine in disable script to match changes on gmt config
1 parent b52ff84 commit c99d2c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples-application-testing-bare-metal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: 'Setup, Run, and Teardown Tests'
6060
uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@dev
6161
with:
62-
metrics-to-turn-off: '--categories System Sensors Debug MacOS'
62+
metrics-to-turn-off: '--categories Machine Sensors Debug MacOS'
6363
gmt-directory: './green-metrics-tool'
6464
tests-directory: './examples-directory/test'
6565
tests-command: 'pytest smoke_test.py -k "test_all_directories"'

.github/workflows/examples-application-testing-vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: 'Setup, Run, and Teardown Tests'
6666
uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@dev
6767
with:
68-
metrics-to-turn-off: '--categories RAPL System Sensors Debug CGroupV2 MacOS --providers CpuFrequencySysfsCoreProvider'
68+
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS --providers CpuFrequencySysfsCoreProvider'
6969
gmt-directory: './green-metrics-tool'
7070
tests-directory: './examples-directory/test'
7171
tests-command: 'pytest smoke_test.py -k "test_all_directories"'

0 commit comments

Comments
 (0)