mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update golang tests
PiperOrigin-RevId: 520069861
This commit is contained in:
@@ -448,7 +448,7 @@ steps:
|
||||
- <<: *common
|
||||
<<: *docker
|
||||
label: ":golang: Go runtime tests"
|
||||
command: make RUNTIME_LOG_DIR=/tmp/$${BUILDKITE_JOB_ID} go1.16-runtime-tests
|
||||
command: make RUNTIME_LOG_DIR=/tmp/$${BUILDKITE_JOB_ID} go1.20-runtime-tests
|
||||
parallelism: 10
|
||||
agents:
|
||||
<<: *platform_specific_agents
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.16
|
||||
FROM golang:1.20
|
||||
|
||||
# Compile the tests during build to save time during testing.
|
||||
RUN ["go", "tool", "dist", "test", "-compile-only"]
|
||||
+2
-2
@@ -7,8 +7,8 @@ package(
|
||||
)
|
||||
|
||||
runtime_test(
|
||||
name = "go1.16",
|
||||
exclude_file = "exclude/go1.16.csv",
|
||||
name = "go1.20",
|
||||
exclude_file = "exclude/go1.20.csv",
|
||||
lang = "go",
|
||||
shard_count = more_shards,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user