File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,14 @@ steps:
27
27
- sudo install -d -o root -g buildkite-agent -m 775 "/local/artifacts/$BUILDKITE_BUILD_NUMBER"
28
28
- cp tools/image-builder/rootfs.img "/local/artifacts/$BUILDKITE_BUILD_NUMBER/"
29
29
30
- - wait
31
-
32
- # Global concurrency has been set to one in the website configuration.
33
- # With that we can now clean up loop devices before starting jobs to ensure
34
- # we don't hit the loop device limit
30
+ # Just in case, list loopback devices to make sure there are no leaks.
31
+ # We probably should move that to metrics later.
35
32
- label : " :lint-roller: loop device cleanup"
36
33
agents :
37
34
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
38
35
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
39
36
hostname : " ${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
40
- command : ' sudo losetup -D'
41
- concurrency : 1
42
- concurrency_group : ' loop-device test'
37
+ command : ' sudo losetup -l'
43
38
44
39
- wait
45
40
You can’t perform that action at this time.
0 commit comments