Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for setting a different CNI config on cilium clusters #5482

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

fix: update test description for default settings

87c3fff
Select commit
Loading
Failed to load commit list.
Open

feat: Add support for setting a different CNI config on cilium clusters #5482

fix: update test description for default settings
87c3fff
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Agentbaker E2E failed Jan 6, 2025 in 3m 19s

Build #20250102.4 had test failures

Details

Tests

  • Failed: 69 (39.66%)
  • Passed: 105 (60.34%)
  • Other: 0 (0.00%)
  • Total: 174

Annotations

Check failure on line 2158 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Agentbaker E2E

Build log #L2158

Bash exited with code '1'.

Check failure on line 1 in Test_Ubuntu1804_GPU

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Agentbaker E2E

Test_Ubuntu1804_GPU

Failed
Raw output
    scenario_helpers_test.go:174: VHD: "/subscriptions/c4c3550e-a965-4993-a50c-628fd38cd3e1/resourceGroups/aksvhdtestbuildrg/providers/Microsoft.Compute/galleries/PackerSigGalleryEastUS/images/1804gen2containerd/versions/1.1735246833.21604", TAGS {Name:Test_Ubuntu1804_GPU ImageName:1804gen2containerd OS:ubuntu Arch:amd64 Airgap:false GPU:true WASM:false ServerTLSBootstrapping:false Scriptless:false KubeletCustomConfig:false}
    vmss.go:39: creating VMSS "fdif-2025-01-02-ubuntu1804gpu" in resource group "MC_abe2e-westus3_abe2e-kubenet-331fc_westus3"
    scenario_helpers_test.go:129: vmss fdif-2025-01-02-ubuntu1804gpu creation succeeded
    kube.go:156: waiting for node fdif-2025-01-02-ubuntu1804gpu to be ready
    kube.go:178: node fdif-2025-01-02-ubuntu1804gpu000000 is ready
    scenario_helpers_test.go:132: node fdif-2025-01-02-ubuntu1804gpu is ready
    kube.go:94: waiting for pod app=debug-mariner  in "default" namespace to be ready
    kube.go:142: pod debug-mariner-57gmr is ready
    pod.go:19: creating pod "fdif-2025-01-02-ubuntu1804gpu000000-test-pod"
    kube.go:94: waiting for pod  metadata.name=fdif-2025-01-02-ubuntu1804gpu000000-test-pod in "default" namespace to be ready
    kube.go:115: time before timeout: 7m6.689353612s
    kube.go:270: {
          "Name": "fdif-2025-01-02-ubuntu1804gpu000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "mariner",
              "Image": "mcr.microsoft.com/cbl-mariner/busybox:2.0",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Pending",
          "StartTime": "2025-01-02T23:46:50Z",
          "Events": [
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/fdif-2025-01-02-ubuntu1804gpu000000-test-pod to fdif-2025-01-02-ubuntu1804gpu000000",
              "Count": 0,
              "LastTimestamp": null
            },
            {
              "Reason": "Pulling",
              "Message": "Pulling image \"mcr.microsoft.com/cbl-mariner/busybox:2.0\"",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:51Z"
            },
            {
              "Reason": "Pulled",
              "Message": "Successfully pulled image \"mcr.microsoft.com/cbl-mariner/busybox:2.0\" in 714ms (5.769s including waiting). Image size: 6267847 bytes.",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:57Z"
            },
            {
              "Reason": "Created",
              "Message": "Created container mariner",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:57Z"
            },
            {
              "Reason": "Started",
              "Message": "Started container mariner",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:57Z"
            }
          ],
          "Logs": ""
        }
    kube.go:115: time before timeout: 2m6.682503608s
    kube.go:270: {
          "Name": "fdif-2025-01-02-ubuntu1804gpu000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "mariner",
              "Image": "mcr.microsoft.com/cbl-mariner/busybox:2.0",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Pending",
          "StartTime": "2025-01-02T23:46:50Z",
          "Events": [
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/fdif-2025-01-02-ubuntu1804gpu000000-test-pod to fdif-2025-01-02-ubuntu1804gpu000000",
              "Count": 0,
              "LastTimestamp": null
            },
            {
              "Reason":

Check failure on line 1 in Test_Ubuntu2204_GPUNC

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Agentbaker E2E

Test_Ubuntu2204_GPUNC

Failed
Raw output
    scenario_helpers_test.go:174: VHD: "/subscriptions/c4c3550e-a965-4993-a50c-628fd38cd3e1/resourceGroups/aksvhdtestbuildrg/providers/Microsoft.Compute/galleries/PackerSigGalleryEastUS/images/2204gen2containerd/versions/1.1735246863.9393", TAGS {Name:Test_Ubuntu2204_GPUNC ImageName:2204gen2containerd OS:ubuntu Arch:amd64 Airgap:false GPU:true WASM:false ServerTLSBootstrapping:false Scriptless:false KubeletCustomConfig:false}
    vmss.go:39: creating VMSS "8i4t-2025-01-02-ubuntu2204gpunc" in resource group "MC_abe2e-westus3_abe2e-kubenet-331fc_westus3"
    scenario_helpers_test.go:129: vmss 8i4t-2025-01-02-ubuntu2204gpunc creation succeeded
    kube.go:156: waiting for node 8i4t-2025-01-02-ubuntu2204gpunc to be ready
    kube.go:178: node 8i4t-2025-01-02-ubuntu2204gpunc000000 is ready
    scenario_helpers_test.go:132: node 8i4t-2025-01-02-ubuntu2204gpunc is ready
    kube.go:94: waiting for pod app=debug-mariner  in "default" namespace to be ready
    kube.go:142: pod debug-mariner-57gmr is ready
    pod.go:19: creating pod "8i4t-2025-01-02-ubuntu2204gpunc000000-test-pod"
    kube.go:94: waiting for pod  metadata.name=8i4t-2025-01-02-ubuntu2204gpunc000000-test-pod in "default" namespace to be ready
    kube.go:115: time before timeout: 7m6.847858578s
    kube.go:270: {
          "Name": "8i4t-2025-01-02-ubuntu2204gpunc000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "mariner",
              "Image": "mcr.microsoft.com/cbl-mariner/busybox:2.0",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Pending",
          "StartTime": "2025-01-02T23:46:51Z",
          "Events": [
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/8i4t-2025-01-02-ubuntu2204gpunc000000-test-pod to 8i4t-2025-01-02-ubuntu2204gpunc000000",
              "Count": 0,
              "LastTimestamp": null
            },
            {
              "Reason": "Pulling",
              "Message": "Pulling image \"mcr.microsoft.com/cbl-mariner/busybox:2.0\"",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:51Z"
            },
            {
              "Reason": "Pulled",
              "Message": "Successfully pulled image \"mcr.microsoft.com/cbl-mariner/busybox:2.0\" in 673ms (6.267s including waiting). Image size: 6267847 bytes.",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:57Z"
            },
            {
              "Reason": "Created",
              "Message": "Created container mariner",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:57Z"
            },
            {
              "Reason": "Started",
              "Message": "Started container mariner",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:57Z"
            }
          ],
          "Logs": ""
        }
    kube.go:115: time before timeout: 2m6.847807103s
    kube.go:270: {
          "Name": "8i4t-2025-01-02-ubuntu2204gpunc000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "mariner",
              "Image": "mcr.microsoft.com/cbl-mariner/busybox:2.0",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Pending",
          "StartTime": "2025-01-02T23:46:51Z",
          "Events": [
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/8i4t-2025-01-02-ubuntu2204gpunc000000-test-pod to 8i4t-2025-01-02-ubuntu2204gpunc000000",
              "Count": 0,
              "LastTimestamp": null
            },
          

Check failure on line 1 in Test_Ubuntu2204_GPUA100

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Agentbaker E2E

Test_Ubuntu2204_GPUA100

Failed
Raw output
    scenario_helpers_test.go:174: VHD: "/subscriptions/c4c3550e-a965-4993-a50c-628fd38cd3e1/resourceGroups/aksvhdtestbuildrg/providers/Microsoft.Compute/galleries/PackerSigGalleryEastUS/images/2204gen2containerd/versions/1.1735246863.9393", TAGS {Name:Test_Ubuntu2204_GPUA100 ImageName:2204gen2containerd OS:ubuntu Arch:amd64 Airgap:false GPU:true WASM:false ServerTLSBootstrapping:false Scriptless:false KubeletCustomConfig:false}
    vmss.go:39: creating VMSS "l5rb-2025-01-02-ubuntu2204gpua100" in resource group "MC_abe2e-westus3_abe2e-kubenet-331fc_westus3"
    scenario_helpers_test.go:129: vmss l5rb-2025-01-02-ubuntu2204gpua100 creation succeeded
    kube.go:156: waiting for node l5rb-2025-01-02-ubuntu2204gpua100 to be ready
    kube.go:178: node l5rb-2025-01-02-ubuntu2204gpua100000000 is ready
    scenario_helpers_test.go:132: node l5rb-2025-01-02-ubuntu2204gpua100 is ready
    kube.go:94: waiting for pod app=debug-mariner  in "default" namespace to be ready
    kube.go:142: pod debug-mariner-57gmr is ready
    pod.go:19: creating pod "l5rb-2025-01-02-ubuntu2204gpua100000000-test-pod"
    kube.go:94: waiting for pod  metadata.name=l5rb-2025-01-02-ubuntu2204gpua100000000-test-pod in "default" namespace to be ready
    kube.go:115: time before timeout: 7m6.833665658s
    kube.go:270: {
          "Name": "l5rb-2025-01-02-ubuntu2204gpua100000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "mariner",
              "Image": "mcr.microsoft.com/cbl-mariner/busybox:2.0",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Pending",
          "StartTime": "2025-01-02T23:46:51Z",
          "Events": [
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/l5rb-2025-01-02-ubuntu2204gpua100000000-test-pod to l5rb-2025-01-02-ubuntu2204gpua100000000",
              "Count": 0,
              "LastTimestamp": null
            },
            {
              "Reason": "Pulling",
              "Message": "Pulling image \"mcr.microsoft.com/cbl-mariner/busybox:2.0\"",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:51Z"
            },
            {
              "Reason": "Pulled",
              "Message": "Successfully pulled image \"mcr.microsoft.com/cbl-mariner/busybox:2.0\" in 588ms (5.573s including waiting). Image size: 6267847 bytes.",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:57Z"
            },
            {
              "Reason": "Created",
              "Message": "Created container mariner",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:57Z"
            },
            {
              "Reason": "Started",
              "Message": "Started container mariner",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:57Z"
            }
          ],
          "Logs": ""
        }
    kube.go:115: time before timeout: 2m6.833618086s
    kube.go:270: {
          "Name": "l5rb-2025-01-02-ubuntu2204gpua100000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "mariner",
              "Image": "mcr.microsoft.com/cbl-mariner/busybox:2.0",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Pending",
          "StartTime": "2025-01-02T23:46:51Z",
          "Events": [
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/l5rb-2025-01-02-ubuntu2204gpua100000000-test-pod to l5rb-2025-01-02-ubuntu2204gpua100000000",
              "Count": 0,
              "LastTimestamp": nu

Check failure on line 1 in Test_Ubuntu2204_GPUA10

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Agentbaker E2E

Test_Ubuntu2204_GPUA10

Failed
Raw output
    scenario_helpers_test.go:174: VHD: "/subscriptions/c4c3550e-a965-4993-a50c-628fd38cd3e1/resourceGroups/aksvhdtestbuildrg/providers/Microsoft.Compute/galleries/PackerSigGalleryEastUS/images/2204gen2containerd/versions/1.1735246863.9393", TAGS {Name:Test_Ubuntu2204_GPUA10 ImageName:2204gen2containerd OS:ubuntu Arch:amd64 Airgap:false GPU:true WASM:false ServerTLSBootstrapping:false Scriptless:false KubeletCustomConfig:false}
    vmss.go:39: creating VMSS "6glq-2025-01-02-ubuntu2204gpua10" in resource group "MC_abe2e-westus3_abe2e-kubenet-331fc_westus3"
    scenario_helpers_test.go:129: vmss 6glq-2025-01-02-ubuntu2204gpua10 creation succeeded
    kube.go:156: waiting for node 6glq-2025-01-02-ubuntu2204gpua10 to be ready
    kube.go:178: node 6glq-2025-01-02-ubuntu2204gpua10000000 is ready
    scenario_helpers_test.go:132: node 6glq-2025-01-02-ubuntu2204gpua10 is ready
    kube.go:94: waiting for pod app=debug-mariner  in "default" namespace to be ready
    kube.go:142: pod debug-mariner-57gmr is ready
    pod.go:19: creating pod "6glq-2025-01-02-ubuntu2204gpua10000000-test-pod"
    kube.go:94: waiting for pod  metadata.name=6glq-2025-01-02-ubuntu2204gpua10000000-test-pod in "default" namespace to be ready
    kube.go:115: time before timeout: 7m6.926911767s
    kube.go:270: {
          "Name": "6glq-2025-01-02-ubuntu2204gpua10000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "mariner",
              "Image": "mcr.microsoft.com/cbl-mariner/busybox:2.0",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Pending",
          "StartTime": "2025-01-02T23:46:50Z",
          "Events": [
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/6glq-2025-01-02-ubuntu2204gpua10000000-test-pod to 6glq-2025-01-02-ubuntu2204gpua10000000",
              "Count": 0,
              "LastTimestamp": null
            },
            {
              "Reason": "Pulling",
              "Message": "Pulling image \"mcr.microsoft.com/cbl-mariner/busybox:2.0\"",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:51Z"
            },
            {
              "Reason": "Pulled",
              "Message": "Successfully pulled image \"mcr.microsoft.com/cbl-mariner/busybox:2.0\" in 620ms (4.349s including waiting). Image size: 6267847 bytes.",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:55Z"
            },
            {
              "Reason": "Created",
              "Message": "Created container mariner",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:55Z"
            },
            {
              "Reason": "Started",
              "Message": "Started container mariner",
              "Count": 1,
              "LastTimestamp": "2025-01-02T23:46:55Z"
            }
          ],
          "Logs": ""
        }
    kube.go:115: time before timeout: 2m6.924116658s
    kube.go:270: {
          "Name": "6glq-2025-01-02-ubuntu2204gpua10000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "mariner",
              "Image": "mcr.microsoft.com/cbl-mariner/busybox:2.0",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Pending",
          "StartTime": "2025-01-02T23:46:50Z",
          "Events": [
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/6glq-2025-01-02-ubuntu2204gpua10000000-test-pod to 6glq-2025-01-02-ubuntu2204gpua10000000",
              "Count": 0,
              "LastTimestamp": null