-
Notifications
You must be signed in to change notification settings - Fork 206
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
Fixing GH Actions #827
Fixing GH Actions #827
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comment. I am a bit unclear on how to test this since we already released, so I really don't want to run another release. I can manually invoke the action, but unsure if it has any dependency on the event data.
You can test it by adding your branch on Push like i did it with the PR. If you push a commit to this PR, it will test it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of comments
@@ -1,24 +1,26 @@ | |||
import * as blueprints from '../../lib'; | |||
import * as blueprintbuilder from '../../lib/stacks'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's replace with import { BlueprintBuilder } from ...
and just use it as BlueprintBuilder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
import * as utils from "../utils"; | ||
import * as spi from '../../lib/spi' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make lint
- I see GH actions missing semicolons and such
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@shapirov103 All comments fixed, pls check |
/do-e2e-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
end to end tests failed. A maintainer can provide more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/do-e2e-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
end to end tests failed. A maintainer can provide more details.
@elamaran11 can you confirm that local test provisioning and destroying the cluster was successful? |
@shapirov103 Yes both actions are successful in my local test.
|
The failure is specific to the e2e test account, happens only on delete and cannot be reproduced locally. Tests against other accounts succeeded.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.