Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phase1: AnyBranchScheduler: make treeStableTimer configurable #40

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

ynezz
Copy link
Member

@ynezz ynezz commented Jun 12, 2024

The AnyBranchScheduler will currently wait for 15 minutes before starting a build. If new changes are made on the same branch during this interval, the timer will be restarted.

For staging repository we want faster feedback loop, so we're going to use much lower value, thus lets make this configurable and handled via Ansible.

The AnyBranchScheduler will currently wait for 15 minutes before
starting a build.  If new changes are made on the same branch during
this interval, the timer will be restarted.

For staging repository we want faster feedback loop, so we're going to
use much lower value, thus lets make this configurable and handled via
Ansible.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
@ynezz ynezz force-pushed the ynezz/custom-tree-stable-timer branch from e42cc0a to d88bee5 Compare June 12, 2024 18:58
@aparcar
Copy link
Member

aparcar commented Aug 7, 2024

Tested and works!

@aparcar aparcar merged commit f558acb into openwrt:main Aug 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants