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