mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-01 22:34:14 +00:00
generated: hack/update-hack-tools.sh && hack/update-vendor.sh
This commit is contained in:
committed by
Stephen Augustus
parent
479249b3a3
commit
f33dc28094
@@ -34,7 +34,7 @@ multi_arch_container(
|
||||
docker_push_tags = ["{{STABLE_DOCKER_PUSH_REGISTRY}}/conformance-{ARCH}:{{STABLE_DOCKER_TAG}}"],
|
||||
docker_tags = ["{{STABLE_DOCKER_REGISTRY}}/conformance-{ARCH}:{{STABLE_DOCKER_TAG}}"],
|
||||
env = {
|
||||
"E2E_FOCUS": "\[Conformance\]",
|
||||
"E2E_FOCUS": "\\[Conformance\\]",
|
||||
"E2E_SKIP": "",
|
||||
"E2E_PARALLEL": "1",
|
||||
"E2E_PROVIDER": "local",
|
||||
|
||||
@@ -25,6 +25,9 @@ go_library(
|
||||
"//vendor/google.golang.org/grpc:go_default_library",
|
||||
"//vendor/k8s.io/klog/v2:go_default_library",
|
||||
] + select({
|
||||
"@io_bazel_rules_go//go/platform:aix": [
|
||||
"//vendor/github.com/mrunalp/fileutils:go_default_library",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:android": [
|
||||
"//vendor/github.com/mrunalp/fileutils:go_default_library",
|
||||
],
|
||||
@@ -37,9 +40,15 @@ go_library(
|
||||
"@io_bazel_rules_go//go/platform:freebsd": [
|
||||
"//vendor/github.com/mrunalp/fileutils:go_default_library",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:illumos": [
|
||||
"//vendor/github.com/mrunalp/fileutils:go_default_library",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:ios": [
|
||||
"//vendor/github.com/mrunalp/fileutils:go_default_library",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:js": [
|
||||
"//vendor/github.com/mrunalp/fileutils:go_default_library",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:linux": [
|
||||
"//vendor/github.com/mrunalp/fileutils:go_default_library",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user