Skip to content

Commit

Permalink
updated test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 21, 2023
1 parent 2fec78e commit d9b7a39
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rostest_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
16 changes: 15 additions & 1 deletion .github/workflows/testing_mrs_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/testing_nonbloom_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_thirdparty_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d9b7a39

Please sign in to comment.