Skip to content

Commit

Permalink
chore: run test
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
  • Loading branch information
cmwylie19 committed Oct 21, 2024
1 parent da3b924 commit 7e11127
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/soak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
if: ${{ (github.event.inputs.kfcBranch || 'none') == 'none' }}
run: |
cd "$PEPR"
rm -rf node_modules/kubernetes-fluent-client/src
rm -rf node_modules/kubernetes-fluent-client/dist
cp -r kfc/src node_modules/kubernetes-fluent-client/src
cp -r kfc/dist node_modules/kubernetes-fluent-client/dist
npm run build:image
- name: build kfc pepr image
Expand Down Expand Up @@ -178,6 +182,7 @@ jobs:
update_pod_map
kubectl logs deploy/pepr-soak-ci-watcher -n pepr-system ---tail=3 | jq 'select(.msg | contains("Watch event client_size received."))'
kubectl logs deploy/pepr-soak-ci-watcher -n pepr-system ---tail=3 | jq 'select(.msg | contains("Watch event client_size received."))' >> logs/client-bytes.txt
kubectl get pods -n pepr-demo
kubectl top po -n pepr-system
kubectl get po -n pepr-system
Expand Down

0 comments on commit 7e11127

Please sign in to comment.