File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -1144,33 +1144,33 @@ workflows:
1144
1144
only :
1145
1145
- /^e2e/feature.*/
1146
1146
- /^e2e/bugfix.*/
1147
- # - setup-sign-certificates:
1148
- # name: Setup sign certificates (stage)
1149
- # requires:
1150
- # - Start E2E Tests
1151
- # - setup-build:
1152
- # name: Setup build (stage)
1153
- # requires:
1154
- # - Setup sign certificates (stage)
1155
- # - linux:
1156
- # name: Build app - Linux (stage)
1157
- # requires:
1158
- # - Setup build (stage)
1147
+ - setup-sign-certificates :
1148
+ name : Setup sign certificates (stage)
1149
+ requires :
1150
+ - Start E2E Tests
1151
+ - setup-build :
1152
+ name : Setup build (stage)
1153
+ requires :
1154
+ - Setup sign certificates (stage)
1155
+ - linux :
1156
+ name : Build app - Linux (stage)
1157
+ requires :
1158
+ - Setup build (stage)
1159
1159
- docker :
1160
1160
name : Build docker image
1161
1161
requires :
1162
1162
- Start E2E Tests
1163
1163
- e2e-tests :
1164
1164
name : E2ETest
1165
1165
build : docker
1166
- parallelism : 1
1166
+ parallelism : 4
1167
1167
requires :
1168
1168
- Build docker image
1169
- # - e2e-app-image:
1170
- # name: E2ETest (AppImage)
1171
- # parallelism: 2
1172
- # requires:
1173
- # - Build app - Linux (stage)
1169
+ - e2e-app-image :
1170
+ name : E2ETest (AppImage)
1171
+ parallelism : 2
1172
+ requires :
1173
+ - Build app - Linux (stage)
1174
1174
# Workflow for feature, bugfix, main branches
1175
1175
feature-main-branch :
1176
1176
<< : *ignore-for-manual-build
You can’t perform that action at this time.
0 commit comments