File tree Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 19
19
"cloudProviderBackoffExponent" : 1.5 ,
20
20
"cloudProviderBackoffDuration" : 5 ,
21
21
"cloudProviderBackoffJitter" : 1 ,
22
- "cloudProviderRatelimit" : true ,
22
+ "cloudProviderRatelimit" : false ,
23
23
"cloudProviderRateLimitQPS" : 3 ,
24
24
"cloudProviderRateLimitBucket" : 10 ,
25
25
"useManagedIdentityExtension" : false ,
Original file line number Diff line number Diff line change 19
19
"cloudProviderBackoffExponent" : 1.5 ,
20
20
"cloudProviderBackoffDuration" : 5 ,
21
21
"cloudProviderBackoffJitter" : 1 ,
22
- "cloudProviderRatelimit" : true ,
22
+ "cloudProviderRatelimit" : false ,
23
23
"cloudProviderRateLimitQPS" : 3 ,
24
24
"cloudProviderRateLimitBucket" : 10 ,
25
25
"useManagedIdentityExtension" : false ,
Original file line number Diff line number Diff line change @@ -32,20 +32,5 @@ if [ -v aadClientSecret ]; then
32
32
go test -v ./test/sanity/...
33
33
fi
34
34
35
- # run test on AzureChinaCloud
36
- if [ -v aadClientSecret_china ]; then
37
- cp test/integration/azure.json $AZURE_CREDENTIAL_FILE
38
-
39
- sed -i " s/AzurePublicCloud/AzureChinaCloud/g" $AZURE_CREDENTIAL_FILE
40
- sed -i " s/tenantId-input/${tenantId_china} /g" $AZURE_CREDENTIAL_FILE
41
- sed -i " s/subscriptionId-input/${subscriptionId_china} /g" $AZURE_CREDENTIAL_FILE
42
- sed -i " s/aadClientId-input/${aadClientId_china} /g" $AZURE_CREDENTIAL_FILE
43
- sed -i " s#aadClientSecret-input#${aadClientSecret_china} #g" $AZURE_CREDENTIAL_FILE
44
- sed -i " s/resourceGroup-input/${resourceGroup_china} /g" $AZURE_CREDENTIAL_FILE
45
- sed -i " s/location-input/${location_china} /g" $AZURE_CREDENTIAL_FILE
46
-
47
- go test -v ./test/sanity/...
48
- fi
49
-
50
35
# make it always succeed for now
51
36
exit 0
You can’t perform that action at this time.
0 commit comments