@@ -122,7 +122,7 @@ aliases:
122
122
123
123
orbs :
124
124
125
- node : circleci/node@4.4.0
125
+ node : circleci/node@5.0.2
126
126
127
127
128
128
executors :
@@ -134,7 +134,7 @@ jobs:
134
134
# Test jobs
135
135
unit-tests-ui :
136
136
docker :
137
- - image : circleci /node:15.14.0
137
+ - image : cimg /node:16. 15.1
138
138
steps :
139
139
- checkout
140
140
- restore_cache :
@@ -178,7 +178,7 @@ jobs:
178
178
- ./node_modules
179
179
unit-tests-api :
180
180
docker :
181
- - image : circleci /node:15.14.0
181
+ - image : cimg /node:16. 15.1
182
182
steps :
183
183
- checkout
184
184
- restore_cache :
@@ -333,7 +333,7 @@ jobs:
333
333
- checkout
334
334
- attach_workspace :
335
335
at : .
336
- - run : choco install nodejs --version=15.14.0
336
+ - run : choco install nodejs --version=16. 15.1
337
337
- run :
338
338
command : |
339
339
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split) && cd ../..
@@ -436,12 +436,12 @@ jobs:
436
436
setup-build :
437
437
parameters :
438
438
env :
439
- description : Build environemtnt (stage || prod)
439
+ description : Build environment (stage || prod)
440
440
type : enum
441
441
default : stage
442
442
enum : [ 'dev', 'stage', 'prod' ]
443
443
docker :
444
- - image : cibuilds/github:0.13
444
+ - image : cibuilds/docker:19.03.5
445
445
steps :
446
446
- checkout
447
447
- run :
@@ -483,7 +483,7 @@ jobs:
483
483
steps :
484
484
- checkout
485
485
- node/install :
486
- node-version : ' 14.17 '
486
+ node-version : ' 16.15.1 '
487
487
- attach_workspace :
488
488
at : .
489
489
- run :
@@ -549,7 +549,7 @@ jobs:
549
549
steps :
550
550
- checkout
551
551
- node/install :
552
- node-version : ' 15.14.0 '
552
+ node-version : ' 16. 15.1 '
553
553
- attach_workspace :
554
554
at : .
555
555
- run :
@@ -614,7 +614,7 @@ jobs:
614
614
- run :
615
615
name : Build windows exe
616
616
command : |
617
- choco install nodejs --version=15.14.0
617
+ choco install nodejs --version=16. 15.1
618
618
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
619
619
yarn install
620
620
yarn --cwd redisinsight/api/ install
@@ -686,32 +686,6 @@ jobs:
686
686
- store_artifacts :
687
687
path : release
688
688
destination : release
689
- release-github :
690
- parameters :
691
- env :
692
- description : Release environment (stage || prod)
693
- type : enum
694
- default : stage
695
- enum : [ 'stage', 'prod' ]
696
- docker :
697
- - image : cibuilds/github:0.13
698
- steps :
699
- - checkout
700
- - attach_workspace :
701
- at : .
702
- - store_artifacts :
703
- path : release
704
- destination : release
705
- - run :
706
- name : prepare release
707
- command : |
708
- rm release/._* ||:
709
- - run :
710
- name : publish to prerelease Github
711
- command : |
712
- applicationVersion=$(jq -r '.version' electron/package.json)
713
- echo "APP VERSION $applicationVersion"
714
- ghr -n ${applicationVersion} -t ${GH_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -prerelease -delete ${applicationVersion}
715
689
716
690
release-aws-test :
717
691
executor : linux-executor
@@ -1069,7 +1043,7 @@ workflows:
1069
1043
requires :
1070
1044
- Build app - Windows (prod)
1071
1045
1072
- # upload release to AWS and GitHub
1046
+ # upload release to AWS
1073
1047
- release-aws-private :
1074
1048
name : Release AWS S3 Private (prod)
1075
1049
requires :
@@ -1079,23 +1053,12 @@ workflows:
1079
1053
- Virus check arm64 - dmg (prod)
1080
1054
- Virus check - exe (prod)
1081
1055
1082
- - release-github :
1083
- name : Release Github (prod)
1084
- env : prod
1085
- requires :
1086
- - Virus check - AppImage (prod)
1087
- - Virus check - deb (prod)
1088
- - Virus check x64 - dmg (prod)
1089
- - Virus check arm64 - dmg (prod)
1090
- - Virus check - exe (prod)
1091
-
1092
1056
# Manual approve for publish release
1093
1057
- approve-publish :
1094
1058
name : Approve Publish Release (prod)
1095
1059
type : approval
1096
1060
requires :
1097
1061
- Release AWS S3 Private (prod)
1098
- - Release Github (prod)
1099
1062
<< : *prodFilter # double check for "latest"
1100
1063
1101
1064
# Publish release
@@ -1159,10 +1122,10 @@ workflows:
1159
1122
report : true
1160
1123
requires :
1161
1124
- Build app - Linux (stage)
1162
- # e2e desktop tests on exe build
1163
- - e2e-exe :
1164
- name : E2ETest (exe) - Nightly
1165
- parallelism : 4
1166
- report : true
1167
- requires :
1168
- - Build app - Windows (stage)
1125
+ # # e2e desktop tests on exe build
1126
+ # - e2e-exe:
1127
+ # name: E2ETest (exe) - Nightly
1128
+ # parallelism: 4
1129
+ # report: true
1130
+ # requires:
1131
+ # - Build app - Windows (stage)
0 commit comments