Skip to content

Commit

Permalink
Turning off GPU provider for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jan 12, 2024
1 parent ae0f4b1 commit 9fea117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: 'Setup, Run, and Teardown Tests'
uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@main
with:
metrics-to-turn-off: '--categories Machine Sensors Debug MacOS'
metrics-to-turn-off: '--categories Machine Sensors Debug MacOS GPU'
gmt-directory: './green-metrics-tool'
tests-directory: './examples-directory/test'
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-application-testing-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: 'Setup, Run, and Teardown Tests'
uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@main
with:
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS GPU'
gmt-directory: './green-metrics-tool'
tests-command: 'pytest ../../examples-directory/test/smoke_test.py -k "test_all_directories"'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9fea117

Please sign in to comment.