Skip to content

Commit

Permalink
workflow: disable cockroach-microbench-ci
Browse files Browse the repository at this point in the history
Following the discussions in
cockroachdb#135899. This job is being
disabled until we are able to figure out how to remove the variance in
microbenchmarks cockroachdb#106661

Epic: none

Release note: None
  • Loading branch information
sambhav-jain-16 committed Dec 10, 2024
1 parent 683618f commit 4de1309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-essential-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ jobs:
if: always()
cockroach-microbench-ci:
runs-on: [ self-hosted, basic_runner_group ]
if: false # TODO(106661): Re-enable this job after fixing variance and false positives
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4de1309

Please sign in to comment.