Skip to content

Commit

Permalink
Fix ciux command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jan 20, 2025
1 parent cb245dd commit f4e62c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions TODO.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#+TITLE: current
* 931
** TODO https://github.com/LucaCanali/sparkMeasure
https://github.com/chrissng/spark-on-k8s-monitoring-dashboard?tab=readme-ov-file
* TODO enable fink-test to run test on fink releases (currently it runs only on branch master tips)
* TODO monitor issue (prometheus): https://github.com/kubeflow/spark-operator/issues/2380
* TODO monitor issue (prometheus doc): https://github.com/kubeflow/spark-operator/issues/2380
* TODO hdfs operator management
** TODO limit and request for memory: monitor issue https://github.com/stackabletech/hdfs-operator/issues/625
** TODO open issue: zkfc on datanode is not compliant with memory setting
Expand Down Expand Up @@ -33,7 +36,7 @@ monitor issue https://github.com/stackabletech/hdfs-operator/issues/626
** TODO open issue: be able to run only one dataNode on CI

** TODO Add helm option on HDFS cpu.min (also for operators!)
** TODO Move fink image to docker.stackable.tech/stackable/hadoop:3.3.6-stackable24.11.
** DONE Move fink image to docker.stackable.tech/stackable/hadoop:3.3.6-stackable24.11.

#+TITLE: previous
* TODO DELAYED BECAUSE IT NOT BLOCKS BUT WARN create topic in distribute before sending alerts in order to avoid error below: https://fink-broker.slack.com/archives/D03KJ390F17/p1692008729660549
Expand Down
2 changes: 1 addition & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ then
fi
$DIR/prereq-install.sh $monitoring_opt

$(ciux get image --check $DIR --suffix "$SUFFIX" --env)
$(ciux get image --check $src_dir --suffix "$SUFFIX" --env)
if [ $CIUX_BUILD = true ]; then
kind load docker-image $CIUX_IMAGE_URL --name "$cluster"
fi
Expand Down

0 comments on commit f4e62c7

Please sign in to comment.