Skip to content

Commit a7b383a

Browse files
committed
run tests on evegreen
1 parent 8f98008 commit a7b383a

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.evergreen/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,18 +2022,19 @@ tasks:
20222022
- func: assume secrets manager role
20232023
- func: build and test alpine FLE
20242024
- name: test-runtime-independence
2025-
tags: []
2025+
tags:
2026+
- runtime-independency-tests
20262027
commands:
20272028
- command: expansions.update
20282029
type: setup
20292030
params:
20302031
updates:
2031-
- {key: NODE_LTS_VERSION, value: 20.19.0}
2032-
- {key: VERSION, value: '7.0'}
2032+
- {key: NODE_LTS_VERSION, value: '24'}
2033+
- {key: VERSION, value: latest}
20332034
- {key: TOPOLOGY, value: replica_set}
20342035
- func: install dependencies
20352036
- func: bootstrap mongo-orchestration
2036-
- func: run tests
2037+
- func: run runtime independence tests
20372038
- name: test-latest-server-noauth
20382039
tags:
20392040
- latest

.evergreen/generate_evergreen_tasks.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -651,16 +651,16 @@ SINGLETON_TASKS.push({
651651

652652
SINGLETON_TASKS.push({
653653
name: 'test-runtime-independence',
654-
tags: [],
654+
tags: ['runtime-independency-tests'],
655655
commands: [
656656
updateExpansions({
657-
NODE_LTS_VERSION: LOWEST_LTS,
658-
VERSION: '7.0',
657+
NODE_LTS_VERSION: LATEST_LTS,
658+
VERSION: 'latest',
659659
TOPOLOGY: 'replica_set'
660660
}),
661661
{ func: 'install dependencies' },
662662
{ func: 'bootstrap mongo-orchestration' },
663-
{ func: 'run tests' }
663+
{ func: 'run runtime independence tests' }
664664
]
665665
});
666666

0 commit comments

Comments
 (0)