Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Sep 30, 2024
1 parent baeb51a commit 68e3309
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/k8s-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ jobs:
- name: BootStrap k8s cluster
run: |
nix-shell ./scripts/k8s/shell.nix --run "./scripts/k8s/deployer.sh start --label --dump-images"
ls /tmp/kind/mayastor
ls /tmp/kind/mayastor/kind-worker
- name: Install Helm Chart
run: |
nix-shell ./scripts/k8s/shell.nix --run "./scripts/helm/install.sh --dep-update --wait"
- name: Container Image List
run: |
ls /tmp/kind/mayastor
ls /tmp/kind/mayastor/kind-worker
# Verifies if the list of images is accurate
nix-shell ./scripts/k8s/shell.nix --run "./scripts/helm/verify-kind-images.sh"
Expand Down

0 comments on commit 68e3309

Please sign in to comment.