-
-
Notifications
You must be signed in to change notification settings - Fork 782
Convert CI to GitHub Actions #5098
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
ae382fd to
4f9e37c
Compare
4f9e37c to
0545040
Compare
…ature/github-actions
6face28 to
62439c6
Compare
d5daaa9 to
7441ea5
Compare
…fication Slack notification on failed Github Action executions on the master branch
|
@winem Can you push this PR to completion, or at least partial completion? If we only offload four of the five |
|
@blag yes, I'll tackle the rabbitmq issue. |
|
Thanks @winem. Quick context: Per discussion, the transient agreement was to move the Unit tests to Github Actions, That would already help a lot. |
|
To merge this PR we need to make sure:
|
|
@armab I don't see any failing unit tests when I take a look at https://github.com/StackStorm/st2/runs/1704636828?check_suite_focus=true for example. All the exceptions that are shown are expected and the tests as such pass. Please enlighten me. Looks like I miss something here. I'm happy to tackle remaining tests over the weekend. |
…avis-back Keep enough Travis configuration to run integration tests
|
🎉 |
TODO List
Status
Everything has been converted over except for Integration test and Slack notifications.
Integration Tests
stdinrather than blocking on input and timing out here: https://github.com/StackStorm/st2/blob/master/contrib/runners/python_runner/python_runner/python_action_wrapper.py#L305-L315