Document default timeout for pipeline step

Mentioned that each step in the autogenerated pipeline has a
default timeout of 5 minutes.

Signed-off-by: Catalin Dumitru <catdum@amazon.com>
This commit is contained in:
Catalin Dumitru
2021-09-15 15:44:54 +03:00
committed by Andreea Florescu
parent f67ef4c84d
commit 472dea07fb
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ specified as a parameter to the `generate_test_pipeline`.
The pipeline is generated based on the test configuration in
`test_description.json`. The JSON file contains a list of tests to be run by
all rust-vmm components.
all rust-vmm components. Each test has a default timeout of 5 minutes.
Some components need to override the default configuration such that they can
access devices while running the tests (for example access to `/dev/kvm`),
+4 -3
View File
@@ -53,9 +53,9 @@ to the repository as well.
rust-vmm Buildkite [admins](CODEOWNERS) to create one for you. The process is explained
[here](https://github.com/rust-vmm/community/blob/main/docs/maintainers/setup_new_repo.md#set-up-ci).
4. There is a script that autogenerates a dynamic Buildkite pipeline. To run
the CI using this dynamic pipeline, you need to add a step that is uploading
the rust-vmm-ci pipeline:
4. There is a script that autogenerates a dynamic Buildkite pipeline. Each step
in the pipeline has a default timeout of 5 minutes. To run the CI using this dynamic pipeline,
you need to add a step that is uploading the rust-vmm-ci pipeline:
```bash
./rust-vmm-ci/.buildkite/autogenerate_pipeline.py | buildkite-agent pipeline upload
```
@@ -128,6 +128,7 @@ steps:
- docker#v3.8.0:
image: rustvmm/dev:v12
always-pull: true
timeout_in_minutes: 5
```
To see all steps in the pipeline check the output of the