Skip to content

Commit

Permalink
qa-tests: change test scheduling (#12613)
Browse files Browse the repository at this point in the history
This PR re-schedule some tests to run at 08:00 PM UTC - It is a try to
help team members working at non-EU timezones
  • Loading branch information
mriccobene authored Nov 6, 2024
1 parent 2595385 commit 4d577d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/qa-constrained-tip-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@ name: QA - Constrained Tip tracking

on:
schedule:
- cron: '0 0 * * 0' # Run on Sunday at 00:00 AM UTC
- cron: '0 20 * * 0' # Run on Sunday at 08:00 PM UTC
workflow_dispatch: # Run manually
pull_request:
branches:
- qa_tests_constrained_tip_tracking
types:
- opened
- synchronize
- ready_for_review

jobs:
constrained-tip-tracking-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa-snap-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: QA - Snapshot Download

on:
schedule:
- cron: '0 22 * * 1-6' # Run every night at 22:00 (10:00 PM) UTC except Sunday
- cron: '0 20 * * 1-6' # Run every night at 20:00 (08:00 PM) UTC except Sunday
workflow_dispatch: # Run manually

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa-tip-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: QA - Tip tracking

on:
schedule:
- cron: '0 0 * * 1-6' # Run every night at 00:00 AM UTC except Sunday
- cron: '0 20 * * 1-6' # Run every night at 08:00 PM UTC except Sunday
workflow_dispatch: # Run manually

jobs:
Expand Down

0 comments on commit 4d577d5

Please sign in to comment.