Skip to content
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

Download chectl install script from https://che-incubator.github.io/chectl/install.sh in Eclipse Che E2E tests #22925

Closed
dmytro-ndp opened this issue Apr 17, 2024 · 1 comment
Assignees
Labels
area/qe e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. kind/task Internal things, technical debt, and to-do tasks to be performed. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.

Comments

@dmytro-ndp
Copy link
Contributor

dmytro-ndp commented Apr 17, 2024

Is your task related to a problem? Please describe

Eclipse Che E2E tests is downloading chectl from https://www.eclipse.org/che/chectl/

$bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next
/dev/fd/63: line 1: syntax error near unexpected token `newline'
/dev/fd/63: line 1: `<!DOCTYPE html>'

It affected periodic Eclipse Che tests and E2E tests on OpenShift CI jobs, which are failing on "Build git source code into an image and tag it as root" step with error message:

{  error occurred handling build root-amd64: the build root-amd64 failed after 55s with reason DockerBuildFailed: Dockerfile build strategy has failed.}

An example of failed job: https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/eclipse-che_ch[…]-main-v14-gitlab-with-oauth-setup-flow/1780130915125563392

Describe the solution you'd like

Solution: download chectl install script from https://che-incubator.github.io/chectl/install.sh in E2E tests [1].

[1] #22921 (comment)

Describe alternatives you've considered

No response

Additional context

No response

@dmytro-ndp
Copy link
Contributor Author

che-operator repo fixup PR: eclipse-che/che-operator#1826

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/qe e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. kind/task Internal things, technical debt, and to-do tasks to be performed. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Projects
None yet
Development

No branches or pull requests

1 participant