Skip to content

Commit

Permalink
turn off upterm; revert test directory to correct one; reference to g…
Browse files Browse the repository at this point in the history
…mt branch with upterm
  • Loading branch information
dan-mm authored Oct 2, 2023
1 parent edcacd9 commit 20252fe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/examples-application-testing-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,20 @@ jobs:
repository: green-coding-berlin/green-metrics-tool
submodules: 'true'
path: green-metrics-tool
ref: test-examples-directory-workflow

- name: Energy Estimation - Get Measurement
uses: green-coding-berlin/eco-ci-energy-estimation@main
with:
task: get-measurement
label: setup

- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: 'Setup, Run, and Teardown Tests'
uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@main
uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@test-examples-directory-workflow
with:
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
gmt-directory: './green-metrics-tool'
tests-directory: './examples-directory/tests'
tests-directory: './examples-directory/test'
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 20252fe

Please sign in to comment.