Skip to content

Commit

Permalink
Addresing the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
behzad-mir committed Sep 21, 2024
1 parent 7e79d33 commit c6520ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .pipelines/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ stages:
clusterType: overlay-byocni-up
clusterName: "statelesswin"
vmSize: Standard_B2ms
k8sVersion: "1.30"
dependsOn: "containerize"

# AKS Swift E2E tests
Expand Down Expand Up @@ -460,6 +459,10 @@ stages:
name: azure_overlay_e2e
clusterName: "azovere2e"
region: $(REGION_AKS_CLUSTER_TEST)
azure_overlay_stateless_e2e:
name: azure_overlay_stateless_e2e
clusterName: "statelesswin"
region: $(REGION_AKS_CLUSTER_TEST)
aks_swift_e2e:
name: aks_swift_e2e
clusterName: "swifte2e"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stages:
name: $(BUILD_POOL_NAME_DEFAULT)
jobs:
- job: ${{ parameters.name }}_windows
displayName: Azure CNI Overlay Test Suite | Windows - (${{ parameters.name }})
displayName: Azure Stateless CNI Overlay Test Suite | Windows - (${{ parameters.name }})
pool:
name: $(BUILD_POOL_NAME_DEFAULT)
demands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
inputs:
kubectlVersion: latest

- task: AzureCLI@1
- task: AzureCLI@2
inputs:
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
scriptLocation: "inlineScript"
Expand All @@ -45,7 +45,7 @@ steps:
displayName: "Windows v4Overlay ControlPlane Scale Tests"
retryCountOnTaskFailure: 2
- task: AzureCLI@1
- task: AzureCLI@2
inputs:
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
scriptLocation: "inlineScript"
Expand All @@ -61,7 +61,7 @@ steps:
done
displayName: "Restart Nodes"

- task: AzureCLI@1
- task: AzureCLI@2
inputs:
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
scriptLocation: "inlineScript"
Expand Down
1 change: 0 additions & 1 deletion cni/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,6 @@ func (plugin *NetPlugin) Delete(args *cniSkel.CmdArgs) error {
logger.Error("Failed to query endpoint",
zap.String("endpoint", endpointID),
zap.Error(err))

logger.Error("Release ip by ContainerID (endpoint not found)",
zap.String("containerID", args.ContainerID))
sendEvent(plugin, fmt.Sprintf("Release ip by ContainerID (endpoint not found):%v", args.ContainerID))
Expand Down

0 comments on commit c6520ed

Please sign in to comment.