Update .forgejo/workflows/measure-power-test.yaml
This commit is contained in:
parent
5e5b7a3d1b
commit
d81319c1f5
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
run: git clone https://edp.buildth.ing/DevFW-CICD/fibonacci_pipeline.git fibo
|
||||
|
||||
- name: Start Measurement
|
||||
uses: green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
|
||||
uses: https://github.com/green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
|
||||
with:
|
||||
task: start-measurement
|
||||
# continue-on-error: true # recommended setting for production. See notes below.
|
||||
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
sleep 10
|
||||
|
||||
- name: Tests measurement
|
||||
uses: green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
|
||||
uses: https://github.com/green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
|
||||
with:
|
||||
task: get-measurement
|
||||
label: 'sleep'
|
||||
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
cd fibo && go build .
|
||||
|
||||
- name: Tests measurement
|
||||
uses: green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
|
||||
uses: https://github.com/green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
|
||||
with:
|
||||
task: get-measurement
|
||||
label: 'build'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue