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