File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ runs:
35
35
shell : bash
36
36
working-directory : ${{ inputs.gmt-directory }}
37
37
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
39
39
source venv/bin/activate
40
40
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
42
42
43
43
- name : disable unneeded metric providers and run test setup script
44
44
shell : bash
45
45
working-directory : ${{ inputs.gmt-directory }}
46
46
run : |
47
47
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 }}
49
49
cd tests && python3 setup-test-env.py --no-docker-build
50
50
51
51
- name : Set up Docker Buildx
Original file line number Diff line number Diff line change 17
17
ref : ${{ github.ref }}
18
18
submodules : ' true'
19
19
20
- - name : Eco CI Energy Estimation - Initialize
21
- uses : green-coding-berlin/eco-ci-energy-estimation@v2
22
- with :
23
- task : start-measurement
24
-
25
20
- name : ' Setup, Run, and Teardown Tests'
26
21
uses : ./.github/actions/gmt-pytest
27
22
with :
28
23
metrics-to-turn-off : ' --categories RAPL Machine Sensors Debug CGroupV2 MacOS'
29
24
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
-
You can’t perform that action at this time.
0 commit comments