mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-20 04:04:21 -04:00
bazel: mark envtests as "requires-network"
Envtests require networking, strict sandbox only allows networking if tag is set. See https://bazel.build/reference/be/common-definitions#common.tags for further explanation.
This commit is contained in:
parent
1f12541a36
commit
1d5f244879
2 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,8 @@ go_test(
|
||||||
},
|
},
|
||||||
# keep
|
# keep
|
||||||
gotags = ["integration"],
|
gotags = ["integration"],
|
||||||
|
# keep
|
||||||
|
tags = ["requires-network"],
|
||||||
deps = [
|
deps = [
|
||||||
"//3rdparty/node-maintenance-operator/api/v1beta1",
|
"//3rdparty/node-maintenance-operator/api/v1beta1",
|
||||||
"//internal/constants",
|
"//internal/constants",
|
||||||
|
|
|
@ -52,6 +52,8 @@ go_test(
|
||||||
},
|
},
|
||||||
# keep
|
# keep
|
||||||
gotags = ["integration"],
|
gotags = ["integration"],
|
||||||
|
# keep
|
||||||
|
tags = ["requires-network"],
|
||||||
deps = [
|
deps = [
|
||||||
"//internal/constants",
|
"//internal/constants",
|
||||||
"//operators/constellation-node-operator/api/v1alpha1",
|
"//operators/constellation-node-operator/api/v1alpha1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue