Skip to content

Commit fe3fc9f

Browse files
pgjnickva
authored andcommitted
Disable Clouseau tests in containers
Running the search tests with Clouseau 3.0 amplified the flakiness for containers which is making hard to use the CI -- disable those for now until they root cause is investigated and a fix is provided. Mind that native builds, e.g. FreeBSD and Windows are still there to catch Search-related regressions.
1 parent 290314a commit fe3fc9f

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

build-aux/Jenkinsfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ meta = [
3939
name: 'CentOS 8',
4040
spidermonkey_vsn: '60',
4141
with_nouveau: true,
42-
with_clouseau: true,
42+
with_clouseau: false,
4343
clouseau_java_home: '/usr',
4444
quickjs_test262: true,
4545
image: "apache/couchdbci-centos:8-erlang-${ERLANG_VERSION}"
@@ -49,7 +49,7 @@ meta = [
4949
name: 'CentOS 9',
5050
spidermonkey_vsn: '78',
5151
with_nouveau: true,
52-
with_clouseau: true,
52+
with_clouseau: false,
5353
clouseau_java_home: '/usr',
5454
quickjs_test262: true,
5555
image: "apache/couchdbci-centos:9-erlang-${ERLANG_VERSION}"
@@ -59,7 +59,7 @@ meta = [
5959
name: 'Ubuntu 22.04',
6060
spidermonkey_vsn: '91',
6161
with_nouveau: true,
62-
with_clouseau: true,
62+
with_clouseau: false,
6363
clouseau_java_home: '/opt/java/openjdk',
6464
quickjs_test262: true,
6565
image: "apache/couchdbci-ubuntu:jammy-erlang-${ERLANG_VERSION}"
@@ -69,7 +69,7 @@ meta = [
6969
name: 'Ubuntu 24.04',
7070
spidermonkey_vsn: '115',
7171
with_nouveau: true,
72-
with_clouseau: true,
72+
with_clouseau: false,
7373
clouseau_java_home: '/opt/java/openjdk',
7474
quickjs_test262: true,
7575
image: "apache/couchdbci-ubuntu:noble-erlang-${ERLANG_VERSION}"
@@ -79,7 +79,7 @@ meta = [
7979
name: 'Debian x86_64',
8080
spidermonkey_vsn: '78',
8181
with_nouveau: true,
82-
with_clouseau: true,
82+
with_clouseau: false,
8383
clouseau_java_home: '/opt/java/openjdk',
8484
quickjs_test262: true,
8585
image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}"
@@ -122,7 +122,7 @@ meta = [
122122
name: 'Debian x86_64',
123123
spidermonkey_vsn: '78',
124124
with_nouveau: true,
125-
with_clouseau: true,
125+
with_clouseau: false,
126126
clouseau_java_home: '/opt/java/openjdk',
127127
// Test this in in the bookworm-quickjs variant
128128
quickjs_test262: false,
@@ -133,7 +133,7 @@ meta = [
133133
name: 'Debian x86_64',
134134
spidermonkey_vsn: '78',
135135
with_nouveau: true,
136-
with_clouseau: true,
136+
with_clouseau: false,
137137
clouseau_java_home: '/opt/java/openjdk',
138138
quickjs_test262: false,
139139
image: "${DOCKER_IMAGE_BASE}-${MAXIMUM_ERLANG_VERSION}"
@@ -143,7 +143,7 @@ meta = [
143143
name: 'Debian 12 with QuickJS',
144144
disable_spidermonkey: true,
145145
with_nouveau: true,
146-
with_clouseau: true,
146+
with_clouseau: false,
147147
clouseau_java_home: '/opt/java/openjdk',
148148
quickjs_test262: true,
149149
image: "${DOCKER_IMAGE_BASE}-${ERLANG_VERSION}"
@@ -161,7 +161,7 @@ meta = [
161161
name: 'Debian ARM64',
162162
spidermonkey_vsn: '78',
163163
with_nouveau: true,
164-
with_clouseau: true,
164+
with_clouseau: false,
165165
clouseau_java_home: '/opt/java/openjdk',
166166
// Test this in in the bookworm-quickjs variant
167167
quickjs_test262: false,
@@ -173,7 +173,7 @@ meta = [
173173
name: 'Debian x86_64',
174174
spidermonkey_vsn: '128',
175175
with_nouveau: true,
176-
with_clouseau: true,
176+
with_clouseau: false,
177177
clouseau_java_home: '/opt/java/openjdk',
178178
quickjs_test262: true,
179179
image: "apache/couchdbci-debian:trixie-erlang-${ERLANG_VERSION}"

0 commit comments

Comments
 (0)