-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add cron job to nightly tests #7128
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
add cron job to nightly tests #7128
Conversation
Even after adding it back in the UI AzDO still seems to be ignoring the UI added schedule for the Nightly build. Some docs seem to imply this is expected, which others seem to imply that while cron is encouraged the UI schedules should still work.
|
@@ -10,6 +8,16 @@ trigger: none | |||
# Not the PR build for merges to master and release. | |||
pr: none | |||
|
|||
schedules: | |||
- cron: "0 0 * * 1-5" |
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.
Kinda new to the syntax here, this is what I used to check it.
https://crontab.guru/#0_0_*_*_1-5
Codecov Report
@@ Coverage Diff @@
## master #7128 +/- ##
==========================================
- Coverage 58.46% 58.43% -0.04%
==========================================
Files 485 485
Lines 21437 21437
Branches 3462 3462
==========================================
- Hits 12533 12526 -7
- Misses 8123 8135 +12
+ Partials 781 776 -5
Continue to review full report at Codecov.
|
For #
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)