mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 14:04:17 -04:00
ci: add more filters to e2e failure OpenSearch links (#2358)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
5cfa91f3db
commit
7aba42baa5
8 changed files with 25 additions and 7 deletions
|
@ -32,8 +32,10 @@ var (
|
|||
// cloud provider used in e2e test. If deployed with debugd, this is a duplicate as its also
|
||||
// available in the metadata. If deployed through K8s in e2e tests with a stable image, this
|
||||
// is where the cloud provider is saved in.
|
||||
"github.e2e-test-provider": {},
|
||||
"deployment-type": {}, // deployment type, e.g. "debugd", "k8s"
|
||||
"github.e2e-test-provider": {},
|
||||
"github.ref-stream": {},
|
||||
"github.kubernetes-version": {},
|
||||
"deployment-type": {}, // deployment type, e.g. "debugd", "k8s"
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue