Skip to content

Commit 98ec7dd

Browse files
committed
test: Run Performance A/B-Tests on release branches
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]>
1 parent 04d5f85 commit 98ec7dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/trigger_ab_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches:
44
- main
5+
- firecracker-v*
56

67
jobs:
78
trigger_ab_test:

0 commit comments

Comments
 (0)