Skip to content

Commit 340fd8a

Browse files
committing for patch
1 parent fd00167 commit 340fd8a

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
@@ -3208,8 +3208,21 @@ task_groups:
32083208
setup_group_timeout_secs: 1800
32093209
tasks:
32103210
- test-search-index-helpers
3211+
pre:
3212+
- func: fetch source
3213+
- func: windows fix
3214+
- func: fix absolute paths
3215+
- func: make files executable
3216+
post:
3217+
- func: reset aws instance profile
3218+
- func: upload test results
3219+
- func: stop mongo-orchestration
3220+
- func: upload coverage report
3221+
- func: cleanup
3222+
ignore:
3223+
- '*.md'
32113224
buildvariants:
3212-
- name: alpine FLE test
3225+
- name: Alpine FLE Tests
32133226
display_name: alpine FLE test
32143227
run_on: ubuntu2204-small
32153228
tasks:
@@ -3807,14 +3820,6 @@ buildvariants:
38073820
- run-custom-csfle-tests-rapid
38083821
- run-custom-csfle-tests-latest
38093822
- test-latest-driver-mongodb-client-encryption-6.0.0
3810-
- name: rhel8-test-serverless
3811-
display_name: Serverless Test
3812-
run_on: rhel80-large
3813-
expansions:
3814-
NODE_LTS_VERSION: 16
3815-
NPM_VERSION: 9
3816-
tasks:
3817-
- serverless_task_group
38183823
- name: rhel8-test-gcp-kms
38193824
display_name: GCP KMS Test
38203825
run_on: debian11-small
@@ -3894,16 +3899,3 @@ buildvariants:
38943899
run_on: rhel80-large
38953900
tasks:
38963901
- .resource-management
3897-
pre:
3898-
- func: fetch source
3899-
- func: windows fix
3900-
- func: fix absolute paths
3901-
- func: make files executable
3902-
post:
3903-
- func: reset aws instance profile
3904-
- func: upload test results
3905-
- func: stop mongo-orchestration
3906-
- func: upload coverage report
3907-
- func: cleanup
3908-
ignore:
3909-
- '*.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)