File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 13
13
productType :
14
14
type : string
15
15
required : true
16
+ exampleRepo :
17
+ type : string
18
+ required : true
16
19
secrets :
17
20
slackWebhook :
18
21
required : true
@@ -59,12 +62,24 @@ jobs:
59
62
This PR updates the ${{ inputs.productName }} IDE image to the latest release version.
60
63
61
64
## How to test
62
- Go to the preferences and select ${{ inputs.productName }} as desktop IDE. Start a workspace and verify that the new IDE version works.
65
+ 1. Open the preview environment generated for this branch
66
+ 2. Choose the stable version of ${{ inputs.productName }} as your preferred editor
67
+ 3. Start a workspace using this repository: `${{ inputs.exampleRepo }}`
68
+ 4. Verify that the workspace starts successfully
69
+ 5. Verify that the IDE opens successfully
70
+ 6. Verify that the version of the IDE corresponds to the one being updated in this PR
71
+
72
+ The following resources should help, in case something goes wrong (e.g. workspaces don't start):
73
+
74
+ - https://www.gitpod.io/docs/troubleshooting#gitpod-logs-in-jetbrains-gateway
75
+ - https://docs.google.com/document/d/1K9PSB0G6NwX2Ns_SX_HEgMYTKYsgMJMY2wbh0p6t3lQ
63
76
64
77
## Release Notes
65
78
```release-note
66
79
Update ${{ inputs.productName }} IDE image to version ${{ steps.latest-release.outputs.version }}.
67
80
```
81
+
82
+ _This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-updates-template.yml) template_
68
83
commit-message : " [${{ inputs.productId }}] Update IDE image to build version ${{ steps.latest-release.outputs.version }}"
69
84
branch : " jetbrains/${{ inputs.productId }}-${{ steps.latest-release.outputs.version2 }}"
70
85
labels : " team: IDE"
Original file line number Diff line number Diff line change 13
13
productId : intellij
14
14
productCode : IIU
15
15
productType : release
16
+ exampleRepo : https://github.com/gitpod-io/spring-petclinic
16
17
secrets :
17
18
slackWebhook : ${{ secrets.IDE_SLACK_WEBHOOK }}
18
19
goland :
22
23
productId : goland
23
24
productCode : GO
24
25
productType : release
26
+ exampleRepo : https://github.com/gitpod-io/gitpod
25
27
secrets :
26
28
slackWebhook : ${{ secrets.IDE_SLACK_WEBHOOK }}
27
29
pycharm :
31
33
productId : pycharm
32
34
productCode : PCP
33
35
productType : release
36
+ exampleRepo : https://github.com/gitpod-io/gitpod
34
37
secrets :
35
38
slackWebhook : ${{ secrets.IDE_SLACK_WEBHOOK }}
36
39
phpstorm :
40
43
productId : phpstorm
41
44
productCode : PS
42
45
productType : release
46
+ exampleRepo : https://github.com/gitpod-io/gitpod
43
47
secrets :
44
48
slackWebhook : ${{ secrets.IDE_SLACK_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments