Page MenuHomePhabricator

update Selenium Jenkins template
Closed, ResolvedPublic

Description

<triggers class="vector">

  <hudson.triggers.TimerTrigger>
    <spec>0 3,18 * * *</spec>
  </hudson.triggers.TimerTrigger>
</triggers>

Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=58652

Details

Reference
bz58345

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:43 AM
bzimport set Reference to bz58345.

We should run test2 builds weekly and beta builds twice daily.

The template also needs some cleanup, I will try to implement the change this week.

We also need to accommodate releases not in the 'train', for example Flow, which had its first release to test2wiki Wed Dec 11 and will be deploying on no particular schedule for a while (I think).

In Cloudbees support ticket #15192 I have asked why sometimes a job fails when no tests fail and console does not report any problems. They have suggested adding "--backtrace" to "bundle exec cucumber". Adding that to the template now.

Change 106260 had a related patch set uploaded by Zfilipin:
Added --backtrace to cucumber

https://gerrit.wikimedia.org/r/106260

Branch configuration is no longer used, it should be deleted.

Change 106264 had a related patch set uploaded by Zfilipin:
Deleted unused "branch" option

https://gerrit.wikimedia.org/r/106264

Change 106266 had a related patch set uploaded by Zfilipin:
Added build schedule option for Jenkins builds

https://gerrit.wikimedia.org/r/106266

Change 106260 merged by Cmcmahon:
Added --backtrace to cucumber

https://gerrit.wikimedia.org/r/106260

Change 106264 merged by Cmcmahon:
Deleted unused "branch" option

https://gerrit.wikimedia.org/r/106264

Change 106266 merged by Cmcmahon:
Added build schedule option for Jenkins builds

https://gerrit.wikimedia.org/r/106266