Skip to content

Commit

Permalink
Log memory consumption of processes when publishing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 25, 2023
1 parent 08c7bac commit baea9f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,10 @@ jobs:
GPG_KEY: "not_used"
GPG_PASSPHRASE: "not_used"
GIT_REF: ${{ matrix.branch }}
run: ./dev/create-release/release-build.sh publish-snapshot
run: |
while true
do
ps -u | sed -e "s/^/ps: $(date) /"
sleep 1
done &
./dev/create-release/release-build.sh publish-snapshot

0 comments on commit baea9f4

Please sign in to comment.