Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Status of Happy path PR check of Eclipse Che repos

Issue reported by Dmytro is fixed, but then Happy Path PR check faced two another issues:
* One was caused by https://github.com/eclipse/che-theia/pull/889 (this breaking change was announced and we could adapt the tests quickly & sync that with merging of the che-theia PR. Thanks for great cooperation, Artem)
* Second one was caused by https://github.com/che-incubator/chectl/pull/910.

Happy Path PR check job was adapted to these changes in https://github.com/eclipse/che/pull/18172, so if you still see Happy Path PR check failing in your PR, please make sure you are rebased on che master branch.

Radim

On Thu, Oct 22, 2020 at 11:56 AM Dmytro Nochevnov <dnochevn@xxxxxxxxxx> wrote:
Hello everyone,

FYI: E2E Happy path tests PR check of Eclipse Che / Che-Theia repo is failing on start test workspace step: https://github.com/eclipse/che/issues/18169.
   * Che Deployment team is investigating the problem
   * Problem recognized by the following error messages in Jenkins job console log:
-----------------------------------------------
› Current Kubernetes context: 'minikube'
    Error: ENOENT: no such file or directory, mkdir
    '/home/hudson/.config/chectl'
    Code: ENOENT
===========================

--
With best regards,
Dmytro Nochevnov
Senior Software Quality Engineer
CodeReady Workspaces QE team
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/che-dev

Back to the top