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

Make Che Theia release script non-interactive #16523

Closed
azatsarynnyy opened this issue Apr 2, 2020 · 0 comments · Fixed by eclipse-che/che-theia#709
Closed

Make Che Theia release script non-interactive #16523

azatsarynnyy opened this issue Apr 2, 2020 · 0 comments · Fixed by eclipse-che/che-theia#709
Assignees
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system.
Milestone

Comments

@azatsarynnyy
Copy link
Member

Is your task related to a problem? Please describe.

We need to make Che Theia release script non-interactive to use it within the automated Che release process.

Describe the solution you'd like

Che Theia release script asks all the required parameters interactively, e.g.:

Do you want to change branch in 'che-theia-init-sources.yml'? [Y/n] <Enter>
Enter branch name: 7.7.x
Enter Theia version : 0.15.0-next.15995cd0
Enter che-theia image tag [latest]: <Enter>
Enter Theia branch name [v0.15.0-next.15995cd0]: master
Enter Theia git refs [refs\/tags\/v0.15.0-next.15995cd0]: refs\\\\\\\\\\/heads\\\\\\\\\\/master
Enter che-theia image version [0.15.0-next.15995cd0]: 7.7.0
Do you want to update extension/plugin version with '7.7.0'? [Y/n] <Enter>

It should be possible to execute it in non-interactive mode, e.g.:

./make-release.sh --repo git@github.com:eclipse/che-machine-exec --version 7.7.1 --trigger-release

There're also several manual steps have to be automated:
https://github.com/eclipse/che-theia/blob/master/RELEASE.md#the-release-changes-to-depend-on-theia-commit

Describe alternatives you've considered

Additional context

@azatsarynnyy azatsarynnyy added kind/task Internal things, technical debt, and to-do tasks to be performed. area/editor/theia Issues related to the che-theia IDE of Che labels Apr 2, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Apr 2, 2020
@azatsarynnyy azatsarynnyy added severity/P1 Has a major impact to usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Apr 2, 2020
@azatsarynnyy azatsarynnyy self-assigned this Apr 2, 2020
@azatsarynnyy azatsarynnyy mentioned this issue Apr 2, 2020
12 tasks
@azatsarynnyy azatsarynnyy added this to the 7.12 milestone Apr 2, 2020
@azatsarynnyy azatsarynnyy added the status/in-progress This issue has been taken by an engineer and is under active development. label Apr 2, 2020
@azatsarynnyy azatsarynnyy removed the status/in-progress This issue has been taken by an engineer and is under active development. label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants