Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Nov 8, 2024
1 parent fdb1b1b commit cd3004f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ciux
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- image: gitlab-registry.in2p3.fr/astrolabsoftware/fink/spark-py:k8s-3.4.1
labels:
build: "true"
- package: github.com/k8s-school/ktbx@v1.1.4-rc1
- package: github.com/k8s-school/ktbx@v1.1.4-rc3
labels:
itest: "optional"
- package: github.com/astrolabsoftware/finkctl/v3@v3.1.3-rc1
Expand Down
3 changes: 3 additions & 0 deletions e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ then
fi
$DIR/prereq-install.sh $monitoring_opt

echo "Install hdfs"
kubectl apply -f $DIR/hdfs

. $CIUXCONFIG
if [ $CIUX_BUILD = true ]; then
kind load docker-image $CIUX_IMAGE_URL --name "$cluster"
Expand Down

0 comments on commit cd3004f

Please sign in to comment.