@@ -949,43 +949,12 @@ workflows:
949
949
name : Build docker image
950
950
requires :
951
951
- Start E2E Tests
952
- # build desktop app
953
- - setup-sign-certificates :
954
- name : Setup sign certificates (stage)
955
- requires :
956
- - Start E2E Tests
957
- - setup-build :
958
- name : Setup build (stage)
959
- requires :
960
- - Setup sign certificates (stage)
961
- # - windows:
962
- # name: Build app - Windows (stage)
963
- # requires:
964
- # - Setup build (stage)
965
- - linux :
966
- name : Build app - Linux (stage)
967
- requires :
968
- - Setup build (stage)
969
952
- e2e-tests :
970
953
name : E2ETest
971
954
build : docker
972
955
parallelism : 4
973
956
requires :
974
957
- Build docker image
975
- # e2e desktop tests on AppImage build
976
- - e2e-app-image :
977
- name : E2ETest (AppImage)
978
- parallelism : 2
979
- report : true
980
- requires :
981
- - Build app - Linux (stage)
982
- # e2e desktop tests on exe build
983
- # - e2e-exe:
984
- # name: E2ETest (exe)
985
- # parallelism: 4
986
- # report: true
987
- # requires:
988
- # - Build app - Windows (stage)
989
958
# Workflow for feature, bugfix, main branches
990
959
feature-main-branch :
991
960
jobs :
@@ -1251,16 +1220,16 @@ workflows:
1251
1220
- docker :
1252
1221
name : Build docker image
1253
1222
# build desktop app
1254
- # - setup-sign-certificates:
1255
- # name: Setup sign certificates (stage)
1256
- # - setup-build:
1257
- # name: Setup build (stage)
1258
- # requires:
1259
- # - Setup sign certificates (stage)
1260
- # - linux:
1261
- # name: Build app - Linux (stage)
1262
- # requires:
1263
- # - Setup build (stage)
1223
+ - setup-sign-certificates :
1224
+ name : Setup sign certificates (stage)
1225
+ - setup-build :
1226
+ name : Setup build (stage)
1227
+ requires :
1228
+ - Setup sign certificates (stage)
1229
+ - linux :
1230
+ name : Build app - Linux (stage)
1231
+ requires :
1232
+ - Setup build (stage)
1264
1233
# - windows:
1265
1234
# name: Build app - Windows (stage)
1266
1235
# requires:
@@ -1285,12 +1254,12 @@ workflows:
1285
1254
requires :
1286
1255
- Build docker image
1287
1256
# e2e desktop tests on AppImage build
1288
- # - e2e-app-image:
1289
- # name: E2ETest (AppImage) - Nightly
1290
- # parallelism: 4
1291
- # report: true
1292
- # requires:
1293
- # - Build app - Linux (stage)
1257
+ - e2e-app-image :
1258
+ name : E2ETest (AppImage) - Nightly
1259
+ parallelism : 2
1260
+ report : true
1261
+ requires :
1262
+ - Build app - Linux (stage)
1294
1263
# # e2e desktop tests on exe build
1295
1264
# - e2e-exe:
1296
1265
# name: E2ETest (exe) - Nightly
0 commit comments