-
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
[cloud][Canvas] Built asset removed in CI build #47405
Comments
Pinging @elastic/kibana-operations (Team:Operations) |
Just to leave a note after our debugging session with @kobelb . We had to comment out this check If it doesn't (which turned out to be the case) This probably indicates a mismatch between configuration of local dev setup and prod one we run in Cloud containers 🙂 |
#48663 Did not solve the problem. Opening a new PR. |
UPDATE:
I deployed the 7.5.0-SNAPSHOT to a Cloud instance, and the runtime is not present. I downloaded the built artifact and ran it locally: the file is present. It appears as though the Cloud process removes that file from its build of Kibana?
In #46278 I'm building a static runtime,
kbn_canvas.js
, incanvas/shareable_runtime/build
. When I build Kibana locally, usingyarn build
, the file and its directory are present in thebuild
directory. Further, the file and directory are present in thetar.gz
file that results.Yet the build file from CI does not contain that file and directory.
I assume the CI build is more representative of a production build than my local machine.
The text was updated successfully, but these errors were encountered: