Skip to content

Commit

Permalink
[safe-merge-queue] Update frequency of periodic scheduler
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=262632
rdar://116472019

Reviewed by Jonathan Bedard.

Updated the trigger period to 15 minutes.

* Tools/CISupport/ews-build/config.json:

Canonical link: https://commits.webkit.org/268939@main
  • Loading branch information
briannafan authored and JonWBedard committed Oct 5, 2023
1 parent ab4ed2e commit 5e03ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CISupport/ews-build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
"builderNames": ["Unsafe-Merge-Queue"]
},
{
"type": "Periodic", "name": "safe-merge-queue", "periodicBuildTimer": 7200,
"type": "Periodic", "name": "safe-merge-queue", "periodicBuildTimer": 900,
"builderNames": ["Safe-Merge-Queue"]
},
{
Expand Down

0 comments on commit 5e03ba3

Please sign in to comment.