This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
commit df0262f29969fe40f53dee070a150f2bfe98484c Author: Hyukjin Kwon <[email protected]> AuthorDate: Fri Oct 27 09:46:51 2023 +0900 Revert "[SPARK-45651][BUILD] Log memory usage of publish snapshot workflow" This reverts commit e57a16d7af14d1ce0c14d01dd220c63acb98517d. --- .github/workflows/publish_snapshot.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/publish_snapshot.yml b/.github/workflows/publish_snapshot.yml index 3354ab88a39..6d55f1afed0 100644 --- a/.github/workflows/publish_snapshot.yml +++ b/.github/workflows/publish_snapshot.yml @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
