Skip to content

Commit

Permalink
disable hourly benchmark-linux ... and anything nearby
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvon committed Sep 18, 2024
1 parent f411c8b commit 44e3db0
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -870,36 +870,36 @@ jobs:
command: cd fuzz && make sst_file_writer_fuzzer db_fuzzer db_map_fuzzer
- post-steps

benchmark-linux: #use a private Circle CI runner (resource_class) to run the job
machine: true
resource_class: facebook/rocksdb-benchmark-sys1
steps:
- build-for-benchmarks
- perform-benchmarks
- post-benchmarks

workflows: # Only jobs that haven't been successfully migrated to GitHub Actions
version: 2
jobs-linux-arm:
jobs:
- build-linux-arm
benchmark-linux:
triggers:
- schedule:
cron: "0 * * * *"
filters:
branches:
only:
- main
jobs:
- benchmark-linux
nightly:
triggers:
- schedule:
cron: "0 9 * * *"
filters:
branches:
only:
- main
jobs:
- build-linux-arm-test-full
# benchmark-linux: #use a private Circle CI runner (resource_class) to run the job
# machine: true
# resource_class: facebook/rocksdb-benchmark-sys1
# steps:
# - build-for-benchmarks
# - perform-benchmarks
# - post-benchmarks

#workflows: # Only jobs that haven't been successfully migrated to GitHub Actions
# version: 2
# jobs-linux-arm:
# jobs:
# - build-linux-arm
# benchmark-linux:
# triggers:
# - schedule:
# cron: "0 * * * *"
# filters:
# branches:
# only:
# - main
# jobs:
# - benchmark-linux
# nightly:
# triggers:
# - schedule:
# cron: "0 9 * * *"
# filters:
# branches:
# only:
# - main
# jobs:
# - build-linux-arm-test-full

0 comments on commit 44e3db0

Please sign in to comment.