Skip to content

Commit

Permalink
Revert "[SPARK-45651][BUILD] Log memory usage of publish snapshot wor…
Browse files Browse the repository at this point in the history
…kflow"

This reverts commit e57a16d.
  • Loading branch information
HyukjinKwon committed Oct 27, 2023
1 parent 0d665fe commit df0262f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,4 @@ jobs:
GPG_KEY: "not_used"
GPG_PASSPHRASE: "not_used"
GIT_REF: ${{ matrix.branch }}
run: |
while true
do
date
top -b -n 1 -i
sleep 1
echo
done | sed "s/^/mem: /" &
./dev/create-release/release-build.sh publish-snapshot
run: ./dev/create-release/release-build.sh publish-snapshot

0 comments on commit df0262f

Please sign in to comment.