#2361 closed task (fixed)
write and deploy a buildbot step that builds and tests the Windows package
Reported by: | daira | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | soon (release n/a) |
Component: | dev-infrastructure | Version: | 1.10.0 |
Keywords: | tests windows build openitp-packaging unfinished-business | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
Change History (4)
comment:1 Changed at 2015-01-13T17:27:41Z by daira
- Keywords unfinished-business added
comment:2 Changed at 2015-01-16T16:26:51Z by daira
- Description modified (diff)
comment:3 Changed at 2015-03-20T19:44:07Z by warner
- Owner set to daira
- Type changed from defect to task
comment:4 Changed at 2015-03-31T15:14:59Z by daira
- Resolution set to fixed
- Status changed from new to closed
Writing those scripts is #2363, so this ticket is done. I'll reopen if there's any need to change the buildbot config again.
Note: See
TracTickets for help on using
tickets.
The buildbot now runs python misc/build_helpers/build-windows-package.py and python misc/build_helpers/test-windows-package.py. Neither of these scripts exist yet, so that steps always fails (which causes a build-level WARNING, but not a FAILURE). But when they're added, the step will test them.
Assigning to daira to add those scripts. Feel free to close this if there's a different ticket for the tree-side changes (and this ticket is meant to just cover the buildbot-side changes).