@@ -950,28 +950,30 @@ workflows:
950
950
requires :
951
951
- Start E2E Tests
952
952
# build desktop app
953
- - setup-sign-certificates :
954
- name : Setup sign certificates (stage)
955
- - setup-build :
956
- name : Setup build (stage)
957
- requires :
958
- - Setup sign certificates (stage)
959
- - windows :
960
- name : Build app - Windows (stage)
961
- requires :
962
- - Setup build (stage)
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)
963
965
- e2e-tests :
964
966
name : E2ETest
965
967
build : docker
966
- parallelism : 1
968
+ parallelism : 4
967
969
requires :
968
970
- Build docker image
969
- - e2e-exe :
970
- name : E2ETest (exe)
971
- parallelism : 1
972
- report : true
973
- requires :
974
- - Build app - Windows (stage)
971
+ # - e2e-exe:
972
+ # name: E2ETest (exe)
973
+ # parallelism: 1
974
+ # report: true
975
+ # requires:
976
+ # - Build app - Windows (stage)
975
977
# Workflow for feature, bugfix, main branches
976
978
feature-main-branch :
977
979
jobs :
@@ -1237,16 +1239,16 @@ workflows:
1237
1239
- docker :
1238
1240
name : Build docker image
1239
1241
# build desktop app
1240
- - setup-sign-certificates :
1241
- name : Setup sign certificates (stage)
1242
- - setup-build :
1243
- name : Setup build (stage)
1244
- requires :
1245
- - Setup sign certificates (stage)
1246
- - linux :
1247
- name : Build app - Linux (stage)
1248
- requires :
1249
- - Setup build (stage)
1242
+ # - setup-sign-certificates:
1243
+ # name: Setup sign certificates (stage)
1244
+ # - setup-build:
1245
+ # name: Setup build (stage)
1246
+ # requires:
1247
+ # - Setup sign certificates (stage)
1248
+ # - linux:
1249
+ # name: Build app - Linux (stage)
1250
+ # requires:
1251
+ # - Setup build (stage)
1250
1252
# - windows:
1251
1253
# name: Build app - Windows (stage)
1252
1254
# requires:
0 commit comments