-
Notifications
You must be signed in to change notification settings - Fork 10
changes to be able to use streaming with seaside #100
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
@pdebruic could you make a simple change on your branch so that you can trigger the github action for this pull request? Stupid github actions get disabled and I don't know how to force a formerly disabled action to be run against a pull request ... I'm guessing that now that I have re-enabled the action it should run if you make an additional change... |
@pdebruic, we're getting some test failures and it isn't obvious from looking at the stacks whether these failures are due to your recent changes, or changes that have been made to other parts of the infrastructure in the last two months (since the actions were disabled) ... if it turns out that you're changes aren't the root cause, I'll take a look at things and see what's up ... |
I'm sure its mine. I forgot normal zinc doesn't have Grease loaded. So I'll fix it when I can soon!
… On Jun 27, 2022, at 9:49 AM, Dale Henrichs ***@***.***> wrote:
@pdebruic, we're getting some test failures and it isn't obvious from looking at the stacks whether these failures are due to your recent changes, or changes that have been made to other parts of the infrastructure in the last two months (since the actions were disabled) ... if it turns out that you're changes aren't the root cause, I'll take a look at things and see what's up ...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Cool, sounds like a plan ... |
OK I fixed it. I think that last failure is one you've gotta look at.
… On Jun 27, 2022, at 2:01 PM, Dale Henrichs ***@***.***> wrote:
Cool, sounds like a plan ...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Yea, that one is a web-hook that sends results to a slack channel ... but it needs a secret key ... so there are more secrets about github actions that I will have to learn :) ... Thanks! |
oops pressed wrong button |
This is part of SeasideSt/Seaside#1319