Commit 92b89d7
committed
Fix(ci): prevent delete-env failure due to busy persistent disk on teardown
Add bosh delete-deployment before bbl down in delete-bosh-lite.yml so
that CF warden containers release their bind mounts on the director's
persistent disk prior to bosh delete-env attempting to unmount it.
Without this, umount fails with "target is busy" (exit status 32).
Also align tool versions with repo variables (BBL_CLI_VERSION,
BOSH_CLI_VERSION) instead of hardcoded values, and remove the redundant
--gcp-service-account-key flag since BBL reads BBL_GCP_SERVICE_ACCOUNT_KEY
from the environment automatically.
Signed-off-by: Prem Kumar Kalle <prem.kalle@broadcom.com>1 parent 31ccf08 commit 92b89d7
1 file changed
Lines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | | - | |
78 | | - | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
0 commit comments