Skip to content

Commit a8bccfe

Browse files
p-mongop
andauthored
Move FLE configs to ubuntu for easier debugging in docker (#2338)
Co-authored-by: Oleg Pudeyev <code@olegp.name>
1 parent 35ed135 commit a8bccfe

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

.evergreen/config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,37 +1365,37 @@ buildvariants:
13651365
tasks:
13661366
- name: "test-kerberos"
13671367

1368-
- matrix_name: "fle-4.2"
1368+
- matrix_name: "fle-4.4"
13691369
matrix_spec:
13701370
auth-and-ssl: "noauth-and-nossl"
1371-
ruby: [ruby-2.7, ruby-2.4, jruby-9.2]
1372-
topology: [standalone, replica-set, sharded-cluster]
1373-
mongodb-version: ["4.2"]
1374-
os: rhel70
1371+
ruby: [ruby-3.0, ruby-2.7, jruby-9.2]
1372+
topology: standalone
1373+
mongodb-version: ['4.4']
1374+
os: ubuntu1804
13751375
fle: fle
1376-
display_name: "FLE: ${topology} ${mongodb-version} ${ruby}"
1376+
display_name: "FLE: ${mongodb-version} ${ruby}"
13771377
tasks:
13781378
- name: "test-fle"
13791379

1380-
- matrix_name: "fle-4.0"
1380+
- matrix_name: "fle-4.2"
13811381
matrix_spec:
13821382
auth-and-ssl: "noauth-and-nossl"
1383-
ruby: [ruby-2.6, jruby-9.2]
1384-
topology: standalone
1385-
mongodb-version: ["4.0"]
1386-
os: rhel70
1383+
ruby: [ruby-2.5]
1384+
topology: [standalone, replica-set, sharded-cluster]
1385+
mongodb-version: ["4.2"]
1386+
os: ubuntu1804
13871387
fle: fle
1388-
display_name: "FLE: ${mongodb-version} ${ruby}"
1388+
display_name: "FLE: ${topology} ${mongodb-version} ${ruby}"
13891389
tasks:
13901390
- name: "test-fle"
13911391

1392-
- matrix_name: "fle-4.4"
1392+
- matrix_name: "fle-4.0"
13931393
matrix_spec:
13941394
auth-and-ssl: "noauth-and-nossl"
1395-
ruby: [ruby-3.0, ruby-2.7]
1395+
ruby: [ruby-2.6]
13961396
topology: standalone
1397-
mongodb-version: ['4.4']
1398-
os: rhel70
1397+
mongodb-version: ["4.0"]
1398+
os: ubuntu1804
13991399
fle: fle
14001400
display_name: "FLE: ${mongodb-version} ${ruby}"
14011401
tasks:

.evergreen/config/standard.yml.erb

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -521,37 +521,37 @@ buildvariants:
521521
tasks:
522522
- name: "test-kerberos"
523523

524-
- matrix_name: "fle-4.2"
524+
- matrix_name: "fle-4.4"
525525
matrix_spec:
526526
auth-and-ssl: "noauth-and-nossl"
527-
ruby: [ruby-2.7, ruby-2.4, jruby-9.2]
528-
topology: [standalone, replica-set, sharded-cluster]
529-
mongodb-version: ["4.2"]
530-
os: rhel70
527+
ruby: [ruby-3.0, ruby-2.7, jruby-9.2]
528+
topology: standalone
529+
mongodb-version: ['4.4']
530+
os: ubuntu1804
531531
fle: fle
532-
display_name: "FLE: ${topology} ${mongodb-version} ${ruby}"
532+
display_name: "FLE: ${mongodb-version} ${ruby}"
533533
tasks:
534534
- name: "test-fle"
535535

536-
- matrix_name: "fle-4.0"
536+
- matrix_name: "fle-4.2"
537537
matrix_spec:
538538
auth-and-ssl: "noauth-and-nossl"
539-
ruby: [ruby-2.6, jruby-9.2]
540-
topology: standalone
541-
mongodb-version: ["4.0"]
542-
os: rhel70
539+
ruby: [ruby-2.5]
540+
topology: [standalone, replica-set, sharded-cluster]
541+
mongodb-version: ["4.2"]
542+
os: ubuntu1804
543543
fle: fle
544-
display_name: "FLE: ${mongodb-version} ${ruby}"
544+
display_name: "FLE: ${topology} ${mongodb-version} ${ruby}"
545545
tasks:
546546
- name: "test-fle"
547547

548-
- matrix_name: "fle-4.4"
548+
- matrix_name: "fle-4.0"
549549
matrix_spec:
550550
auth-and-ssl: "noauth-and-nossl"
551-
ruby: [ruby-3.0, ruby-2.7]
551+
ruby: [ruby-2.6]
552552
topology: standalone
553-
mongodb-version: ['4.4']
554-
os: rhel70
553+
mongodb-version: ["4.0"]
554+
os: ubuntu1804
555555
fle: fle
556556
display_name: "FLE: ${mongodb-version} ${ruby}"
557557
tasks:

0 commit comments

Comments
 (0)