Skip to content

Commit

Permalink
🤖 Fixup test targets (#1034)
Browse files Browse the repository at this point in the history
We were listing on a dir that now doesn't exist necessarly anymore, and
when picking up the iso from latest release, we are selectively
pickingone flavor for the upgrade test.

Signed-off-by: mudler <mudler@c3os.io>
  • Loading branch information
mudler committed Mar 3, 2023
1 parent dffb493 commit 7bb9af9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ jobs:
sudo rm -rfv build || true
df -h
- run: |
./earthly.sh +run-qemu-test --PREBUILT_ISO=$(ls *.iso) \
./earthly.sh +run-qemu-test --PREBUILT_ISO=$(ls kairos-${{matrix.flavor}}-*.iso) \
--FLAVOR=${{ matrix.flavor }} \
--CONTAINER_IMAGE=ttl.sh/kairos-${{ matrix.flavor }}-${{ github.sha }}:8h \
--TEST_SUITE=upgrade-latest-with-cli
Expand Down
1 change: 0 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ run-qemu-test:
COPY +iso/kairos.iso kairos.iso
ENV ISO=/build/kairos.iso
END
RUN pwd && ls -l && ls -l build
RUN PATH=$PATH:$GOPATH/bin ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/

###
Expand Down

0 comments on commit 7bb9af9

Please sign in to comment.