File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 32
32
ANSIBLE_FORCE_COLOR : True
33
33
KAYOBE_ENVIRONMENT : ci-builder
34
34
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
35
+
35
36
jobs :
36
37
runner-preqs :
37
38
uses : ./.github/workflows/runs-on-preq.yml
@@ -207,7 +208,7 @@ jobs:
207
208
source venvs/kayobe/bin/activate &&
208
209
source src/kayobe-config/kayobe-env --environment ci-builder &&
209
210
kayobe seed host command run \
210
- --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv && sudo apt-get -y install btrfs-tools " --show-output
211
+ --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv" --show-output
211
212
env :
212
213
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
213
214
@@ -236,6 +237,14 @@ jobs:
236
237
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
237
238
if : steps.build_ubuntu_jammy_ipa.outcome == 'failure'
238
239
240
+ - name : Print storage information
241
+ run : |
242
+ source venvs/kayobe/bin/activate &&
243
+ source src/kayobe-config/kayobe-env --environment ci-builder &&
244
+ kayobe seed host command run --command "df -h && lsblk" --show-output
245
+ env :
246
+ KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
247
+
239
248
- name : Upload Ubuntu 22.04 Jammy IPA kernel image to Ark
240
249
run : |
241
250
source venvs/kayobe/bin/activate &&
You can’t perform that action at this time.
0 commit comments