From 7dcee9bf6817ee34b3b1e1cbb2965307a8cff323 Mon Sep 17 00:00:00 2001 From: Maurizio Casimirri Date: Wed, 24 May 2023 13:27:31 +0200 Subject: [PATCH] chore: update node from 16.19.1 to 16.20.0 MONGOSH-1454 (#1467) --- .evergreen.yml | 816 ++++++++++++++++++------------------ .evergreen/evergreen.yml.in | 2 +- 2 files changed, 409 insertions(+), 409 deletions(-) diff --git a/.evergreen.yml b/.evergreen.yml index f441e5e00..17d72bbc2 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -5975,7 +5975,7 @@ tasks: - func: checkout - func: compile_ts vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" - name: check depends_on: @@ -5985,11 +5985,11 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: check vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" - name: check_coverage depends_on: @@ -5999,11 +5999,11 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: check_coverage vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" ### # UNIT TESTS @@ -6018,12 +6018,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_arg_parser" mongosh_run_only_in_package: "arg-parser" @@ -6054,12 +6054,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_async_rewriter2" mongosh_run_only_in_package: "async-rewriter2" @@ -6090,12 +6090,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_autocomplete" mongosh_run_only_in_package: "autocomplete" @@ -6126,12 +6126,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_browser_repl" mongosh_run_only_in_package: "browser-repl" @@ -6162,12 +6162,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_browser_runtime_core" mongosh_run_only_in_package: "browser-runtime-core" @@ -6198,12 +6198,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_browser_runtime_electron" mongosh_run_only_in_package: "browser-runtime-electron" @@ -6234,12 +6234,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_build" mongosh_run_only_in_package: "build" @@ -6270,12 +6270,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xc_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6288,12 +6288,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xe_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6306,12 +6306,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xc_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6324,12 +6324,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xe_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6342,12 +6342,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xc_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6360,12 +6360,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xe_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6378,12 +6378,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xc_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6396,12 +6396,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xe_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6414,12 +6414,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xc_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6432,12 +6432,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xe_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6450,12 +6450,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "latest-alpha" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "mlatest_n16_cli_repl" mongosh_run_only_in_package: "cli-repl" @@ -6666,12 +6666,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_connectivity_tests" mongosh_run_only_in_package: "connectivity-tests" @@ -6702,12 +6702,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_editor" mongosh_run_only_in_package: "editor" @@ -6738,12 +6738,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_errors" mongosh_run_only_in_package: "errors" @@ -6774,12 +6774,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_history" mongosh_run_only_in_package: "history" @@ -6810,12 +6810,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_i18n" mongosh_run_only_in_package: "i18n" @@ -6846,12 +6846,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xc_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -6864,12 +6864,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xe_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -6882,12 +6882,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xc_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -6900,12 +6900,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xe_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -6918,12 +6918,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xc_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -6936,12 +6936,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xe_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -6954,12 +6954,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xc_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -6972,12 +6972,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xe_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -6990,12 +6990,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xc_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -7008,12 +7008,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xe_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -7026,12 +7026,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "latest-alpha" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "mlatest_n16_java_shell" mongosh_run_only_in_package: "java-shell" @@ -7242,12 +7242,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_js_multiline_to_singleline" mongosh_run_only_in_package: "js-multiline-to-singleline" @@ -7278,12 +7278,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_logging" mongosh_run_only_in_package: "logging" @@ -7314,12 +7314,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xc_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7332,12 +7332,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xe_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7350,12 +7350,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xc_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7368,12 +7368,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xe_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7386,12 +7386,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xc_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7404,12 +7404,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xe_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7422,12 +7422,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xc_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7440,12 +7440,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xe_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7458,12 +7458,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xc_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7476,12 +7476,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xe_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7494,12 +7494,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "latest-alpha" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "mlatest_n16_mongosh" mongosh_run_only_in_package: "mongosh" @@ -7710,12 +7710,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xc_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7728,12 +7728,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xe_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7746,12 +7746,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xc_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7764,12 +7764,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xe_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7782,12 +7782,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xc_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7800,12 +7800,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xe_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7818,12 +7818,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xc_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7836,12 +7836,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xe_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7854,12 +7854,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xc_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7872,12 +7872,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xe_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -7890,12 +7890,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "latest-alpha" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "mlatest_n16_node_runtime_worker_thread" mongosh_run_only_in_package: "node-runtime-worker-thread" @@ -8106,12 +8106,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_service_provider_core" mongosh_run_only_in_package: "service-provider-core" @@ -8142,12 +8142,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xc_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8160,12 +8160,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xe_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8178,12 +8178,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xc_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8196,12 +8196,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xe_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8214,12 +8214,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xc_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8232,12 +8232,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xe_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8250,12 +8250,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xc_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8268,12 +8268,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xe_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8286,12 +8286,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xc_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8304,12 +8304,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xe_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8322,12 +8322,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "latest-alpha" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "mlatest_n16_service_provider_server" mongosh_run_only_in_package: "service-provider-server" @@ -8538,12 +8538,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xc_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8556,12 +8556,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m40xe_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8574,12 +8574,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xc_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8592,12 +8592,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.2.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m42xe_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8610,12 +8610,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xc_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8628,12 +8628,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "4.4.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m44xe_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8646,12 +8646,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xc_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8664,12 +8664,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "5.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m50xe_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8682,12 +8682,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x-community" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xc_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8700,12 +8700,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "6.0.x" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "m60xe_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8718,12 +8718,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "latest-alpha" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "mlatest_n16_shell_api" mongosh_run_only_in_package: "shell-api" @@ -8934,12 +8934,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_shell_evaluator" mongosh_run_only_in_package: "shell-evaluator" @@ -8970,12 +8970,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_snippet_manager" mongosh_run_only_in_package: "snippet-manager" @@ -9006,12 +9006,12 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test vars: mongosh_server_test_version: "" - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_skip_node_version_check: "" mongosh_test_id: "n16_types" mongosh_run_only_in_package: "types" @@ -9060,7 +9060,7 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: test_connectivity - name: test_apistrict @@ -9072,11 +9072,11 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_apistrict vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "latest-alpha" mongosh_test_force_api_strict: "1" - name: compile_artifact @@ -9087,11 +9087,11 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: compile_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" - name: generate_license_and_vulnerability_report depends_on: @@ -9119,14 +9119,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: darwin-x64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_darwin_x64 @@ -9138,14 +9138,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: darwin-x64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_darwin_x64_50x_fips @@ -9157,14 +9157,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: darwin-x64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_darwin_x64_50x @@ -9176,14 +9176,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: darwin-x64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" - name: e2e_tests_darwin_arm64_fips @@ -9195,14 +9195,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: darwin-arm64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_darwin_arm64 @@ -9214,14 +9214,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: darwin-arm64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_darwin_arm64_50x_fips @@ -9233,14 +9233,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: darwin-arm64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_darwin_arm64_50x @@ -9252,14 +9252,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: darwin-arm64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_x64_fips @@ -9271,14 +9271,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_x64 @@ -9290,14 +9290,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_x64_50x_fips @@ -9309,14 +9309,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_x64_50x @@ -9328,14 +9328,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_x64_openssl11_fips @@ -9347,14 +9347,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64-openssl11 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_x64_openssl11 @@ -9366,14 +9366,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64-openssl11 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_x64_openssl11_50x_fips @@ -9385,14 +9385,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64-openssl11 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_x64_openssl11_50x @@ -9404,14 +9404,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64-openssl11 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_x64_openssl3_fips @@ -9423,14 +9423,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64-openssl3 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_x64_openssl3 @@ -9442,14 +9442,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64-openssl3 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_x64_openssl3_50x_fips @@ -9461,14 +9461,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64-openssl3 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_x64_openssl3_50x @@ -9480,14 +9480,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-x64-openssl3 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_arm64_fips @@ -9499,14 +9499,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-arm64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_arm64 @@ -9518,14 +9518,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-arm64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_arm64_50x_fips @@ -9537,14 +9537,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-arm64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_arm64_50x @@ -9556,14 +9556,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-arm64 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_arm64_openssl11_fips @@ -9575,14 +9575,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-arm64-openssl11 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_arm64_openssl11 @@ -9594,14 +9594,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-arm64-openssl11 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_arm64_openssl11_50x_fips @@ -9613,14 +9613,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-arm64-openssl11 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_arm64_openssl11_50x @@ -9632,14 +9632,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-arm64-openssl11 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_ppc64le_fips @@ -9651,14 +9651,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-ppc64le - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_ppc64le @@ -9670,14 +9670,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-ppc64le - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_ppc64le_50x_fips @@ -9689,14 +9689,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-ppc64le - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_ppc64le_50x @@ -9708,14 +9708,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-ppc64le - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_s390x_fips @@ -9727,14 +9727,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-s390x - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_s390x @@ -9746,14 +9746,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-s390x - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_linux_s390x_50x_fips @@ -9765,14 +9765,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-s390x - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_linux_s390x_50x @@ -9784,14 +9784,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: linux-s390x - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" - name: e2e_tests_win32_fips @@ -9803,14 +9803,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: win32 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_win32 @@ -9822,14 +9822,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: win32 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "stable" mongosh_test_e2e_force_fips: "" - name: e2e_tests_win32_50x_fips @@ -9841,14 +9841,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: win32 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "1" - name: e2e_tests_win32_50x @@ -9860,14 +9860,14 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: download_compiled_artifact vars: executable_os_id: win32 - func: run_e2e_tests vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" mongosh_server_test_version: "5.0.x" mongosh_test_e2e_force_fips: "" @@ -9883,10 +9883,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: darwin-x64 executable_os_id: darwin-x64 - name: package_and_upload_artifact_darwin_arm64 @@ -9898,10 +9898,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: darwin-arm64 executable_os_id: darwin-arm64 - name: package_and_upload_artifact_linux_x64 @@ -9913,10 +9913,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: linux-x64 executable_os_id: linux-x64 - name: package_and_upload_artifact_deb_x64 @@ -9928,10 +9928,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: deb-x64 executable_os_id: linux-x64 - name: package_and_upload_artifact_rpm_x64 @@ -9943,10 +9943,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: rpm-x64 executable_os_id: linux-x64 - name: package_and_upload_artifact_linux_x64_openssl11 @@ -9958,10 +9958,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: linux-x64-openssl11 executable_os_id: linux-x64-openssl11 - name: package_and_upload_artifact_deb_x64_openssl11 @@ -9973,10 +9973,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: deb-x64-openssl11 executable_os_id: linux-x64-openssl11 - name: package_and_upload_artifact_rpm_x64_openssl11 @@ -9988,10 +9988,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: rpm-x64-openssl11 executable_os_id: linux-x64-openssl11 - name: package_and_upload_artifact_linux_x64_openssl3 @@ -10003,10 +10003,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: linux-x64-openssl3 executable_os_id: linux-x64-openssl3 - name: package_and_upload_artifact_deb_x64_openssl3 @@ -10018,10 +10018,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: deb-x64-openssl3 executable_os_id: linux-x64-openssl3 - name: package_and_upload_artifact_rpm_x64_openssl3 @@ -10033,10 +10033,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: rpm-x64-openssl3 executable_os_id: linux-x64-openssl3 - name: package_and_upload_artifact_linux_arm64 @@ -10048,10 +10048,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: linux-arm64 executable_os_id: linux-arm64 - name: package_and_upload_artifact_deb_arm64 @@ -10063,10 +10063,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: deb-arm64 executable_os_id: linux-arm64 - name: package_and_upload_artifact_rpm_arm64 @@ -10078,10 +10078,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: rpm-arm64 executable_os_id: linux-arm64 - name: package_and_upload_artifact_linux_arm64_openssl11 @@ -10093,10 +10093,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: linux-arm64-openssl11 executable_os_id: linux-arm64-openssl11 - name: package_and_upload_artifact_deb_arm64_openssl11 @@ -10108,10 +10108,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: deb-arm64-openssl11 executable_os_id: linux-arm64-openssl11 - name: package_and_upload_artifact_rpm_arm64_openssl11 @@ -10123,10 +10123,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: rpm-arm64-openssl11 executable_os_id: linux-arm64-openssl11 - name: package_and_upload_artifact_linux_ppc64le @@ -10138,10 +10138,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: linux-ppc64le executable_os_id: linux-ppc64le - name: package_and_upload_artifact_rpm_ppc64le @@ -10153,10 +10153,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: rpm-ppc64le executable_os_id: linux-ppc64le - name: package_and_upload_artifact_linux_s390x @@ -10168,10 +10168,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: linux-s390x executable_os_id: linux-s390x - name: package_and_upload_artifact_rpm_s390x @@ -10183,10 +10183,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: rpm-s390x executable_os_id: linux-s390x - name: package_and_upload_artifact_win32_x64 @@ -10198,10 +10198,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: win32-x64 executable_os_id: win32 - name: package_and_upload_artifact_win32msi_x64 @@ -10213,10 +10213,10 @@ tasks: - func: install vars: npm_deps_mode: cli_build - node_js_version: "16.19.1" + node_js_version: "16.20.0" - func: package_and_upload_artifact vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" package_variant: win32msi-x64 executable_os_id: win32 @@ -10260,11 +10260,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu20.04-tgz - name: pkg_test_docker_deb_x64_ubuntu18_04_deb tags: ["smoke-test"] @@ -10279,11 +10279,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu18.04-deb - name: pkg_test_docker_deb_x64_ubuntu20_04_deb tags: ["smoke-test"] @@ -10298,11 +10298,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu20.04-deb - name: pkg_test_docker_deb_x64_ubuntu22_04_deb tags: ["smoke-test"] @@ -10317,11 +10317,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu22.04-deb - name: pkg_test_docker_deb_x64_ubuntu22_04_nohome_deb tags: ["smoke-test"] @@ -10336,11 +10336,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu22.04-nohome-deb - name: pkg_test_docker_deb_x64_debian9_deb tags: ["smoke-test"] @@ -10355,11 +10355,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: debian9-deb - name: pkg_test_docker_deb_x64_debian10_deb tags: ["smoke-test"] @@ -10374,11 +10374,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: debian10-deb - name: pkg_test_docker_deb_x64_debian11_deb tags: ["smoke-test"] @@ -10393,11 +10393,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: debian11-deb - name: pkg_test_docker_rpm_x64_centos7_rpm tags: ["smoke-test"] @@ -10412,11 +10412,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: centos7-rpm - name: pkg_test_docker_rpm_x64_amazonlinux2_rpm tags: ["smoke-test"] @@ -10431,11 +10431,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: amazonlinux2-rpm - name: pkg_test_docker_rpm_x64_amazonlinux2023_rpm tags: ["smoke-test"] @@ -10450,11 +10450,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: amazonlinux2023-rpm - name: pkg_test_docker_rpm_x64_rocky8_rpm tags: ["smoke-test"] @@ -10469,11 +10469,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky8-rpm - name: pkg_test_docker_rpm_x64_rocky9_rpm tags: ["smoke-test"] @@ -10488,11 +10488,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky9-rpm - name: pkg_test_docker_rpm_x64_fedora34_rpm tags: ["smoke-test"] @@ -10507,11 +10507,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: fedora34-rpm - name: pkg_test_docker_rpm_x64_suse12_rpm tags: ["smoke-test"] @@ -10526,11 +10526,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: suse12-rpm - name: pkg_test_docker_rpm_x64_suse15_rpm tags: ["smoke-test"] @@ -10545,11 +10545,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: suse15-rpm - name: pkg_test_docker_rpm_x64_amazonlinux1_rpm tags: ["smoke-test"] @@ -10564,11 +10564,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: amazonlinux1-rpm - name: pkg_test_docker_deb_x64_openssl11_ubuntu20_04_deb tags: ["smoke-test"] @@ -10583,11 +10583,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu20.04-deb - name: pkg_test_docker_deb_x64_openssl11_debian10_deb tags: ["smoke-test"] @@ -10602,11 +10602,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: debian10-deb - name: pkg_test_docker_deb_x64_openssl11_debian11_deb tags: ["smoke-test"] @@ -10621,11 +10621,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: debian11-deb - name: pkg_test_docker_rpm_x64_openssl11_centos7_epel_rpm tags: ["smoke-test"] @@ -10640,11 +10640,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: centos7-epel-rpm - name: pkg_test_docker_rpm_x64_openssl11_amazonlinux2_rpm tags: ["smoke-test"] @@ -10659,11 +10659,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: amazonlinux2-rpm - name: pkg_test_docker_rpm_x64_openssl11_rocky8_rpm tags: ["smoke-test"] @@ -10678,11 +10678,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky8-rpm - name: pkg_test_docker_rpm_x64_openssl11_rocky9_rpm tags: ["smoke-test"] @@ -10697,11 +10697,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky9-rpm - name: pkg_test_docker_rpm_x64_openssl11_fedora34_rpm tags: ["smoke-test"] @@ -10716,11 +10716,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: fedora34-rpm - name: pkg_test_docker_deb_x64_openssl3_ubuntu22_04_deb tags: ["smoke-test"] @@ -10735,11 +10735,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu22.04-deb - name: pkg_test_docker_deb_x64_openssl3_ubuntu22_04_fips_deb tags: ["smoke-test"] @@ -10754,11 +10754,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu22.04-fips-deb - name: pkg_test_docker_rpm_x64_openssl3_rocky8_epel_rpm tags: ["smoke-test"] @@ -10773,11 +10773,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky8-epel-rpm - name: pkg_test_docker_rpm_x64_openssl3_rocky9_rpm tags: ["smoke-test"] @@ -10792,11 +10792,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky9-rpm - name: pkg_test_docker_rpm_x64_openssl3_rocky9_fips_rpm tags: ["smoke-test"] @@ -10811,11 +10811,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky9-fips-rpm - name: pkg_test_docker_rpm_x64_openssl3_amazonlinux2023_rpm tags: ["smoke-test"] @@ -10830,11 +10830,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: amazonlinux2023-rpm - name: pkg_test_docker_linux_arm64_ubuntu20_04_tgz tags: ["smoke-test"] @@ -10849,11 +10849,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu20.04-tgz - name: pkg_test_docker_deb_arm64_ubuntu18_04_deb tags: ["smoke-test"] @@ -10868,11 +10868,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu18.04-deb - name: pkg_test_docker_deb_arm64_ubuntu20_04_deb tags: ["smoke-test"] @@ -10887,11 +10887,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu20.04-deb - name: pkg_test_docker_deb_arm64_ubuntu22_04_deb tags: ["smoke-test"] @@ -10906,11 +10906,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu22.04-deb - name: pkg_test_docker_deb_arm64_debian10_deb tags: ["smoke-test"] @@ -10925,11 +10925,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: debian10-deb - name: pkg_test_docker_deb_arm64_debian11_deb tags: ["smoke-test"] @@ -10944,11 +10944,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: debian11-deb - name: pkg_test_docker_rpm_arm64_rocky8_rpm tags: ["smoke-test"] @@ -10963,11 +10963,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky8-rpm - name: pkg_test_docker_rpm_arm64_rocky9_rpm tags: ["smoke-test"] @@ -10982,11 +10982,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky9-rpm - name: pkg_test_docker_rpm_arm64_fedora34_rpm tags: ["smoke-test"] @@ -11001,11 +11001,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: fedora34-rpm - name: pkg_test_docker_rpm_arm64_amazonlinux2_rpm tags: ["smoke-test"] @@ -11020,11 +11020,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: amazonlinux2-rpm - name: pkg_test_docker_rpm_arm64_amazonlinux2023_rpm tags: ["smoke-test"] @@ -11039,11 +11039,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: amazonlinux2023-rpm - name: pkg_test_docker_deb_arm64_openssl11_ubuntu20_04_deb tags: ["smoke-test"] @@ -11058,11 +11058,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: ubuntu20.04-deb - name: pkg_test_docker_deb_arm64_openssl11_debian10_deb tags: ["smoke-test"] @@ -11077,11 +11077,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: debian10-deb - name: pkg_test_docker_deb_arm64_openssl11_debian11_deb tags: ["smoke-test"] @@ -11096,11 +11096,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: debian11-deb - name: pkg_test_docker_rpm_arm64_openssl11_rocky8_rpm tags: ["smoke-test"] @@ -11115,11 +11115,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky8-rpm - name: pkg_test_docker_rpm_arm64_openssl11_rocky9_rpm tags: ["smoke-test"] @@ -11134,11 +11134,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: rocky9-rpm - name: pkg_test_docker_rpm_arm64_openssl11_fedora34_rpm tags: ["smoke-test"] @@ -11153,11 +11153,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: fedora34-rpm - name: pkg_test_docker_rpm_arm64_openssl11_amazonlinux2_rpm tags: ["smoke-test"] @@ -11172,11 +11172,11 @@ tasks: - func: write_preload_script - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: cli_build - func: test_artifact_docker vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" dockerfile: amazonlinux2-rpm - name: pkg_test_rpmextract_rpm_ppc64le tags: ["smoke-test"] @@ -11261,11 +11261,11 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: release_draft vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" - name: release_publish_dry_run git_tag_only: true exec_timeout_secs: 86400 @@ -11275,11 +11275,11 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: release_publish_dry_run vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" - name: release_publish tags: ["publish"] git_tag_only: true @@ -11291,11 +11291,11 @@ tasks: - func: checkout - func: install vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" npm_deps_mode: all - func: release_publish vars: - node_js_version: "16.19.1" + node_js_version: "16.20.0" # Need to run builds for every possible build variant. buildvariants: diff --git a/.evergreen/evergreen.yml.in b/.evergreen/evergreen.yml.in index 9bb8ade1b..2c67f5302 100644 --- a/.evergreen/evergreen.yml.in +++ b/.evergreen/evergreen.yml.in @@ -3,7 +3,7 @@ const path = require('path'); const NODE_JS_VERSION_14 = '14.21.3'; -const NODE_JS_VERSION_16 = '16.19.1'; +const NODE_JS_VERSION_16 = '16.20.0'; const MONGODB_VERSIONS = [ { shortName: '40xc', versionSpec: '4.0.x-community' },