Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nightly connector test: get results by 6AM UTC #23626

Merged
merged 7 commits into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
alafanechere marked this conversation as resolved.
Show resolved Hide resolved
- 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 * * *"
# 4Am UTC is 6AM EET, 5AM CET, 9PM PST.
alafanechere marked this conversation as resolved.
Show resolved Hide resolved
- cron: "0 4 * * *"

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"
# 4Am UTC is 6AM EET, 5AM CET, 9PM PST.
alafanechere marked this conversation as resolved.
Show resolved Hide resolved
- cron: "0 4 * * 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.
alafanechere marked this conversation as resolved.
Show resolved Hide resolved
- cron: "0 6 * * *"
jobs:
run-qa-engine:
name: "Run QA Engine"
Expand Down