Skip to content

Commit cce94ed

Browse files
authored
Disable RAPL on VM test run
1 parent 336d0d9 commit cce94ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- name: 'Setup, Run, and Teardown Tests'
5555
uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@dev
5656
with:
57-
metrics-to-turn-off: 'System Sensors Debug'
57+
metrics-to-turn-off: 'RAPL System Sensors Debug CGroupV2'
5858
gmt-directory: './green-metrics-tool'
59-
tests-directory: './examples-directory/test'
59+
tests-directory: './examples-directory/test'

0 commit comments

Comments
 (0)