Skip to content

Commit c98f1ea

Browse files
committed
updates for circleCI
1 parent 26e029a commit c98f1ea

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

.circleci/config.yml

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,33 +1011,16 @@ workflows:
10111011
only:
10121012
- /^e2e/feature.*/
10131013
- /^e2e/bugfix.*/
1014-
# - docker:
1015-
# name: Build docker image
1016-
# requires:
1017-
# - Start E2E Tests
1018-
# - e2e-tests:
1019-
# name: E2ETest
1020-
# build: docker
1021-
# parallelism: 4
1022-
# requires:
1023-
# - Build docker image
1024-
- setup-sign-certificates:
1025-
name: Setup sign certificates (stage)
1026-
- setup-build:
1027-
name: Setup build (stage)
1028-
requires:
1029-
- Setup sign certificates (stage)
1030-
- linux:
1031-
name: Build app - Linux (stage)
1014+
- docker:
1015+
name: Build docker image
10321016
requires:
1033-
- Setup build (stage)
1034-
# e2e desktop tests on AppImage build
1035-
- e2e-app-image:
1036-
name: E2ETest (AppImage) - Nightly
1037-
parallelism: 2
1038-
report: true
1017+
- Start E2E Tests
1018+
- e2e-tests:
1019+
name: E2ETest
1020+
build: docker
1021+
parallelism: 4
10391022
requires:
1040-
- Build app - Linux (stage)
1023+
- Build docker image
10411024
# Workflow for feature, bugfix, main branches
10421025
feature-main-branch:
10431026
jobs:
@@ -1198,6 +1181,12 @@ workflows:
11981181
- windows:
11991182
name: Build app - Windows (stage)
12001183
requires: *stageElectronBuildRequires
1184+
# e2e desktop tests on AppImage build
1185+
- e2e-app-image:
1186+
name: E2ETest (AppImage)
1187+
parallelism: 2
1188+
requires:
1189+
- Build app - Linux (stage)
12011190
# release to AWS (stage)
12021191
- release-aws-test:
12031192
name: Release AWS stage

0 commit comments

Comments
 (0)