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

[e2e] Fix che-theia version to :7.0.0 until tests are adapted to :next #14251

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions e2e/files/happy-path/happy-path-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ components:
id: redhat/java/latest
- type: chePlugin
id: redhat/vscode-yaml/latest
- type: cheEditor
id: eclipse/che-theia/7.0.0
commands:
- name: build
actions:
Expand Down
5 changes: 5 additions & 0 deletions e2e/jenkins/crw-ci/pr-check/k8s/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ pipeline {
stage("Start Single Che") {
steps {
script {
//temporary workaround because of https://github.com/eclipse/che/pull/14247
sh """
echo Workaround for https://github.com/eclipse/che/pull/14247
sed -i 's|image: quay.io/eclipse/che-plugin-registry:nightly|image: quay.io/eclipse/che-plugin-registry:7.0.0|g' ${WORKSPACE}/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml
"""
sh """
${WORKSPACE}/chectl server:start \\
--k8spodreadytimeout=180000 \\
Expand Down