Skip to content

Commit

Permalink
[BUGFIX] Start nighly test run at 3am rather than 0:03am
Browse files Browse the repository at this point in the history
The test runs need to finish one after another, the master
currently overlaps with the 9.5, causing unneccessary load
on the build machines.

Resolves: #89699
Related: #89661
Releases: master
Change-Id: I20ae5cf6b756541cdc163e5e45f4e2db3962eeab
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62337
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
maddy2101 authored and andreaskienast committed Nov 18, 2019
1 parent dda1896 commit fa7bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/bamboo/src/main/java/core/NightlySpec.java
Expand Up @@ -245,7 +245,7 @@ Plan createPlan() {
new ScheduledTrigger()
.name("Scheduled")
.description("once a day")
.cronExpression("0 3 0 ? * *")
.cronExpression("0 0 3 ? * *")
)
.variables(
new Variable("changeUrl", ""),
Expand Down

0 comments on commit fa7bda8

Please sign in to comment.