mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-08-09 17:54:02 +00:00
Retry all builds to make sure flaky builds are less flaky.
This commit is contained in:
parent
4359bd14a5
commit
10adcf4555
@ -3,7 +3,19 @@
|
||||
<actions/>
|
||||
<description></description>
|
||||
<keepDependencies>false</keepDependencies>
|
||||
<properties/>
|
||||
<properties>
|
||||
<jenkins.model.BuildDiscarderProperty>
|
||||
<strategy class="hudson.tasks.LogRotator">
|
||||
<daysToKeep>-1</daysToKeep>
|
||||
<numToKeep>50</numToKeep>
|
||||
<artifactDaysToKeep>-1</artifactDaysToKeep>
|
||||
<artifactNumToKeep>-1</artifactNumToKeep>
|
||||
</strategy>
|
||||
</jenkins.model.BuildDiscarderProperty>
|
||||
<com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty plugin="naginator@1.18">
|
||||
<optOut>false</optOut>
|
||||
</com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty>
|
||||
</properties>
|
||||
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.9.3">
|
||||
<configVersion>2</configVersion>
|
||||
<userRemoteConfigs>
|
||||
@ -58,6 +70,14 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
|
||||
</hudson.tasks.Shell>
|
||||
</builders>
|
||||
<publishers>
|
||||
<com.chikli.hudson.plugin.naginator.NaginatorPublisher plugin="naginator@1.18">
|
||||
<regexpForRerun></regexpForRerun>
|
||||
<rerunIfUnstable>false</rerunIfUnstable>
|
||||
<rerunMatrixPart>false</rerunMatrixPart>
|
||||
<checkRegexp>false</checkRegexp>
|
||||
<regexpForMatrixStrategy>TestParent</regexpForMatrixStrategy>
|
||||
<maxSchedule>2</maxSchedule>
|
||||
</com.chikli.hudson.plugin.naginator.NaginatorPublisher>
|
||||
<hudson.plugins.ws__cleanup.WsCleanup plugin="ws-cleanup@0.37">
|
||||
<patterns class="empty-list"/>
|
||||
<deleteDirs>false</deleteDirs>
|
||||
|
@ -3,7 +3,19 @@
|
||||
<actions/>
|
||||
<description></description>
|
||||
<keepDependencies>false</keepDependencies>
|
||||
<properties/>
|
||||
<properties>
|
||||
<jenkins.model.BuildDiscarderProperty>
|
||||
<strategy class="hudson.tasks.LogRotator">
|
||||
<daysToKeep>-1</daysToKeep>
|
||||
<numToKeep>50</numToKeep>
|
||||
<artifactDaysToKeep>-1</artifactDaysToKeep>
|
||||
<artifactNumToKeep>-1</artifactNumToKeep>
|
||||
</strategy>
|
||||
</jenkins.model.BuildDiscarderProperty>
|
||||
<com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty plugin="naginator@1.18">
|
||||
<optOut>false</optOut>
|
||||
</com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty>
|
||||
</properties>
|
||||
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.9.3">
|
||||
<configVersion>2</configVersion>
|
||||
<userRemoteConfigs>
|
||||
@ -58,6 +70,14 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling;
|
||||
</hudson.tasks.Shell>
|
||||
</builders>
|
||||
<publishers>
|
||||
<com.chikli.hudson.plugin.naginator.NaginatorPublisher plugin="naginator@1.18">
|
||||
<regexpForRerun></regexpForRerun>
|
||||
<rerunIfUnstable>false</rerunIfUnstable>
|
||||
<rerunMatrixPart>false</rerunMatrixPart>
|
||||
<checkRegexp>false</checkRegexp>
|
||||
<regexpForMatrixStrategy>TestParent</regexpForMatrixStrategy>
|
||||
<maxSchedule>2</maxSchedule>
|
||||
</com.chikli.hudson.plugin.naginator.NaginatorPublisher>
|
||||
<hudson.plugins.ws__cleanup.WsCleanup plugin="ws-cleanup@0.37">
|
||||
<patterns class="empty-list"/>
|
||||
<deleteDirs>false</deleteDirs>
|
||||
|
Loading…
x
Reference in New Issue
Block a user