hyunw9 opened a new pull request, #5043:
URL: https://github.com/apache/zeppelin/pull/5043
### What is this PR for?
The `run-e2e-tests-in-zeppelin-web` GitHub Actions workflow is currently
failing with a `FileNotFoundException` error.
This failure affects the build stability and prevents proper CI validation
of frontend changes.
The current CI workflow has a build dependency ordering issue:
1. Current problematic workflow step:
```
./mvnw verify -pl zeppelin-web -Pweb-classic -Pspark-scala-2.12
-Pspark-3.4 -Pweb-dist -Pweb-e2e
2. Issue: The workflow only builds zeppelin-web module but skips
zeppelin-web-angular
3. Impact: zeppelin-web requires built artifacts from
zeppelin-web-angular/dist/ directory
4. Result: Zeppelin server startup fails because it cannot find the
frontend build output
### What type of PR is it?
Bug Fix
### Todos
* [ ] Add `zeppelin-web-angular` to Maven project list to ensure proper
build dependency order
* [ ] Resolve `FileNotFoundException` for
`/zeppelin-web-angular/dist/zeppelin` directory
### What is the Jira issue?
* [[ZEPPELIN-6292]](https://issues.apache.org/jira/browse/ZEPPELIN-6292)
### How should this be tested?
* github actions CI already including e2e tests
### Screenshots (if appropriate)
### Questions:
* Does the license files need to update? - No
* Is there breaking changes for older versions? - No
* Does this needs documentation? - No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]