Skip to content

Commit 7ff5db9

Browse files
committing for patch
1 parent b6cb9cc commit 7ff5db9

File tree

3 files changed

+22
-31
lines changed

3 files changed

+22
-31
lines changed

.evergreen/config.in.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ functions:
734734
args:
735735
- ${PROJECT_DIRECTORY}/.evergreen/install-mongodb-client-encryption.sh
736736

737-
"build docker alpine image":
737+
"build and test alpine FLE":
738738
- command: subprocess.exec
739739
type: test
740740
params:
@@ -745,7 +745,7 @@ functions:
745745
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
746746
binary: bash
747747
args:
748-
- etc/docker.sh
748+
- .evergreen/docker/apline.sh
749749

750750
tasks:
751751
- name: 'test-atlas-data-lake'
@@ -1026,7 +1026,7 @@ tasks:
10261026
- func: bootstrap mongo-orchestration
10271027
- func: bootstrap kms servers
10281028
- func: assume secrets manager rule
1029-
- func: build docker alpine image
1029+
- func: build and test alpine FLE
10301030

10311031
task_groups:
10321032
- name: serverless_task_group

.evergreen/config.yml

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ functions:
657657
binary: bash
658658
args:
659659
- ${PROJECT_DIRECTORY}/.evergreen/install-mongodb-client-encryption.sh
660-
build docker alpine image:
660+
build and test alpine FLE:
661661
- command: subprocess.exec
662662
type: test
663663
params:
@@ -668,7 +668,7 @@ functions:
668668
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
669669
binary: bash
670670
args:
671-
- etc/docker.sh
671+
- .evergreen/docker/apline.sh
672672
tasks:
673673
- name: test-atlas-data-lake
674674
tags:
@@ -943,7 +943,7 @@ tasks:
943943
- func: bootstrap mongo-orchestration
944944
- func: bootstrap kms servers
945945
- func: assume secrets manager rule
946-
- func: build docker alpine image
946+
- func: build and test alpine FLE
947947
- name: test-latest-server
948948
tags:
949949
- latest
@@ -4188,8 +4188,21 @@ task_groups:
41884188
setup_group_timeout_secs: 1800
41894189
tasks:
41904190
- test-search-index-helpers
4191+
pre:
4192+
- func: fetch source
4193+
- func: windows fix
4194+
- func: fix absolute paths
4195+
- func: make files executable
4196+
post:
4197+
- func: reset aws instance profile
4198+
- func: upload test results
4199+
- func: stop mongo-orchestration
4200+
- func: upload coverage report
4201+
- func: cleanup
4202+
ignore:
4203+
- '*.md'
41914204
buildvariants:
4192-
- name: alpine FLE test
4205+
- name: Alpine FLE Tests
41934206
display_name: alpine FLE test
41944207
run_on: ubuntu2204-small
41954208
tasks:
@@ -4857,14 +4870,6 @@ buildvariants:
48574870
- run-custom-csfle-tests-rapid
48584871
- run-custom-csfle-tests-latest
48594872
- test-latest-driver-mongodb-client-encryption-6.0.0
4860-
- name: rhel8-test-serverless
4861-
display_name: Serverless Test
4862-
run_on: rhel80-large
4863-
expansions:
4864-
NODE_LTS_VERSION: 16
4865-
NPM_VERSION: 9
4866-
tasks:
4867-
- serverless_task_group
48684873
- name: rhel8-test-gcp-kms
48694874
display_name: GCP KMS Test
48704875
run_on: debian11-small
@@ -4944,16 +4949,3 @@ buildvariants:
49444949
run_on: rhel80-large
49454950
tasks:
49464951
- .resource-management
4947-
pre:
4948-
- func: fetch source
4949-
- func: windows fix
4950-
- func: fix absolute paths
4951-
- func: make files executable
4952-
post:
4953-
- func: reset aws instance profile
4954-
- func: upload test results
4955-
- func: stop mongo-orchestration
4956-
- func: upload coverage report
4957-
- func: cleanup
4958-
ignore:
4959-
- '*.md'

etc/docker.sh renamed to .evergreen/docker/alpine.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# script to aid in local testing of linux platforms
44
# requires a running docker instance
55

6-
# s390x, arm64, amd64 for ubuntu
7-
# amd64 or arm64v8 for alpine
8-
LINUX_ARCH=arm64v8
6+
# ubuntu2204 hosts in ci use amd64
7+
LINUX_ARCH=amd64
98

109
# 16.20.1+, default 16.20.1
1110
NODE_VERSION=20.0.0

0 commit comments

Comments
 (0)