From a44ca0f55d92e6d32bd96afd3b0f3606383c5fb7 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Tue, 30 Jan 2024 12:56:23 +0000 Subject: [PATCH] Disable AWS Native We're needing to diverge from the generic pattern due to test restructuring so are off-boarding from ci-mgmt for the time being. --- scripts/generate_native_providers_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_native_providers_list.py b/scripts/generate_native_providers_list.py index aec0db4ab6..af58f60310 100644 --- a/scripts/generate_native_providers_list.py +++ b/scripts/generate_native_providers_list.py @@ -3,7 +3,7 @@ import json -excluded_from_auto_pr =["azure-native", "google-native", "command"] +excluded_from_auto_pr =["azure-native", "google-native", "command", "aws-native"] if __name__ == '__main__': ap = argparse.ArgumentParser()