mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
remove references to nonexistent directory
PiperOrigin-RevId: 462728462
This commit is contained in:
committed by
gVisor bot
parent
227b963b2f
commit
64299b5b22
@@ -141,7 +141,7 @@ func ParseTestCases(testBin string, benchmarks bool, extraArgs ...string) ([]Tes
|
||||
return t, nil
|
||||
}
|
||||
|
||||
// ParseBenchmarks returns each benchmark in a third_party/benchmark binary's list as a single test case.
|
||||
// ParseBenchmarks returns each benchmark in the binary's list as a single test case.
|
||||
func ParseBenchmarks(binary string, extraArgs ...string) ([]TestCase, error) {
|
||||
var t []TestCase
|
||||
args := append([]string{listBenchmarkFlag}, extraArgs...)
|
||||
|
||||
@@ -68,7 +68,7 @@ To bump the version of an existing runtime test:
|
||||
This will likely look similar to the older version, so start by copying the
|
||||
older one. Update any packages or downloaded urls to point to the new
|
||||
version. Test building the image with `docker build
|
||||
third_party/gvisor/images/runtime/<new_runtime>`
|
||||
images/runtime/<new_runtime>`
|
||||
|
||||
2. Create a new [`runtime_test`](BUILD) target. The `name` field must be the
|
||||
dirctory name for the Docker image you created in Step 1.
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ pkg_tar(
|
||||
name = "files",
|
||||
srcs = [":webhook"],
|
||||
extension = "tgz",
|
||||
strip_prefix = "/third_party/gvisor/webhook",
|
||||
strip_prefix = "/webhook",
|
||||
)
|
||||
|
||||
go_binary(
|
||||
|
||||
Reference in New Issue
Block a user