mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add continuous directfs runtime tests.
The runtime tests pass with directfs, see https://buildkite.com/gvisor/pipeline/builds/21286. PiperOrigin-RevId: 526660698
This commit is contained in:
@@ -480,6 +480,58 @@ steps:
|
||||
<<: *ubuntu_agents
|
||||
arch: "amd64"
|
||||
|
||||
# Runtime tests (directfs).
|
||||
- <<: *common
|
||||
<<: *docker
|
||||
label: ":php: PHP runtime tests (directfs)"
|
||||
command: make php8.1.1-runtime-tests RUNTIME_ARGS=--directfs
|
||||
parallelism: 10
|
||||
if: build.branch == "master"
|
||||
agents:
|
||||
<<: *platform_specific_agents
|
||||
<<: *ubuntu_agents
|
||||
arch: "amd64"
|
||||
- <<: *common
|
||||
<<: *docker
|
||||
label: ":java: Java runtime tests (directfs)"
|
||||
command: make java17-runtime-tests RUNTIME_ARGS=--directfs
|
||||
parallelism: 40
|
||||
if: build.branch == "master"
|
||||
agents:
|
||||
<<: *platform_specific_agents
|
||||
<<: *ubuntu_agents
|
||||
arch: "amd64"
|
||||
- <<: *common
|
||||
<<: *docker
|
||||
label: ":golang: Go runtime tests (directfs)"
|
||||
command: make go1.20-runtime-tests RUNTIME_ARGS=--directfs
|
||||
parallelism: 10
|
||||
if: build.branch == "master"
|
||||
agents:
|
||||
<<: *platform_specific_agents
|
||||
<<: *ubuntu_agents
|
||||
arch: "amd64"
|
||||
- <<: *common
|
||||
<<: *docker
|
||||
label: ":node: NodeJS runtime tests (directfs)"
|
||||
command: make nodejs16.13.2-runtime-tests RUNTIME_ARGS=--directfs
|
||||
parallelism: 10
|
||||
if: build.branch == "master"
|
||||
agents:
|
||||
<<: *platform_specific_agents
|
||||
<<: *ubuntu_agents
|
||||
arch: "amd64"
|
||||
- <<: *common
|
||||
<<: *docker
|
||||
label: ":python: Python runtime tests (directfs)"
|
||||
command: make python3.10.2-runtime-tests RUNTIME_ARGS=--directfs
|
||||
parallelism: 10
|
||||
if: build.branch == "master"
|
||||
agents:
|
||||
<<: *platform_specific_agents
|
||||
<<: *ubuntu_agents
|
||||
arch: "amd64"
|
||||
|
||||
# Run basic benchmarks smoke tests (no upload).
|
||||
- <<: *common
|
||||
<<: *docker
|
||||
|
||||
Reference in New Issue
Block a user