Skip to content

Commit

Permalink
ci: add more output for fluence container
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 11, 2024
1 parent 1fd65f2 commit 14eb5b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ helm install \
--set controller.pullPolicy=Never \
--set scheduler.pullPolicy=Never \
--set scheduler.sidecarPullPolicy=Never \
--set scheduler.httpScheme=HTTP \
schedscheduler-plugins as-a-second-scheduler/

# These containers should already be loaded into minikube
Expand Down Expand Up @@ -92,6 +91,11 @@ echo
kubectl apply -f fluence-job.yaml
sleep 10

# View logs again
echo
echo "⭐️ kubectl logs ${fluence_pod} -c sidecar"
kubectl logs ${fluence_pod} -c sidecar

fluence_job_pod=$(kubectl get pods --selector=job-name=fluence-job -o json | jq -r .items[0].metadata.name)
echo "Fluence job pod is ${fluence_job_pod}"
fluence_output=$(kubectl logs ${fluence_job_pod})
Expand Down

0 comments on commit 14eb5b0

Please sign in to comment.