-
Notifications
You must be signed in to change notification settings - Fork 4.9k
devops: add roll stable-test-runner automation #36229
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
Conversation
2d9d148 to
9399649
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
A GitHub Actions workflow to automatically bump the @playwright/test runner version on a weekly schedule or via manual dispatch and open a PR with the update.
- Adds
.github/workflows/roll_stable_test_runner.ymlto run on Mondays at 10:00 UTC and on demand. - Installs the beta runner, extracts its version, creates a branch, commits, and opens a pull request via GitHub App token.
Comments suppressed due to low confidence (2)
.github/workflows/roll_stable_test_runner.yml:5
- The comment says '3AM PST' but 10:00 UTC corresponds to 3 AM PDT (UTC-7) during daylight time; consider clarifying the local timezone or updating to 'PDT'.
# # At 10:00am UTC (3AM PST) every Monday
.github/workflows/roll_stable_test_runner.yml:39
- [nitpick] The commit message prefix 'test:' could be confused with test suite changes; consider using 'chore:' or 'build:' to indicate a dependency bump.
git commit -m "test: roll stable-test-runner to ${{ steps.bump.outputs.VERSION }}"
75e85ad to
ec706bf
Compare
This comment has been minimized.
This comment has been minimized.
ec706bf to
d77c792
Compare
Test results for "tests 1"1 failed 5 flaky39352 passed, 820 skipped Merge workflow run. |
NOTE: Tested in #36230.