From d6aed64de4f7ceb32183eee938cae6ba1f152bc9 Mon Sep 17 00:00:00 2001 From: Jay Huh Date: Fri, 23 Aug 2024 18:39:16 -0700 Subject: [PATCH] Disable benchmark-linux (#12964) Summary: Disabling the job temporarily. We will re-enable this when ready again Pull Request resolved: https://github.com/facebook/rocksdb/pull/12964 Reviewed By: ltamasi Differential Revision: D61740941 Pulled By: jaykorean fbshipit-source-id: 167e50c4f5e38d508a8e56633261611467f30690 --- .github/workflows/benchmark-linux.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark-linux.yml b/.github/workflows/benchmark-linux.yml index c37007af7a..929426091e 100644 --- a/.github/workflows/benchmark-linux.yml +++ b/.github/workflows/benchmark-linux.yml @@ -1,7 +1,8 @@ name: facebook/rocksdb/benchmark-linux -on: - schedule: - - cron: 7 */2 * * * # At minute 7 past every 2nd hour +# FIXME: Disabled temporarily +# on: +# schedule: +# - cron: 7 */2 * * * # At minute 7 past every 2nd hour jobs: benchmark-linux: