Skip to content

Commit

Permalink
kola/test/flannel: UDP is not supported on ARM64
Browse files Browse the repository at this point in the history
`Error fetching backend: UDP backend is not supported on this
architecture`

Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
  • Loading branch information
Mathieu Tortuyaux committed Aug 25, 2021
1 parent 5e71160 commit 9eb5b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kola/tests/flannel/flannel.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func init() {
Distros: []string{"cl"},
ExcludePlatforms: []string{"qemu-unpriv"},
UserData: flannelConf.Subst("$type", "udp"),
Architectures: []string{"amd64"},
})

register.Register(&register.Test{
Expand Down

0 comments on commit 9eb5b33

Please sign in to comment.