diff options
author | Fabricio Voznika <fvoznika@google.com> | 2021-04-05 16:58:07 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-05 17:00:25 -0700 |
commit | 198e0dcde2476d847de699dc3c0d20421a855e86 (patch) | |
tree | c4f61c52189394688af9c22f8e4c89c97a4162d6 /.buildkite | |
parent | 88f198c2a9da1bac9726db18af4e7615aaa65476 (diff) |
Add fsstress on tmpfs to presubmit
Updates #5273
PiperOrigin-RevId: 366902314
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/pipeline.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 3bc5041c0..9163db56d 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -90,6 +90,9 @@ steps: label: ":person_in_lotus_position: KVM tests" command: make kvm-tests - <<: *common + label: ":weight_lifter: Fsstress test" + command: make fsstress-test + - <<: *common label: ":docker: Containerd 1.3.9 tests" command: make containerd-test-1.3.9 - <<: *common |