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:
Ayush Ranjan
2023-04-24 09:10:11 -07:00
committed by gVisor bot
parent f3d91c753f
commit fab2f5001a
+52
View File
@@ -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