ci: migrate e2e lb test to bazel (#1892)

* ci: migrate lb e2e test to bazel
* ci: disable shared bazel cache on github runners
This commit is contained in:
3u13r 2023-06-09 16:59:19 +02:00 committed by GitHub
parent 8f21972aec
commit b71b5103ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 94 additions and 45 deletions

8
e2e/internal/lb/lb.go Normal file
View file

@ -0,0 +1,8 @@
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
// Package lb tests that the cloud load balancer works as expected.
package lb