Skip to content

Commit 76bace3

Browse files
authored
chore: reduce noise in downstream_checks.py (#3057)
Since ci-mgmt was refactored we need to mark more providers explicitly as not pertitent to the bridge.
1 parent 72d5964 commit 76bace3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/downstream_checks.py

+8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@
55

66
NOT_BRIDGED_PROVIDERS = [
77
"aws-apigateway",
8+
"aws-native",
89
"awsx",
10+
"command",
11+
"docker-build",
912
"eks",
13+
"kubernetes",
14+
"kubernetes-cert-manager",
15+
"kubernetes-coredns",
16+
"kubernetes-ingress-nginx",
17+
"terraform",
1018
"terraform-module",
1119
]
1220

0 commit comments

Comments
 (0)