Skip to content

Commit 0dbc57d

Browse files
committed
Disabled second PSU provider for VM tests
1 parent 5413d50 commit 0dbc57d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-vm-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: 'Setup, Run, and Teardown Tests'
3535
uses: ./.github/actions/gmt-pytest
3636
with:
37-
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
37+
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS --providers PsuEnergyAcSdiaMachineProvider'
3838
github-token: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Eco CI Energy Estimation - Get Measurement

.github/workflows/tests-vm-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: 'Setup, Run, and Teardown Tests'
2626
uses: ./.github/actions/gmt-pytest
2727
with:
28-
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
28+
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS --providers PsuEnergyAcSdiaMachineProvider'
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Eco CI Energy Estimation - Get Measurement

0 commit comments

Comments
 (0)