We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d48665a + 909dad5 commit 570d5feCopy full SHA for 570d5fe
.buildkite/pipeline.yml
@@ -65,6 +65,11 @@ steps:
65
- wait
66
67
- 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
73
env:
74
GOBIN: "$FC_TEST_DATA_PATH/bin"
75
commands:
0 commit comments