-
Notifications
You must be signed in to change notification settings - Fork 8.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
Typescript sample panel action functional plugin #26747
Typescript sample panel action functional plugin #26747
Conversation
Pinging @elastic/kibana-app |
3a77437
to
07fd3db
Compare
3a440fc
to
8bf023f
Compare
💔 Build Failed |
hmmm, still failed @spalger, though at a later spot. Screenshot indicates some issues: Looks like jenkins keeps the whole build archive, maybe that will add some illumination. I thought I had set it up at some point to spit out any browser console errors, though I don't see any of those in the jenkins output. 🤔 Will look more next week! |
In one of the other failure groups I see:
Maybe I just need to rebase |
8bf023f
to
384b9ac
Compare
💔 Build Failed |
384b9ac
to
defac5e
Compare
💔 Build Failed |
Same thing, intake fails with:
Looks like there are duplicate EUI includes |
The error that occurs above during the
... I forget why I added that. On a recommendation from @spalger to fix a problem that I now can't remember. I'll remove and see what errors I get. I thought maybe failure to import the |
💔 Build Failed |
e48279f
to
df63e00
Compare
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
💔 Build Failed |
retest |
💚 Build Succeeded |
💔 Build Failed |
wow, i think multiple ci sessions were running at once creating a reporting race condition. |
retest |
💔 Build Failed |
retest |
1 similar comment
retest |
💔 Build Failed |
@@ -88,8 +89,7 @@ | |||
"**/@types/*/**", | |||
"**/grunt-*", | |||
"**/grunt-*/**", | |||
"x-pack/typescript", | |||
"kbn_tp_*/**" | |||
"x-pack/typescript" |
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.
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.
@mattkime as far as I remembered, in the past we had the need to add "kbn_tp_*/**"
to the yarn workspaces nohoist feature in order to have the node_modules installed for the kibana/test/plugin_functional/plugins
, otherwise those plugins during the tests can't read the node_modules they declare from the dll bundle
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.
@mistic so if it passes, its good?
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.
@mattkime well maybe I'm missing something here, but what have changed in order to avoid the dependencies for that plugins being hoisting by the yarn workspaces?
retest |
💔 Build Failed |
💔 Build Failed |
Removed my request for review for the time being, let me know if you want me to take a look at something specific before CI is green |
retest |
💚 Build Succeeded |
…pescript-sample-panel-action
💔 Build Failed |
Closing this in favor of https://github.com/elastic/kibana/pull/33602/files where I hopefully cherrypicked the necessary changes to get this to build. I think I messed up the merge with master, and there are so many commits it's hard to follow exactly what was necessary. |
typescripting for functional test plugins