gh/actions: Move BGP e2e tests from lb to misc category to re-enable them
As of
9750fc3f755fa415dfd298b0f9460304876ecda3 we are not running
BGP e2e tests, as they were enabled only as part of the "lb" e2e
category, for which we are running only L7 tests now.
As BGP tests do not fall under these, they were not executed.
Let's move them into "misc" category running L3-L4 tests instead.
BGP CP is quite independent of any other cilium configuration
as it only advertises k8s prefixes over BGP, but let's enable it
at least once in the vxlan tunnel mode and once with tunneling disabled.
Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com>