Skip to content

Commit

Permalink
nightly connector test: get results by 6AM UTC (#23626)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Mar 2, 2023
1 parent 79a62b8 commit 3cf3cfc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: Generate Build Report
on:
workflow_dispatch:
schedule:
# 1pm UTC is 6am PDT.
- cron: "0 13 * * *"
# 6AM UTC is 8AM EET, 7AM CET, 11PM PST.
- cron: "0 6 * * *"

jobs:
build-report:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/connector_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: Connector Integration Tests
on:
workflow_dispatch:
schedule:
# 11am UTC is 4am PDT.
- cron: "0 11 * * *"
# 3AM UTC is 5AM EET, 4AM CET, 8PM PST.
- cron: "0 3 * * *"

jobs:
launch_integration_tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/connector_integration_tests_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: Connector Integration Tests (Alpha connectors only)
on:
workflow_dispatch:
schedule:
# 11am UTC is 4am PDT.
- cron: "0 11 * * 0"
# 3AM UTC is 5AM EET, 4AM CET, 8PM PST.
- cron: "0 3 * * 0"

jobs:
launch_integration_tests_alpha_only:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/run-qa-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Run QA Engine
on:
workflow_dispatch:
schedule:
# 1pm UTC is 6am PDT.
# same time as Generate Build Report
- cron: "0 13 * * *"

# 6AM UTC is 8AM EET, 7AM CET, 11PM PST.
- cron: "0 6 * * *"
jobs:
run-qa-engine:
name: "Run QA Engine"
Expand Down

0 comments on commit 3cf3cfc

Please sign in to comment.