Skip to content

Commit

Permalink
Install yq hog scenarios dependency for prow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaenr committed Jul 20, 2023
1 parent 8b165eb commit 33fb691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prow/cpu-hog/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ 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

# Install dependencies
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq

source node-cpu-hog/env.sh
source env.sh
source common_run.sh
Expand Down
3 changes: 3 additions & 0 deletions prow/memory-hog/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ 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

# Install dependencies
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq

source node-memory-hog/env.sh
source env.sh
source common_run.sh
Expand Down

0 comments on commit 33fb691

Please sign in to comment.