mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 07:50:40 -04:00
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:
parent
8f21972aec
commit
b71b5103ae
5 changed files with 94 additions and 45 deletions
8
e2e/internal/lb/lb.go
Normal file
8
e2e/internal/lb/lb.go
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue