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

feat: set default components container image and default editor #1486

Merged
merged 2 commits into from
Aug 25, 2022
Merged

Conversation

tolusha
Copy link
Contributor

@tolusha tolusha commented Aug 17, 2022

@olexii4
Copy link
Contributor

olexii4 commented Aug 17, 2022

@tolusha Thank you very much for helping with eclipse-che/che#21554
I have tested it. It works as expected.
@ibuziuk @l0rd
What do you think about new defaults?

    defaultComponents:
      - container:
          image: 'quay.io/devfile/universal-developer-image:ubi8-latest'
        name: universal-developer-image
    defaultEditor: che-incubator/che-code/insiders

Copy link
Member

@ibuziuk ibuziuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me in general, but I think @l0rd suggested using the tag instead of latest

  • not sure if we need to additionally communicate the switch to che-code by default with the community

@l0rd
Copy link
Contributor

l0rd commented Aug 18, 2022

Looks good to me in general, but I think @l0rd suggested using the tag instead of latest

* not sure if we need to additionally communicate the switch to che-code by default with the community

Yes please use theia as the default editor. We want the switch to happen when we are ready Dev Spaces side too (at least eclipse-che/che#20500 should be completed): we want to avoid having 2 different defaults upstream and downstream for a long time. And yes we need to communicate about that.

@l0rd
Copy link
Contributor

l0rd commented Aug 18, 2022

And about using a specific tag: I think it's ok for nightly to use insiders or next but when we do a release we should use a specific tag/version. cc @nickboldt @mkuznyetsov.

@mkuznyetsov
Copy link
Contributor

And about using a specific tag: I think it's ok for nightly to use insiders or next but when we do a release we should use a specific tag/version. cc @nickboldt @mkuznyetsov.

unlike other che-incubator/eclipse che projects, che-code doesn't have defined release workflow right now. I observe two workflows in it, one called insiders, that builds from pushes main branch, and one called stable, that builds from pushes to 1.y.z format branches (which was not used since 8 months ago).

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Copy link
Member

@ibuziuk ibuziuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, @tolusha LGTM 👍

@openshift-ci
Copy link

openshift-ci bot commented Aug 24, 2022

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ibuziuk, olexii4, tolusha

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Aug 24, 2022

@tolusha: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/v11-che-behind-proxy 508b8de link true /test v11-che-behind-proxy
ci/prow/v11-devworkspace-happy-path 508b8de link true /test v11-devworkspace-happy-path

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@azatsarynnyy
Copy link
Member

And about using a specific tag: I think it's ok for nightly to use insiders or next but when we do a release we should use a specific tag/version. cc @nickboldt @mkuznyetsov.

unlike other che-incubator/eclipse che projects, che-code doesn't have defined release workflow right now. I observe two workflows in it, one called insiders, that builds from pushes main branch, and one called stable, that builds from pushes to 1.y.z format branches (which was not used since 8 months ago).

You're right @mkuznyetsov, we have only next/insider images published.
There's a task to setup a release job for Che-Code: eclipse-che/che#21552

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants