Update Report workflows (#88)
This commit is contained in:
parent
fd540a53b1
commit
5342261db0
|
@ -3,17 +3,17 @@ name: Report - HoldMyBeerTest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 * */2 * *'
|
- cron: '30 1 */2 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_tests:
|
run_tests:
|
||||||
name: Call runner
|
name: Call runner
|
||||||
uses: ./.github/workflows/continuous-tests.yaml
|
uses: ./.github/workflows/run-continuous-tests.yaml
|
||||||
with:
|
with:
|
||||||
source: ${{ format('{0}/{1}', github.server_url, github.repository) }}
|
source: ${{ format('{0}/{1}', github.server_url, github.repository) }}
|
||||||
branch: master
|
branch: master
|
||||||
nameprefix: c-tests-report-holdmybeertest
|
nameprefix: c-tests-report-holdmybeertest-48h
|
||||||
tests_target_duration: 48h
|
tests_target_duration: 48h
|
||||||
tests_filter: HoldMyBeerTest
|
tests_filter: HoldMyBeerTest
|
||||||
tests_cleanup: true
|
tests_cleanup: true
|
||||||
|
|
|
@ -3,17 +3,17 @@ name: Report - PeersTest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 * */2 * *'
|
- cron: '30 1 */2 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_tests:
|
run_tests:
|
||||||
name: Call runner
|
name: Call runner
|
||||||
uses: ./.github/workflows/continuous-tests.yaml
|
uses: ./.github/workflows/run-continuous-tests.yaml
|
||||||
with:
|
with:
|
||||||
source: ${{ format('{0}/{1}', github.server_url, github.repository) }}
|
source: ${{ format('{0}/{1}', github.server_url, github.repository) }}
|
||||||
branch: master
|
branch: master
|
||||||
nameprefix: c-tests-report-peerstest
|
nameprefix: c-tests-report-peerstest-48h
|
||||||
tests_target_duration: 48h
|
tests_target_duration: 48h
|
||||||
tests_filter: PeersTest
|
tests_filter: PeersTest
|
||||||
tests_cleanup: true
|
tests_cleanup: true
|
||||||
|
|
Loading…
Reference in New Issue