Skip to content

Commit 867ee38

Browse files
authored
next test
1 parent b799ab1 commit 867ee38

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

.github/actions/gmt-pytest/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ runs:
3535
shell: bash
3636
working-directory: ${{ inputs.gmt-directory }}
3737
run: |
38-
./install_linux.sh -p testpw -a http://api.green-coding.internal:9142 -m http://metrics.green-coding.internal:9142 -n -t
38+
./install_mac.sh -p testpw -a http://api.green-coding.internal:9142 -m http://metrics.green-coding.internal:9142
3939
source venv/bin/activate
4040
python3 -m pip install -r requirements-dev.txt
41-
python3 -m pip install -r metric_providers/psu/energy/ac/xgboost/machine/model/requirements.txt
41+
# python3 -m pip install -r metric_providers/psu/energy/ac/xgboost/machine/model/requirements.txt
4242
4343
- name: disable unneeded metric providers and run test setup script
4444
shell: bash
4545
working-directory: ${{ inputs.gmt-directory }}
4646
run: |
4747
source venv/bin/activate
48-
python3 disable_metric_providers.py ${{ inputs.metrics-to-turn-off }}
48+
# python3 disable_metric_providers.py ${{ inputs.metrics-to-turn-off }}
4949
cd tests && python3 setup-test-env.py --no-docker-build
5050
5151
- name: Set up Docker Buildx

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,8 @@ jobs:
1717
ref: ${{ github.ref }}
1818
submodules: 'true'
1919

20-
- name: Eco CI Energy Estimation - Initialize
21-
uses: green-coding-berlin/eco-ci-energy-estimation@v2
22-
with:
23-
task: start-measurement
24-
2520
- name: 'Setup, Run, and Teardown Tests'
2621
uses: ./.github/actions/gmt-pytest
2722
with:
2823
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
2924
github-token: ${{ secrets.GITHUB_TOKEN }}
30-
31-
- name: Eco CI Energy Estimation - Get Measurement
32-
uses: green-coding-berlin/eco-ci-energy-estimation@v2
33-
with:
34-
task: get-measurement
35-
branch: main
36-
37-
- name: Eco CI Energy Estimation - End Measurement
38-
uses: green-coding-berlin/eco-ci-energy-estimation@v2
39-
with:
40-
task: display-results
41-
branch: main
42-
pr-comment: true
43-

0 commit comments

Comments
 (0)