File tree Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,6 @@ executors:
129
129
linux-executor :
130
130
machine :
131
131
image : ubuntu-2004:202010-01
132
- linux-executor-dlc :
133
- machine :
134
- image : ubuntu-2004:202010-01
135
- docker_layer_caching : true
136
- resource_class : medium
137
132
138
133
jobs :
139
134
# Test jobs
@@ -221,7 +216,7 @@ jobs:
221
216
paths :
222
217
- ./redisinsight/api/node_modules
223
218
integration-tests-run :
224
- executor : linux-executor-dlc
219
+ executor : linux-executor
225
220
parameters :
226
221
rte :
227
222
description : Redis Test Environment name
@@ -1097,10 +1092,10 @@ workflows:
1097
1092
name : Build app - Linux (stage)
1098
1093
requires :
1099
1094
- Setup build (stage)
1100
- # - windows:
1101
- # name: Build app - Windows (stage)
1102
- # requires:
1103
- # - Setup build (stage)
1095
+ - windows :
1096
+ name : Build app - Windows (stage)
1097
+ requires :
1098
+ - Setup build (stage)
1104
1099
# integration tests on docker image build
1105
1100
- integration-tests-run :
1106
1101
matrix :
@@ -1127,10 +1122,10 @@ workflows:
1127
1122
report : true
1128
1123
requires :
1129
1124
- Build app - Linux (stage)
1130
- # # e2e desktop tests on exe build
1131
- # - e2e-exe:
1132
- # name: E2ETest (exe) - Nightly
1133
- # parallelism: 4
1134
- # report: true
1135
- # requires:
1136
- # - 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)
You can’t perform that action at this time.
0 commit comments