File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -651,16 +651,16 @@ SINGLETON_TASKS.push({
651651
652652SINGLETON_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
You can’t perform that action at this time.
0 commit comments