Skip to content

add scheduled test-run at night #1391

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

Merged
merged 1 commit into from
May 2, 2021
Merged

Conversation

syphar
Copy link
Member

@syphar syphar commented May 2, 2021

following the issue with nightly breaking our build we should start having a nightly test-run to be notified when the build breaks.

IMHO it doesn't hurt to just run the normal CI-job, of course we could split these into two separate workflows where we only schedule the build-test.

@syphar syphar self-assigned this May 2, 2021
@syphar syphar added S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work. labels May 2, 2021
@syphar
Copy link
Member Author

syphar commented May 2, 2021

IMHO we can block this until the build-tests are green again.

Copy link
Member

@jyn514 jyn514 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how to make sure this works, but I guess we'll see once it's merged and the checks start running 😆

@syphar
Copy link
Member Author

syphar commented May 2, 2021

Not sure how to make sure this works, but I guess we'll see once it's merged and the checks start running 😆

you can see it working similarly in

on:
push:
pull_request:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"

@syphar syphar force-pushed the scheduled-test branch from 9ed21c0 to 75747e6 Compare May 2, 2021 19:06
@syphar syphar removed the S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work. label May 2, 2021
@syphar syphar merged commit c2d325f into rust-lang:master May 2, 2021
@syphar syphar deleted the scheduled-test branch May 2, 2021 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants