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

[CI] Separated Out NightlyTests #2662

Conversation

AlexandreSinger
Copy link
Contributor

Separated out the NightlyTests from the regular tests. This separation makes sense since the NightlyTests take so much longer to run and are run on different machines. This makes it easier to configure when these tests are run in the future (especially if we need to change the testing machines and do not want these tests to run as often).

Also made them run nightly instead of on push to master or PRs since they are currently not working. Once they start working again, we can re-enable this feature if we want.

This builds off issue #2652 . This should help bring the CI back up (at least getting some of the tests running).

Separated out the NightlyTests from the regular tests. This separation
makes sense since the NightlyTests take so much longer to run and are
run on different machines. This makes it easier to configure when these
tests are run in the future (especially if we need to change the testing
machines and do not want these tests to run as often).

Also made them run nightly instead of on push to master or PRs since
they are currently not working. Once they start working again, we can
re-enable this feature if we want.
@github-actions github-actions bot added the infra Project Infrastructure label Jul 23, 2024
@AlexandreSinger
Copy link
Contributor Author

@vaughnbetz This PR separates out the NightlyTests from the regular Tests. This also turns off the NightlyTests from running on PR for now while we fix the issue with CI (so people can more easily tell when their code is not working). Please review.

@vaughnbetz
Copy link
Contributor

Seems OK to me...

@vaughnbetz vaughnbetz merged commit 843df0a into verilog-to-routing:master Jul 24, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Project Infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants