Skip to content

Commit 909dad5

Browse files
committed
Add concurrency test to install step in pipeline
Signed-off-by: David Son <[email protected]>
1 parent d48665a commit 909dad5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ steps:
6565
- wait
6666

6767
- label: ':package: install'
68+
# This concurrency group can be removed when one of the below issues are resolved:
69+
# https://github.com/firecracker-microvm/firecracker-go-sdk/issues/418
70+
# https://github.com/firecracker-microvm/firecracker/issues/3058
71+
concurrency_group: "mount rootfs"
72+
concurrency: 1
6873
env:
6974
GOBIN: "$FC_TEST_DATA_PATH/bin"
7075
commands:

0 commit comments

Comments
 (0)