Skip to content

Commit e0a1fac

Browse files
committed
Test leafcloud image on SMS
1 parent e81cc32 commit e0a1fac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ipa-image-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ env:
3232
ANSIBLE_FORCE_COLOR: True
3333
KAYOBE_ENVIRONMENT: ci-builder
3434
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
35+
3536
jobs:
3637
runner-preqs:
3738
uses: ./.github/workflows/runs-on-preq.yml
@@ -207,7 +208,7 @@ jobs:
207208
source venvs/kayobe/bin/activate &&
208209
source src/kayobe-config/kayobe-env --environment ci-builder &&
209210
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
211212
env:
212213
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
213214

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: All in one
66

77
on:
8-
workflow_call:
8+
workflow_dispatch:
99
inputs:
1010
runner_env:
1111
required: false

0 commit comments

Comments
 (0)