Skip to content

Commit

Permalink
Merge pull request #62 from paigerube14/log_cleanup
Browse files Browse the repository at this point in the history
Cleaning up extra output
  • Loading branch information
openshift-merge-bot[bot] authored Dec 19, 2024
2 parents 409d3c0 + ed6f167 commit 463d30d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions cerberus/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ export KUBECONFIG=$CERBERUS_KUBECONFIG

oc version

cat $KUBECONFIG

oc config view

# Source env.sh to read all the vars
source env.sh
source cerberus/env.sh
Expand Down
4 changes: 0 additions & 4 deletions pod-network-chaos/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ export KUBECONFIG=$KRKN_KUBE_CONFIG
# Cluster details
echo "Printing cluster details"
oc version
cat $KRKN_KUBE_CONFIG
oc config view
echo "Printing node info"
for node in $(oc get nodes | awk 'NR!=1{print $1}'); do oc get node/$node -o yaml; done

source pod-network-chaos/env.sh

Expand Down
4 changes: 0 additions & 4 deletions pod-scenarios/prow_run.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
#!/bin/bash

set -ex

ls

# Source env.sh to read all the vars
source env.sh

export KUBECONFIG=$KRKN_KUBE_CONFIG


# cluster version
echo "Printing cluster version"
oc version
Expand Down

0 comments on commit 463d30d

Please sign in to comment.