diff --git a/.github/workflows/soak.yaml b/.github/workflows/soak.yaml index c229b9a4d..9fbbf8290 100644 --- a/.github/workflows/soak.yaml +++ b/.github/workflows/soak.yaml @@ -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 @@ -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