Skip to content

MPT-20587 update cron schedule for e2e tests#322

Merged
jentyk merged 1 commit intomainfrom
feat/MPT-20587
Apr 24, 2026
Merged

MPT-20587 update cron schedule for e2e tests#322
jentyk merged 1 commit intomainfrom
feat/MPT-20587

Conversation

@jentyk
Copy link
Copy Markdown
Member

@jentyk jentyk commented Apr 24, 2026

Closes MPT-20587

  • Updated the E2E test workflow cron schedule to run on Mondays and Thursdays at 08:00 UTC instead of daily

@jentyk jentyk requested a review from a team as a code owner April 24, 2026 11:56
@jentyk jentyk requested review from d3rky and svazquezco April 24, 2026 11:56
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 4774bfe3-6177-4abb-8f3a-e122ffe578cc

📥 Commits

Reviewing files that changed from the base of the PR and between 4f6bdeb and b855e89.

📒 Files selected for processing (1)
  • .github/workflows/cron-main-e2e.yml

📝 Walkthrough

Walkthrough

Modified the E2E workflow's cron schedule trigger from daily execution at 08:00 UTC to selective execution on Mondays and Thursdays at the same time, while preserving all job steps and execution logic.

Changes

Cohort / File(s) Summary
E2E Workflow Schedule
.github/workflows/cron-main-e2e.yml
Updated cron expression from 0 8 * * * to 0 8 * * 1,4, restricting the automated E2E test execution to Mondays and Thursdays instead of daily runs.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Jira Issue Key In Title ✅ Passed The PR title contains the Jira issue key MPT-20587 in the correct format.
Test Coverage Required ✅ Passed PR modifies only .github/workflows/cron-main-e2e.yml, a GitHub Actions workflow configuration file, not application source code. No Python files or application code were changed.
Single Commit Required ✅ Passed The PR contains exactly one commit (b855e89 chore(workflows): update cron schedule for e2e tests), which satisfies the single commit requirement.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link
Copy Markdown

@jentyk jentyk merged commit 486461f into main Apr 24, 2026
4 checks passed
@jentyk jentyk deleted the feat/MPT-20587 branch April 24, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants