Skip to content

Commit

Permalink
test: Run Performance A/B-Tests on release branches
Browse files Browse the repository at this point in the history
Since we no longer need to maintain separate sets of baselines for each
release branch, it becomes feasible to run performance tests on release
branches. These only trigger when PRs are merged.

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat committed Oct 6, 2023
1 parent 4680b4f commit 4bcd3e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger_ab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- firecracker-v*

jobs:
trigger_ab_test:
Expand Down

0 comments on commit 4bcd3e8

Please sign in to comment.