Skip to content

Commit

Permalink
Merge pull request #618 from openebs/zfs-mi
Browse files Browse the repository at this point in the history
CI: missing changes from build_and_push action
  • Loading branch information
tiagolobocastro authored Jan 28, 2025
2 parents aa590cf + 85d9249 commit da8b7ad
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,8 @@ jobs:
- name: Build images locally
run: make zfs-driver-image

- name: Setup zfs pools
run: |
sudo apt-get install zfsutils-linux -y
truncate -s 100G /tmp/disk.img
sudo zpool create zfspv-pool $(sudo losetup -f /tmp/disk.img --show)
- name: Install zfs utils
run: sudo apt-get install zfsutils-linux -y

- name: Setup Minikube-Kubernetes
uses: medyagh/setup-minikube@latest
Expand All @@ -119,13 +116,14 @@ jobs:
OPENEBS_NAMESPACE: "openebs"
run: |
make ci
make helm-install
make sanity
- name: Upload CI Test Coverage Report
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./tests/bdd_coverage.txt
files: ./tests/bdd_coverage.txt,./tests/bdd_coverage_custom-node-id.txt
name: coverage-bdd_coverage-$(date +%s)
flags: bddtests

Expand Down

0 comments on commit da8b7ad

Please sign in to comment.