Skip to content

Commit

Permalink
tests: skip microk8s test in tumbleweed
Browse files Browse the repository at this point in the history
The nginx service fails to start in tumbleweed.

# microk8s kubectl get pods
NAME     READY   STATUS                   RESTARTS   AGE
nginx    0/1     ContainerStatusUnknown   1          7m10s

Sometimes it starts (RUNNING status) but after few seconds it goes to
COMPLETED.

# microk8s kubectl get pods
NAME    READY   STATUS      RESTARTS   AGE
nginx   0/1     Completed   0          37s
  • Loading branch information
sergiocazzolato committed Nov 14, 2024
1 parent 09fcec0 commit 077b1d3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tests/main/microk8s-smoke/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ backends:
- -external

systems:
- -amazon-linux-2-* # fails to start service daemon-containerd
- -amazon-linux-2023-* # fails to start service daemon-containerd
- -centos-9-* # fails to start service daemon-containerd
- -fedora-40-* # fails to start service daemon-containerd
- -fedora-41-* # fails to start service daemon-containerd
- -ubuntu-14.04-* # doesn't have libseccomp >= 2.4
- -arch-linux-* # XXX: no curl to the pod for unknown reasons
- -ubuntu-*-arm* # not available on arm
- -amazon-linux-2-* # fails to start service daemon-containerd
- -amazon-linux-2023-* # fails to start service daemon-containerd
- -centos-9-* # fails to start service daemon-containerd
- -fedora-40-* # fails to start service daemon-containerd
- -fedora-41-* # fails to start service daemon-containerd
- -ubuntu-14.04-* # doesn't have libseccomp >= 2.4
- -arch-linux-* # XXX: no curl to the pod for unknown reasons
- -ubuntu-*-arm* # not available on arm
- -opensuse-tumbleweed-* # fails to start nginx pod

environment:
CHANNEL/edge: 1.25-strict/edge
Expand Down

0 comments on commit 077b1d3

Please sign in to comment.