Skip to content

Commit

Permalink
[TASK] Remove repository polling trigger from pre-merge test plans
Browse files Browse the repository at this point in the history
The trigger will cause the plan to be executed after merge, which
is not needed because nightly plans take care of it.

Resolves: #89972
Releases: master, 9.5, 8.7
Change-Id: Iafc32174d2234439915c2e741020c4626391f98a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62767
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
  • Loading branch information
Anja Leichsenring authored and maddy2101 committed Dec 27, 2019
1 parent aa1feb2 commit 1d381c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Build/bamboo/src/main/java/core/PreMergeSpec.java
Expand Up @@ -66,10 +66,7 @@ Plan createPlan() {
stageMainStage
)
.linkedRepositories("github TYPO3 TYPO3.CMS 9.5")
.triggers(
new RepositoryPollingTrigger()
.name("Repository polling for post-merge builds"),
getGerritTrigger())
.triggers(getGerritTrigger())
.variables(
new Variable("changeUrl", ""),
new Variable("patchset", "")
Expand Down

0 comments on commit 1d381c2

Please sign in to comment.