Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
welpaolo committed Jul 3, 2024
1 parent 4fe58a6 commit 421eaa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ kyuubi: $(KYUUBI_MARKER)

$(ROCK_FILE_GPU): images/charmed-spark-gpu/rockcraft.yaml $(wildcard images/charmed-spark-gpu/*/*)
@echo "=== Building Charmed Image ==="
(cd images/charmed-spark-gpu && rockcraft pack)
(cd images/charmed-spark-gpu && cp images/charmed-spark/bin/. bin/ && rockcraft pack)
mv images/charmed-spark-gpu/$(ROCK_FILE_GPU) .

rock-gpu: $(ROCK_FILE_GPU)
Expand Down
3 changes: 2 additions & 1 deletion tests/integration/integration-tests-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ echo -e "##################################"
echo -e "SETUP TEST POD"
echo -e "##################################"

setup_admin_test_pod
kubectl create namespace $NAMESPACE
setup_admin_pod $ADMIN_POD_NAME $(spark_image) $NAMESPACE

echo -e "##################################"
echo -e "RUN EXAMPLE THAT USES GPU"
Expand Down

0 comments on commit 421eaa9

Please sign in to comment.