Skip to content

Commit

Permalink
[CI] Enable retry mechanism (#1681)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Moens <[email protected]>
  • Loading branch information
DanilBaibak and vmoens authored Nov 14, 2023
1 parent 11562c7 commit 6fde4ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/pytorch-probot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# List of workflows that will be re-run in case of failures
# https://github.com/pytorch/test-infra/blob/main/torchci/lib/bot/retryBot.ts
retryable_workflows:
- Build M1
- Wheels

1 comment on commit 6fde4ea

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'CPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 6fde4ea Previous: 11562c7 Ratio
benchmarks/test_objectives_benchmarks.py::test_a2c_speed 62.97724255990209 iter/sec (stddev: 0.0039425528403059665) 139.63431459365083 iter/sec (stddev: 0.0006584972960198154) 2.22
benchmarks/test_objectives_benchmarks.py::test_ppo_speed 63.33093722015375 iter/sec (stddev: 0.002626884625705159) 143.11793223810278 iter/sec (stddev: 0.0004799709447336424) 2.26
benchmarks/test_objectives_benchmarks.py::test_reinforce_speed 71.3233082109503 iter/sec (stddev: 0.0037546915650777373) 181.20695732485706 iter/sec (stddev: 0.00045541439504148137) 2.54
benchmarks/test_objectives_benchmarks.py::test_iql_speed 15.97870265269765 iter/sec (stddev: 0.0068116152512015275) 37.02331084300826 iter/sec (stddev: 0.0009489234873003711) 2.32

This comment was automatically generated by workflow using github-action-benchmark.

CC: @vmoens

Please sign in to comment.