-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Dashboard: fail build when webpack has errors #12911
Conversation
Can one of the admins verify this patch? |
2 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
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.
The introduced changes make sense, but IDE2 teams needs to fix compilation errors before merging this PR.
PR from IDE2 team #12955 |
Can one of the admins verify this PR? |
@ljelinkova checked on my side - it works. But need to update the branch with master to pass checks on this PR. |
1ddb0dc
to
d40658f
Compare
I've rebased to master. |
ci-build |
ci-build |
Signed-off-by: Lucia Jelinkova <ljelinko@redhat.com>
d40658f
to
fcb7b05
Compare
@ashumilova @olexii4 What blocks this PR from merging? |
ci-build |
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
@ljelinkova there are webpack errors thus the build is failing |
ci-test |
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
crw-ci-test |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
crw-ci-test |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
ci-test |
crw-ci-test |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
@ljelinkova It works. But need to update the branch with master to pass checks on this PR. |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
ci-test |
ci-build |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
What does this PR do?
Changes the dashboard build so that when typescript compilation fails (or anything processed by webpack), the whole build fails too. The watch mode should not fail in case of webpack error.
Note that this PR depends on resolving all current compilation problems (e.g #12826)
What issues does this PR fix or reference?
#12902
Release Notes
Docs PR