Skip to content

Commit ee9617b

Browse files
authored
CHANGE: switch yamato trigger to always run performance tests even with no changes to branch (#2002)
Performance test are now always rerun as per schedule.
1 parent dd5ce9f commit ee9617b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ performance_tests_only:
259259
recurring:
260260
- branch: develop
261261
frequency: daily
262-
rerun: on_new_revision
262+
rerun: always
263263
- branch: stable
264264
frequency: weekly
265-
rerun: on_new_revision
265+
rerun: always
266266

267267
{% for run in (1..2) %}
268268
publish{% cycle "", "_dryrun" %}:

0 commit comments

Comments
 (0)