2023-11-19 21:13:40 +02:00
|
|
|
name: Report - PeersTest
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
2024-01-23 10:47:36 +02:00
|
|
|
# schedule:
|
|
|
|
# - cron: '30 1 */2 * *'
|
2023-11-19 21:13:40 +02:00
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
run_tests:
|
|
|
|
name: Call runner
|
2023-12-18 11:30:15 +02:00
|
|
|
uses: ./.github/workflows/run-continuous-tests.yaml
|
2023-11-19 21:13:40 +02:00
|
|
|
with:
|
|
|
|
source: ${{ format('{0}/{1}', github.server_url, github.repository) }}
|
|
|
|
branch: master
|
2023-12-18 11:30:15 +02:00
|
|
|
nameprefix: c-tests-report-peerstest-48h
|
2023-11-19 21:13:40 +02:00
|
|
|
tests_target_duration: 48h
|
|
|
|
tests_filter: PeersTest
|
|
|
|
tests_cleanup: true
|
|
|
|
secrets: inherit
|