-
Notifications
You must be signed in to change notification settings - Fork 3k
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 tests to GitHub Actions CI/CD workflow #6953
Add tests to GitHub Actions CI/CD workflow #6953
Conversation
This comment has been minimized.
This comment has been minimized.
331ef38
to
2418bc8
Compare
ea96d0a
to
57a1fe5
Compare
57a1fe5
to
dc935c4
Compare
Thank you! Related to #7279. A few comments/questions about this change specifically:
|
|
I think @chrahunt meant, what is the effect if multiple PRs are opened at the same time -- how much of a slowdown would this entail? |
Ah, not much I think. Compare these:
Since GH workflows run in parallel with Azure, I'd say that they'll finish faster, hence no slow-down. Also, I've set |
@chrahunt @pradyunsg how do we advance this now? |
Let's have a discussion in #7279 about what we want our CI situation to look like. |
I'm gonna say this is blocked on #7279, since once we know how we want to do CI, we'll pick the relevant parts from this PR. :) |
Closing since:
|
Trying to figure out how hard it is to make actions run tests...