Skip to content

Commit

Permalink
debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Dec 19, 2024
1 parent c65a2b1 commit 7e74398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/e2e_tests_metrics_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ log_and_run() {
"$@" 2>&1 | tee -a "$LOG_FILE"
}

kubectl port-forward svc/$SERVICE -n $NAMESPACE $LOCAL_PORT:$TARGET_PORT &
log_and_run kubectl describe svc scality-cosi-driver-metrics -n scality-object-storage

log_and_run kubectl port-forward svc/scality-cosi-driver-metrics -n scality-object-storage 8080:8080 &
PORT_FORWARD_PID=$!

if ps -p $PORT_FORWARD_PID > /dev/null; then
Expand Down

0 comments on commit 7e74398

Please sign in to comment.