summaryrefslogtreecommitdiff
path: root/etc/evergreen_yml_components/definitions.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/evergreen_yml_components/definitions.yml')
-rw-r--r--etc/evergreen_yml_components/definitions.yml333
1 files changed, 155 insertions, 178 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml
index faa6ba5290e..d80d00b6813 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -14,22 +14,6 @@ pre_error_fails_task: true
stepback: true
-# Files that match an ignore-list pattern will not trigger a build, if they're the only modified
-# files in the patch.
-ignore:
-- ".*"
-- "!.clang-format"
-- "!.eslintrc.yml"
-- "*.md"
-- "*.rst"
-- "*.txt"
-- "/distsrc/**"
-- "/docs/**"
-- "/etc/*.yml"
-- "!/etc/evergreen.yml"
-- "README"
-
-
## Parameters for parameterized builds (see https://github.com/evergreen-ci/evergreen/wiki/Parameterized-Builds)
parameters:
- key: patch_compile_flags
@@ -294,9 +278,7 @@ variables:
# If a variant is listed here and has a push task, mongocryptd is pushed
- mongocryptd_variants: &mongocryptd_variants
- enterprise-amazon2
- - enterprise-amazon2-openssl111
- enterprise-amazon2-arm64
- - enterprise-amazon2-arm64-openssl111
- enterprise-amazon2023
- enterprise-amazon2023-arm64
- enterprise-debian10-64
@@ -310,12 +292,12 @@ variables:
- enterprise-rhel-71-ppc64le
- enterprise-rhel-81-ppc64le
- enterprise-rhel-72-s390x
- - enterprise-rhel-80-64-bit
- - enterprise-rhel-80-64-bit-coverage
- - enterprise-rhel-80-64-bit-inmem
- - enterprise-rhel-80-64-bit-multiversion
- - enterprise-rhel-80-64-bit-suggested
- - enterprise-rhel-82-arm64
+ - enterprise-rhel-8-64-bit
+ - enterprise-rhel-8-64-bit-coverage
+ - enterprise-rhel-8-64-bit-inmem
+ - enterprise-rhel-8-64-bit-multiversion
+ - enterprise-rhel-8-64-bit-suggested
+ - enterprise-rhel-8-arm64
- enterprise-rhel-83-s390x
- enterprise-rhel-90-64-bit
- enterprise-rhel-90-arm64
@@ -343,10 +325,10 @@ variables:
- mh_variants: &mh_variants
- enterprise-macos
- enterprise-macos-arm64
- - enterprise-rhel-80-64-bit
- - enterprise-rhel-80-64-bit-dynamic-required
+ - enterprise-rhel-8-64-bit
+ - enterprise-rhel-8-64-bit-dynamic-required
- enterprise-rhel-70-64-bit
- - enterprise-rhel-82-arm64
+ - enterprise-rhel-8-arm64
- enterprise-rhel-90-64-bit
- enterprise-rhel-90-arm64
- enterprise-amazon2-arm64
@@ -365,9 +347,7 @@ variables:
- amazon2023
- amazon2023-arm64
- enterprise-amazon2
- - enterprise-amazon2-openssl111
- enterprise-amazon2-arm64
- - enterprise-amazon2-arm64-openssl111
- enterprise-amazon2023
- enterprise-amazon2023-arm64
- debian10
@@ -381,13 +361,13 @@ variables:
- enterprise-rhel-81-ppc64le
- enterprise-rhel-72-s390x
- ubi8
- - rhel80
- - rhel-82-arm64
+ - rhel8
+ - rhel-8-arm64
- rhel90
- rhel90-arm64
- - enterprise-rhel-80-64-bit
- - enterprise-rhel-80-64-bit-suggested # For testing selinux.
- - enterprise-rhel-82-arm64
+ - enterprise-rhel-8-64-bit
+ - enterprise-rhel-8-64-bit-suggested # For testing selinux.
+ - enterprise-rhel-8-arm64
- enterprise-rhel-83-s390x
- enterprise-rhel-90-64-bit
- enterprise-rhel-90-arm64
@@ -636,7 +616,7 @@ functions:
"get buildnumber": &get_buildnumber
command: keyval.inc
params:
- key: "${build_variant}_v6.0"
+ key: "${build_variant}_${project}"
destination: "builder_num"
"run diskstats": &run_diskstats
@@ -1352,16 +1332,36 @@ functions:
"do jepsen setup":
- *f_expansions_write
+ - command: github.generate_token
+ params:
+ owner: 10gen
+ repo: libfaketime
+ expansion_name: github_token
+ permissions:
+ metadata: read
+ contents: read
- command: subprocess.exec
params:
binary: bash
args:
- - "./src/evergreen/do_jepsen_setup/build_libfaketime.sh"
+ - "./src/evergreen/do_jepsen_setup/build_libfaketime.sh"
+ include_expansions_in_env:
+ - github_token
+ - command: github.generate_token
+ params:
+ owner: 10gen
+ repo: jepsen
+ expansion_name: github_token
+ permissions:
+ metadata: read
+ contents: read
- command: subprocess.exec
params:
binary: bash
args:
- "./src/evergreen/do_jepsen_setup/install_jepsen.sh"
+ include_expansions_in_env:
+ - github_token
- command: subprocess.exec
params:
binary: bash
@@ -1375,12 +1375,22 @@ functions:
"do jepsen docker setup":
- *f_expansions_write
+ - command: github.generate_token
+ params:
+ owner: 10gen
+ repo: jepsen-io-mongodb
+ expansion_name: github_token
+ permissions:
+ metadata: read
+ contents: read
- command: subprocess.exec
type: system
params:
binary: bash
args:
- - "./src/evergreen/jepsen_docker/setup.sh"
+ - "./src/evergreen/jepsen_docker/setup.sh"
+ include_expansions_in_env:
+ - github_token
"run jepsen docker test":
- *f_expansions_write
- command: subprocess.exec
@@ -1455,11 +1465,22 @@ functions:
"setup jstestfuzz":
- *f_expansions_write
+ - command: github.generate_token
+ params:
+ owner: 10gen
+ repo: jstestfuzz
+ expansion_name: github_token
+ permissions:
+ metadata: read
+ contents: read
- command: subprocess.exec
+ display_name: "jstestfuzz setup sh"
params:
binary: bash
args:
- - "./src/evergreen/jstestfuzz_setup.sh"
+ - "./src/evergreen/jstestfuzz_setup.sh"
+ include_expansions_in_env:
+ - github_token
"lint fuzzer sanity patch":
- *f_expansions_write
@@ -1492,11 +1513,21 @@ functions:
# Used by generator
"run jstestfuzz":
- *f_expansions_write
+ - command: github.generate_token
+ params:
+ owner: 10gen
+ repo: QA
+ expansion_name: github_token
+ permissions:
+ metadata: read
+ contents: read
- command: subprocess.exec
params:
binary: bash
args:
- "./src/evergreen/run_jstestfuzz/clone_repos.sh"
+ include_expansions_in_env:
+ - github_token
- *f_expansions_write
- command: subprocess.exec
type: test
@@ -1582,7 +1613,9 @@ functions:
params:
files:
- wiki_page_running_minimized_test_location.json
+ file: src/compile_expansions.yml
+ # Used by generator
"run idl tests":
- *f_expansions_write
- command: subprocess.exec
@@ -1658,7 +1691,7 @@ functions:
params:
provider: ec2
distro: ${distro_id}
- timeout_teardown_secs: 604800 # 7 days
+ timeout_teardown_secs: 86400 # 24 hours
security_group_ids:
- sg-097bff6dd0d1d31d0
@@ -2209,6 +2242,13 @@ functions:
content_type: text/plain
display_name: Resmoke.py Invocation for Local Usage
+ "cleanup external auth test artifacts":
+ - *f_expansions_write
+ - command: subprocess.exec
+ params:
+ binary: bash
+ args:
+ - "./src/evergreen/sasl_windows_cyrussasl_teardown.sh"
# Pre task steps
pre:
@@ -2239,6 +2279,7 @@ post:
- func: "cleanup FUSE watchdog"
- func: "cleanup environment"
- func: "cleanup jepsen docker test"
+- func: "cleanup external auth test artifacts"
# Timeout steps
timeout:
@@ -2246,7 +2287,6 @@ timeout:
- func: "run hang analyzer"
- func: "wait for resmoke to shutdown"
-
#######################################
# Tasks #
#######################################
@@ -2635,7 +2675,7 @@ tasks:
compiling_for_test: true
- name: compile_and_run_unittests_first_quarter
- exec_timeout_secs: 10800 # 3 hours
+ exec_timeout_secs: 21600 # 6 hours
depends_on:
- name: compile_dist_test
commands:
@@ -2652,10 +2692,10 @@ tasks:
vars:
suite: unittests_first_quarter
install_dir: build/install/bin
- exec_timeout_secs: 10800 # 3 hours
+ exec_timeout_secs: 21600 # 6 hours
- name: compile_and_run_unittests_second_quarter
- exec_timeout_secs: 10800 # 3 hours
+ exec_timeout_secs: 21600 # 6 hours
depends_on:
- name: compile_dist_test
commands:
@@ -2672,10 +2712,10 @@ tasks:
vars:
suite: unittests_second_quarter
install_dir: build/install/bin
- exec_timeout_secs: 10800 # 3 hours
+ exec_timeout_secs: 21600 # 6 hours
- name: compile_and_run_unittests_third_quarter
- exec_timeout_secs: 10800 # 3 hours
+ exec_timeout_secs: 21600 # 6 hours
depends_on:
- name: compile_dist_test
commands:
@@ -2692,10 +2732,10 @@ tasks:
vars:
suite: unittests_third_quarter
install_dir: build/install/bin
- exec_timeout_secs: 10800 # 3 hours
+ exec_timeout_secs: 21600 # 6 hours
- name: compile_and_run_unittests_fourth_quarter
- exec_timeout_secs: 10800 # 3 hours
+ exec_timeout_secs: 21600 # 6 hours
depends_on:
- name: compile_dist_test
commands:
@@ -2712,7 +2752,7 @@ tasks:
vars:
suite: unittests_fourth_quarter
install_dir: build/install/bin
- exec_timeout_secs: 10800 # 3 hours
+ exec_timeout_secs: 21600 # 6 hours
## clang_tidy - run clang_tidy
- name: clang_tidy
@@ -3672,6 +3712,7 @@ tasks:
num_files: 5
num_tasks: 5
resmoke_args: "--mongodSetParameters='{logComponentVerbosity: {command: 2}}'"
+ jstestfuzz_vars: --numPipelines=3000
npm_command: agg-fuzzer
run_no_feature_flag_tests: "true"
@@ -3703,7 +3744,7 @@ tasks:
<<: *jstestfuzz_config_vars
num_files: 5
num_tasks: 5
- jstestfuzz_vars: --diffTestingMode optimization
+ jstestfuzz_vars: --diffTestingMode optimization --numPipelines=3000
suite: generational_fuzzer
resmoke_args: "--mongodSetParameters='{logComponentVerbosity: {command: 2}}'"
npm_command: agg-expr-fuzzer
@@ -3718,7 +3759,7 @@ tasks:
<<: *jstestfuzz_config_vars
num_files: 5
num_tasks: 5
- jstestfuzz_vars: --diffTestingMode optimization
+ jstestfuzz_vars: --diffTestingMode optimization --numPipelines=3000
suite: generational_fuzzer
resmoke_args: "--mongodSetParameters='{logComponentVerbosity: {command: 2}}'"
npm_command: agg-fuzzer
@@ -3733,7 +3774,7 @@ tasks:
<<: *jstestfuzz_config_vars
num_files: 5
num_tasks: 5
- jstestfuzz_vars: --diffTestingMode wildcard
+ jstestfuzz_vars: --diffTestingMode wildcard --numPipelines=3000
npm_command: agg-fuzzer
suite: generational_fuzzer
resmoke_args: "--mongodSetParameters='{logComponentVerbosity: {command: 2}}'"
@@ -3748,7 +3789,7 @@ tasks:
<<: *jstestfuzz_config_vars
num_files: 5
num_tasks: 5
- jstestfuzz_vars: --diffTestingMode timeseries
+ jstestfuzz_vars: --diffTestingMode timeseries --numPipelines=750
npm_command: agg-fuzzer
suite: generational_fuzzer
resmoke_args: "--mongodSetParameters='{logComponentVerbosity: {command: 2}}'"
@@ -3763,7 +3804,7 @@ tasks:
<<: *jstestfuzz_config_vars
num_files: 5
num_tasks: 5
- jstestfuzz_vars: --diffTestingMode optimization
+ jstestfuzz_vars: --diffTestingMode optimization --numPipelines=3000
npm_command: change-stream-fuzzer
suite: generational_fuzzer
resmoke_args: "--mongodSetParameters='{logComponentVerbosity: {command: 2}}'"
@@ -4443,6 +4484,7 @@ tasks:
- name: sync_repo_with_copybara
tags: []
+ patchable: false
commands:
- command: manifest.load
- func: "git get project and add git tag"
@@ -5014,6 +5056,20 @@ tasks:
resmoke_args: --includeWithAnyTags=requires_domain_controller
- <<: *task_template
+ name: sasl_windows_cyrussasl
+ tags: ["assigned_to_jira_team_server_security", "sasl", "experimental"]
+ commands:
+ - func: "f_expansions_write"
+ - func: "do setup"
+ - func: "f_expansions_write"
+ - command: subprocess.exec
+ params:
+ binary: bash
+ args:
+ - "src/evergreen/sasl_windows_cyrussasl_setup.sh"
+ - func: "run tests"
+
+- <<: *task_template
name: jsCore
tags: ["jscore", "common"]
commands:
@@ -5376,7 +5432,13 @@ tasks:
- <<: *gen_task_template
name: noPassthrough_gen
- tags: ["misc_js"]
+ tags:
+ [
+ "incompatible_mac",
+ "incompatible_ppc",
+ "incompatible_s390x",
+ "misc_js"
+ ]
commands:
- func: "generate resmoke tasks"
vars:
@@ -5521,6 +5583,34 @@ tasks:
vars:
use_large_distro: "true"
+- <<: *task_template
+ name: query_stats_passthrough
+ tags: []
+ commands:
+ - func: "do setup"
+ - func: "run tests"
+
+- <<: *task_template
+ name: query_stats_aggregation_passthrough
+ tags: []
+ commands:
+ - func: "do setup"
+ - func: "run tests"
+
+- <<: *task_template
+ name: query_stats_mongos_passthrough
+ tags: []
+ commands:
+ - func: "do setup"
+ - func: "run tests"
+
+- <<: *task_template
+ name: query_stats_mongos_aggregation_passthrough
+ tags: []
+ commands:
+ - func: "do setup"
+ - func: "run tests"
+
- <<: *gen_task_template
name: tenant_migration_jscore_passthrough_gen
tags: ["serverless"]
@@ -5612,14 +5702,6 @@ tasks:
use_large_distro: "true"
- <<: *gen_task_template
- name: sharding_batched_deletes_passthrough_gen
- tags: ["sharding", "large", "batched_deletes"]
- commands:
- - func: "generate resmoke tasks"
- vars:
- use_large_distro: "true"
-
-- <<: *gen_task_template
name: change_streams_batched_deletes_passthrough_gen
tags: ["change_streams", "large", "batched_deletes"]
commands:
@@ -6537,14 +6619,14 @@ tasks:
task_names: >-
powercycle_smoke_skip_compile
num_tasks: 20
- exec_timeout_secs: 604800 # 7 days
- timeout_secs: 604800 # 7 days
+ exec_timeout_secs: 86400 # 24 hours
+ timeout_secs: 86400 # 24 hours
set_up_retry_count: 1800
run_powercycle_args: --sshAccessRetryCount=1800
- name: powercycle_sentinel
tags: []
- exec_timeout_secs: 604800 # 7 days
+ exec_timeout_secs: 86400 # 24 hours
commands:
- func: "run powercycle sentinel"
vars:
@@ -6853,6 +6935,14 @@ tasks:
- func: "do setup"
- func: "run tests"
+- <<: *task_template
+ name: resmoke_validation_tests
+ tags: []
+ depends_on: []
+ commands:
+ - func: "do non-compile setup"
+ - func: "run tests"
+
- name: package
tags: []
depends_on:
@@ -6862,7 +6952,6 @@ tasks:
- func: "scons compile"
vars:
targets: >-
- distsrc-${ext|tgz}
archive-dist
archive-dist-debug
archive-jstestshell
@@ -6886,19 +6975,6 @@ tasks:
- "src/evergreen/package.sh"
- command: s3.put
params:
- aws_key: ${aws_key}
- aws_secret: ${aws_secret}
- local_file: src/distsrc.${ext|tgz}
- remote_file: ${project}/${build_variant}/${revision}/sources/mongo-src-${build_id}.${ext|tgz}
- bucket: mciuploads
- permissions: public-read
- content_type: ${content_type|application/gzip}
- display_name: Source tarball
- # We only need to upload the source tarball from one of the build variants
- # because it should be the same everywhere, so just use rhel70/windows.
- build_variants: [rhel70, windows]
- - command: s3.put
- params:
optional: true
aws_key: ${aws_key}
aws_secret: ${aws_secret}
@@ -7079,14 +7155,6 @@ tasks:
local_file: src/mh.tgz
build_variants: *mh_variants
# Fetch the sources (on relevant variants only)
- - command: s3.get
- params:
- aws_key: ${aws_key}
- aws_secret: ${aws_secret}
- remote_file: ${project}/${build_variant}/${revision}/sources/mongo-src-${build_id}.${ext|tgz}
- bucket: mciuploads
- local_file: src/distsrc.${ext|tgz}
- build_variants: [rhel70, windows]
- func: "generate compile expansions"
- func: "apply compile expansions"
- func: "fetch dist debugsymbols"
@@ -7151,17 +7219,6 @@ tasks:
content_type: ${content_type|application/gzip}
remote_file: ${push_path}-STAGE/${push_name}/mh-${push_name}-${push_arch}-${suffix}-${task_id}.${ext|tgz}
build_variants: *mh_variants
- # Put the source tarball
- - command: s3.put
- params:
- aws_secret: ${aws_secret}
- local_file: src/mongodb-src-${src_suffix}.${ext|tar.gz}
- aws_key: ${aws_key}
- bucket: build-push-testing
- permissions: public-read
- content_type: ${content_type|application/gzip}
- remote_file: ${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}
- build_variants: [rhel70, windows]
# Put the debug symbols
# push directly to repo due to limitations in file size SERVER-63432
@@ -7199,18 +7256,6 @@ tasks:
remote_file: ${push_path}-STAGE/${push_name}/mongodb-cryptd-${push_name}-${push_arch}-${suffix}-${task_id}.${ext|tgz}.sig
build_variants: *mongocryptd_variants
- # Put the source tarball signature
- - command: s3.put
- params:
- aws_secret: ${aws_secret}
- local_file: src/mongodb-src-${src_suffix}.${ext|tar.gz}.sig
- aws_key: ${aws_key}
- bucket: build-push-testing
- permissions: public-read
- content_type: ${content_type|application/gzip}
- remote_file: ${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}.sig
- build_variants: [rhel70, windows]
-
# Put the debug symbols signature
- command: s3.put
params:
@@ -7258,18 +7303,6 @@ tasks:
remote_file: ${push_path}-STAGE/${push_name}/mongodb-cryptd-${push_name}-${push_arch}-${suffix}-${task_id}.${ext|tgz}.sha1
build_variants: *mongocryptd_variants
- # Put the source tarball sha1
- - command: s3.put
- params:
- aws_secret: ${aws_secret}
- local_file: src/mongodb-src-${src_suffix}.${ext|tar.gz}.sha1
- aws_key: ${aws_key}
- permissions: public-read
- bucket: build-push-testing
- content_type: text/plain
- remote_file: ${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}.sha1
- build_variants: [rhel70, windows]
-
# Put the debug symbols sha1
- command: s3.put
params:
@@ -7317,18 +7350,6 @@ tasks:
remote_file: ${push_path}-STAGE/${push_name}/mongodb-cryptd-${push_name}-${push_arch}-${suffix}-${task_id}.${ext|tgz}.sha256
build_variants: *mongocryptd_variants
- # Put the source tarball sha256
- - command: s3.put
- params:
- aws_secret: ${aws_secret}
- local_file: src/mongodb-src-${src_suffix}.${ext|tar.gz}.sha256
- permissions: public-read
- aws_key: ${aws_key}
- bucket: build-push-testing
- content_type: text/plain
- remote_file: ${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}.sha256
- build_variants: [rhel70, windows]
-
# Put the debug symbols sha256
- command: s3.put
params:
@@ -7376,18 +7397,6 @@ tasks:
remote_file: ${push_path}-STAGE/${push_name}/mongodb-cryptd-${push_name}-${push_arch}-${suffix}-${task_id}.${ext|tgz}.md5
build_variants: *mongocryptd_variants
- # Put the source tarball md5
- - command: s3.put
- params:
- aws_secret: ${aws_secret}
- local_file: src/mongodb-src-${src_suffix}.${ext|tar.gz}.md5
- aws_key: ${aws_key}
- bucket: build-push-testing
- permissions: public-read
- content_type: text/plain
- remote_file: ${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}.md5
- build_variants: [rhel70, windows]
-
# Put the debug symbols md5
- command: s3.put
params:
@@ -7431,11 +7440,6 @@ tasks:
'destination': {'path': '${push_path}/mh-${push_name}-${push_arch}-${suffix}.${ext|tgz}', 'bucket': '${push_bucket}'},
'build_variants': *mh_variants}
- #Source tarball
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}', 'bucket': 'build-push-testing'},
- 'destination': {'path': 'src/mongodb-src-${src_suffix}.${ext|tar.gz}', 'bucket': '${push_bucket}'},
- 'build_variants': ['rhel70', 'windows']}
-
#MSI (Windows only)
- {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_name}-${push_arch}-${suffix}-${task_id}-signed.msi', 'bucket': 'build-push-testing'},
'destination': {'path': '${push_path}/mongodb-${push_name}-${push_arch}-${suffix}-signed.msi', 'bucket': '${push_bucket}'},
@@ -7450,11 +7454,6 @@ tasks:
'destination': {'path': '${push_path}/mongodb-cryptd-${push_name}-${push_arch}-${suffix}.${ext|tgz}.sig', 'bucket': '${push_bucket}'},
'build_variants': *mongocryptd_variants}
- #Source tarball signature
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}.sig', 'bucket': 'build-push-testing'},
- 'destination': {'path': 'src/mongodb-src-${src_suffix}.${ext|tar.gz}.sig', 'bucket': '${push_bucket}'},
- 'build_variants': ['rhel70', 'windows']}
-
#SHA1 for binaries
- {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_name}-${push_arch}-${suffix}-${task_id}.${ext|tgz}.sha1', 'bucket': 'build-push-testing'},
'destination': {'path': '${push_path}/mongodb-${push_name}-${push_arch}-${suffix}.${ext|tgz}.sha1', 'bucket': '${push_bucket}'}}
@@ -7464,11 +7463,6 @@ tasks:
'destination': {'path': '${push_path}/mongodb-cryptd-${push_name}-${push_arch}-${suffix}.${ext|tgz}.sha1', 'bucket': '${push_bucket}'},
'build_variants': *mongocryptd_variants}
- #SHA1 for source tarball
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}.sha1', 'bucket': 'build-push-testing'},
- 'destination': {'path': 'src/mongodb-src-${src_suffix}.${ext|tar.gz}.sha1', 'bucket': '${push_bucket}'},
- 'build_variants': ['rhel70', 'windows']}
-
#SHA1 for MSI
- {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_name}-${push_arch}-${suffix}-${task_id}-signed.msi.sha1', 'bucket': 'build-push-testing'},
'destination': {'path': '${push_path}/mongodb-${push_name}-${push_arch}-${suffix}-signed.msi.sha1', 'bucket': '${push_bucket}'},
@@ -7483,11 +7477,6 @@ tasks:
'destination': {'path': '${push_path}/mongodb-cryptd-${push_name}-${push_arch}-${suffix}.${ext|tgz}.sha256', 'bucket': '${push_bucket}'},
'build_variants': *mongocryptd_variants}
- #SHA256 for source tarball
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}.sha256', 'bucket': 'build-push-testing'},
- 'destination': {'path': 'src/mongodb-src-${src_suffix}.${ext|tar.gz}.sha256', 'bucket': '${push_bucket}'},
- 'build_variants': ['rhel70', 'windows']}
-
#SHA256 for MSI files
- {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_name}-${push_arch}-${suffix}-${task_id}-signed.msi.sha256', 'bucket': 'build-push-testing'},
'destination': {'path': '${push_path}/mongodb-${push_name}-${push_arch}-${suffix}-signed.msi.sha256', 'bucket': '${push_bucket}'},
@@ -7502,11 +7491,6 @@ tasks:
'destination': {'path': '${push_path}/mongodb-cryptd-${push_name}-${push_arch}-${suffix}.${ext|tgz}.md5', 'bucket': '${push_bucket}'},
'build_variants': *mongocryptd_variants}
- #MD5 for source tarball
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-src-${src_suffix}-${task_id}.${ext|tar.gz}.md5', 'bucket': 'build-push-testing'},
- 'destination': {'path': 'src/mongodb-src-${src_suffix}.${ext|tar.gz}.md5', 'bucket': '${push_bucket}'},
- 'build_variants': ['rhel70', 'windows']}
-
#MD5 for MSIs
- {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_name}-${push_arch}-${suffix}-${task_id}-signed.msi.md5', 'bucket': 'build-push-testing'},
'destination': {'path': '${push_path}/mongodb-${push_name}-${push_arch}-${suffix}-signed.msi.md5', 'bucket': '${push_bucket}'},
@@ -7801,13 +7785,6 @@ tasks:
args:
- "./src/evergreen/todos_check.sh"
-- <<: *task_template
- name: mqlrun
- tags: []
- commands:
- - func: "do setup"
- - func: "run tests"
-
- name: check_feature_flag_tags
tags: []
patch_only: true