From d9b7a39484aeb14692a715fcf81cfb542feb6a6a Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Tue, 21 Nov 2023 09:09:14 +0100 Subject: [PATCH] updated test pipeline --- .github/workflows/rostest_to_release.yml | 3 --- .github/workflows/testing_mrs_amd64.yml | 16 +++++++++++++++- .github/workflows/testing_nonbloom_amd64.yml | 2 +- .github/workflows/testing_thirdparty_amd64.yml | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rostest_to_release.yml b/.github/workflows/rostest_to_release.yml index ccb8f30b20..1c001c671f 100644 --- a/.github/workflows/rostest_to_release.yml +++ b/.github/workflows/rostest_to_release.yml @@ -3,9 +3,6 @@ name: rostest_to_release on: workflow_dispatch: - schedule: - - cron: '0 5 * * *' # every day at 7am UTC+2 - concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/testing_mrs_amd64.yml b/.github/workflows/testing_mrs_amd64.yml index 16c7e32c6d..edcd40a714 100644 --- a/.github/workflows/testing_mrs_amd64.yml +++ b/.github/workflows/testing_mrs_amd64.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: schedule: - - cron: '0 20 * * *' # every day at 10pm UTC+2 + - cron: '0 10 * * *' # every day at 12am UTC+2 concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -113,3 +113,17 @@ jobs: token: ${{ secrets.PUSH_TOKEN }} - name: Deploy run: .ci_scripts/package_build/push_to_ppa.sh testing /tmp/artifacts + + wait-for-ppa: + runs-on: ubuntu-20.04 + needs: collect-artifacts + steps: + - id: run + run: | + sleep 600 + + test: + needs: wait-for-ppa + uses: ctu-mrs/buildfarm/.github/workflows/rostest_to_release.yml@master + secrets: + PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }} diff --git a/.github/workflows/testing_nonbloom_amd64.yml b/.github/workflows/testing_nonbloom_amd64.yml index 27e1ccba94..c2525b421e 100644 --- a/.github/workflows/testing_nonbloom_amd64.yml +++ b/.github/workflows/testing_nonbloom_amd64.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: schedule: - - cron: '0 20 * * *' # every day at 10pm UTC+2 + - cron: '0 4 * * *' # every day at 6am UTC+2 concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/testing_thirdparty_amd64.yml b/.github/workflows/testing_thirdparty_amd64.yml index 12712be371..2a55690e87 100644 --- a/.github/workflows/testing_thirdparty_amd64.yml +++ b/.github/workflows/testing_thirdparty_amd64.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: schedule: - - cron: '0 20 * * *' # every day at 10pm UTC+2 + - cron: '0 6 * * *' # every day at 8pm UTC+2 concurrency: group: ${{ github.workflow }}-${{ github.ref }}