Update Report workflows (#88)

This commit is contained in:
Slava 2023-12-18 11:30:15 +02:00 committed by GitHub
parent fd540a53b1
commit 5342261db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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