diff options
author | Amirsaman Memaripour <amirsaman.memaripour@mongodb.com> | 2023-04-06 14:47:56 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-04-06 16:50:53 +0000 |
commit | 84cb7fcd340d289dac81fce2c1b3150066a22112 (patch) | |
tree | f4186e7ecbdbf1c36e9551d0e5d8cb2194097575 /etc/third_party_components.yml | |
parent | b647325292d7c1f5318b2530e1d628f1c430cde6 (diff) | |
download | mongo-84cb7fcd340d289dac81fce2c1b3150066a22112.tar.gz |
SERVER-75785 Add upgrade suppressions for ServiceArch third-parties
Diffstat (limited to 'etc/third_party_components.yml')
-rw-r--r-- | etc/third_party_components.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/third_party_components.yml b/etc/third_party_components.yml index 17e9644d301..8ef3575924b 100644 --- a/etc/third_party_components.yml +++ b/etc/third_party_components.yml @@ -151,7 +151,7 @@ components: release_monitoring_id: 19117 local_directory_path: src/third_party/grpc team_owner: "Service Architecture" - upgrade_suppression: TODO SERVER-75569 + upgrade_suppression: TODO SERVER-75761 "ICU for C/C++ (ICU4C)": homepage_url: http://site.icu-project.org/ @@ -230,6 +230,7 @@ components: release_monitoring_id: 1748 local_directory_path: src/third_party/unwind team_owner: "Service Architecture" + upgrade_suppression: TODO SERVER-75786 "MongoDB C Driver": homepage_url: https://github.com/mongodb/mongo-c-driver @@ -293,7 +294,7 @@ components: release_monitoring_id: 3715 local_directory_path: src/third_party/protobuf team_owner: "Service Architecture" - upgrade_suppression: TODO SERVER-75567 + upgrade_suppression: TODO SERVER-75761 python-testscenarios: homepage_url: https://launchpad.net/testscenarios @@ -309,7 +310,7 @@ components: release_monitoring_id: 10500 local_directory_path: src/third_party/re2 team_owner: "Service Architecture" - upgrade_suppression: TODO SERVER-75570 + upgrade_suppression: TODO SERVER-75761 extras: homepage_url: https://github.com/testing-cabal/extras |