summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-06-20 15:54:49 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-06-26 14:17:13 +0800
commit814dc36e39e6c71e4a2afa62d3ccbbe2329fe4e1 (patch)
tree70b1f05567777296d0d02750e0a09bba61d035f4 /build
parentadd node runner test (diff)
downloadkubeedge-814dc36e39e6c71e4a2afa62d3ccbbe2329fe4e1.tar.gz
add conformance label
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'build')
-rw-r--r--build/conformance/node-e2e-runner/run.go4
-rw-r--r--build/conformance/util/util.go16
2 files changed, 18 insertions, 2 deletions
diff --git a/build/conformance/node-e2e-runner/run.go b/build/conformance/node-e2e-runner/run.go
index 7af4cce01..6bec14438 100644
--- a/build/conformance/node-e2e-runner/run.go
+++ b/build/conformance/node-e2e-runner/run.go
@@ -1,5 +1,5 @@
/*
-Copyright 2022 The KubeEdge Authors.
+Copyright 2023 The KubeEdge Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@ const (
testWithDevice = "TEST_WITH_DEVICE"
kubeConfigEnvKey = "KUBECONFIG"
logFileName = "e2e.log"
- defaultFocus = "\\[NodeConformance\\]"
+ defaultFocus = "\\[sig-node\\].*Conformance"
extraArgsEnvKey = "E2E_EXTRA_ARGS"
defaultResultsDir = "/tmp/results"
defaultReportPrefix = "conformance"
diff --git a/build/conformance/util/util.go b/build/conformance/util/util.go
index 20f8d555b..c0664dc61 100644
--- a/build/conformance/util/util.go
+++ b/build/conformance/util/util.go
@@ -1,3 +1,19 @@
+/*
+Copyright 2023 The KubeEdge Authors.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
package util
import (