Skip to content

Commit a07d058

Browse files
committed
2832
1 parent 11cbbfc commit a07d058

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.evergreen/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,19 @@ buildvariants:
13341334
tasks:
13351335
- name: "test-fle"
13361336

1337+
- matrix_name: "fle-jruby"
1338+
matrix_spec:
1339+
auth-and-ssl: "noauth-and-nossl"
1340+
ruby: [jruby-9.2]
1341+
topology: standalone
1342+
mongodb-version: ['5.0']
1343+
os: ubuntu1804
1344+
fle: fle
1345+
docker-distro: ubuntu1804
1346+
display_name: "FLE: ${mongodb-version} ${ruby}"
1347+
tasks:
1348+
- name: "test-fle-via-docker"
1349+
13371350
- matrix_name: aws-auth-regular
13381351
matrix_spec:
13391352
auth-and-ssl: aws-regular

.evergreen/config/standard.yml.erb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,19 @@ buildvariants:
472472
tasks:
473473
- name: "test-fle"
474474

475+
- matrix_name: "fle-jruby"
476+
matrix_spec:
477+
auth-and-ssl: "noauth-and-nossl"
478+
ruby: [jruby-9.2]
479+
topology: standalone
480+
mongodb-version: ['5.0']
481+
os: ubuntu1804
482+
fle: fle
483+
docker-distro: ubuntu1804
484+
display_name: "FLE: ${mongodb-version} ${ruby}"
485+
tasks:
486+
- name: "test-fle-via-docker"
487+
475488
- matrix_name: aws-auth-regular
476489
matrix_spec:
477490
auth-and-ssl: aws-regular

0 commit comments

Comments
 (0)