ci: add more filters to e2e failure OpenSearch links (#2358)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-09-26 13:17:59 +02:00 committed by GitHub
parent 5cfa91f3db
commit 7aba42baa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 25 additions and 7 deletions

View file

@ -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"
}
)