Skip to main content

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

Hello everyone,

FYI: E2E Happy path tests PR check of Eclipse Che related repos fails on different steps:
1. Pull of container images from quay.io is not stable, because of recent outage https://status.quay.io/:
-------------------------------------------------
+ docker pull quay.io/eclipse/che-e2e:nightly
Error response from daemon: received unexpected HTTP status: 500 Internal Server Error
script returned exit code 1
============================

2. Eclipse Che server installation fails, because "chectl server:start" command has recently been replaced with "chectl server:deploy" command (issue https://github.com/eclipse/che/issues/18460):
--------------------------------------------------
+ /mnt/hudson_workspace/workspace/Multiuser-Che-PR-check-E2E-Happy-path-tests-against-k8s/chectl server:start --k8spodreadytimeout=180000 --listr-renderer=verbose --platform=minikube --che-operator-cr-patch-yaml=/mnt/hudson_workspace/workspace/Multiuser-Che-PR-check-E2E-Happy-path-tests-against-k8s/custom-resource-patch.yaml --chenamespace=eclipse-che
› Current Kubernetes context: 'minikube'
 ›   Error: Unexpected arguments: --platform=minikube,
 ›   --che-operator-cr-patch-yaml=/mnt/hudson_workspace/workspace/Multiuser-Che
 ›   -PR-check-E2E-Happy-path-tests-against-k8s/custom-resource-patch.yaml
 ›   See more help with --help
=============================

--
With best regards,
Dmytro Nochevnov
Senior Software Quality Engineer
CodeReady Workspaces QE team

Back to the top