summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/evergreen.yml
diff options
context:
space:
mode:
authorRuby Chen <ruby.chen@mongodb.com>2023-03-23 05:21:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-23 05:55:44 +0000
commit48047394eb8b2814458cd300ea2341eb62c58640 (patch)
tree49dde3d27d02f601c5c1093e1c273a5499217eb9 /src/third_party/wiredtiger/test/evergreen.yml
parentb3eb4c6be3a5abedb8bea3693cabb65fb494737c (diff)
downloadmongo-48047394eb8b2814458cd300ea2341eb62c58640.tar.gz
Import wiredtiger: b8b81fd66374fb6c413e2613db8789793d5084cd from branch mongodb-master
ref: 68383b3633..b8b81fd663 for: 7.0.0-rc0 WT-10784 Fix azure and gcp evergreen variables colliding with each other
Diffstat (limited to 'src/third_party/wiredtiger/test/evergreen.yml')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index d132f9210f9..71aa9482356 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -867,13 +867,13 @@ variables:
# Configure flags for tiered storage Azure extension.
- &configure_flags_tiered_storage_azure
- ENABLE_S3: -DENABLE_AZURE=1
- IMPORT_S3_SDK: -DIMPORT_AZURE_SDK=external
+ ENABLE_AZURE: -DENABLE_AZURE=1
+ IMPORT_AZURE_SDK: -DIMPORT_AZURE_SDK=external
# Configure flags for tiered storage GCP extension.
- &configure_flags_tiered_storage_gcp
- ENABLE_S3: -DENABLE_GCP=1
- IMPORT_S3_SDK: -DIMPORT_GCP_SDK=external
+ ENABLE_GCP: -DENABLE_GCP=1
+ IMPORT_GCP_SDK: -DIMPORT_GCP_SDK=external
# Configure flags for tiered storage S3 extension.
- &configure_flags_tiered_storage_s3