Skip to content

Commit c23d76b

Browse files
author
arthosofteq
authored
Merge pull request #927 from RedisInsight/feature/RI-3242-flaky_tests
change executor to docker
2 parents f50aa1b + 5e64082 commit c23d76b

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

.circleci/config.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ executors:
129129
linux-executor:
130130
machine:
131131
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
132137

133138
jobs:
134139
# Test jobs
@@ -216,7 +221,7 @@ jobs:
216221
paths:
217222
- ./redisinsight/api/node_modules
218223
integration-tests-run:
219-
executor: linux-executor
224+
executor: linux-executor-dlc
220225
parameters:
221226
rte:
222227
description: Redis Test Environment name
@@ -1092,10 +1097,10 @@ workflows:
10921097
name: Build app - Linux (stage)
10931098
requires:
10941099
- 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)
10991104
# integration tests on docker image build
11001105
- integration-tests-run:
11011106
matrix:
@@ -1122,10 +1127,10 @@ workflows:
11221127
report: true
11231128
requires:
11241129
- 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)

0 commit comments

Comments
 (0)