Skip to content

Instantly share code, notes, and snippets.

View amisevsk's full-sized avatar

Angel Misevski amisevsk

View GitHub Profile

Repairing DWO installation

WARNING: The Standard Operating Procedure requires cluster admin persmissions.

  1. Update DevWorkspace and DevWorkspaceTemplate CRDs by setting the conversion strategy to None:

    image

    spec:
    

Che issues triage 6-10 August 2020

New issues: 19

Severity Blocker

None

Severity P1

  • [bug] chectl release tags are not compliant with other repositories #17604

Che issues triage 15 May 2020

New issues: 10

Severity Blocker

  • Failed to create workspace minikube with che-operator 7.13.0 - #16944
  • (RESOLVED) Che installation via chectl failing - Error: Cannot find module 'ansi-colors' - #16939

Severity P1

metadata:
name: scala-sbt-nqem0
projects:
- name: console-scala-simple
source:
location: 'https://github.com/sideeffffect/console-scala-simple.git'
type: git
branch: master
components:
- type: chePlugin
@amisevsk
amisevsk / README.md
Created December 20, 2019 16:19 — forked from garagatyi/README.md
How to release Che plugin brokers
  1. Have rights on Codenvy CI (currently Angel, Serhii Kabashnyuk, Anatolii Bazko, Roman Yivshin)
  2. Go to https://ci.codenvycorp.com/job/che-plugin-broker-build-deploy/ and ensure that build after last commit is green image
  3. Go to https://ci.codenvycorp.com/view/All/job/release-che-plugin-broker/. Press Build with Parameters. image
  4. Tags input is shown image
  5. Go to https://github.com/eclipse/che-plugin-broker and check what Git tag should be the next one image
  6. Set new tag in Codenvy CI view. Last field should be container image tag without last dot and digit - like latest bugfix a certain version ![image](https://gist.github.com/gara