Task #4473 (closed)
Opened 8 years ago
Closed 3 years ago
./build.py download to speed up test builds
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | critical | Milestone: | Unscheduled |
| Component: | Deployment | Version: | 4.4.8 |
| Keywords: | n.a. | Cc: | jburel, mlinkert, sbesson |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | n.a. |
Description
Hudson builds after "OMERO-trunk" (or possibly the "start" component of OMERO-trunk-components) should not do a full build a la:
./build.py ./build.py clean ./build.py build-default test-compile
but should rather be able to:
./build.py download
which will download the given artifacts from hudson. This should significantly speed up building. Also, this will allow users who have just checked out, to download artifacts without needing a build:
./build.py download ./build.py build-eclipse
should have a working develop installation.
Change History (17)
comment:1 Changed 8 years ago by jmoore
- Milestone changed from OMERO-Beta4.3 to Unscheduled
comment:2 Changed 8 years ago by jmoore
- Milestone changed from Unscheduled to OMERO-Beta4.4
Need this for bf submodule.
comment:3 Changed 8 years ago by jmoore
See also #4303
comment:4 Changed 7 years ago by jmoore
- Priority changed from critical to major
Lowering so as not to block release.
comment:5 Changed 7 years ago by jmoore
- Cc mlinkert-x added
- Milestone changed from OMERO-Beta4.4 to OMERO-Beta4.4.1
This would still make our lives much simpler, but pushing.
comment:6 Changed 7 years ago by jmoore
- Milestone changed from OMERO-4.4.4 to OMERO-4.5
- Priority changed from major to critical
This won't be happening for 4.4.4. We should investigate soon, though.
comment:7 Changed 7 years ago by jmoore
Referencing ticket #1736 has changed sprint.
comment:8 Changed 6 years ago by jamoore
- Cc sbesson added
- Milestone changed from OMERO-4.4.9 to OMERO-4.4.x
- Version set to 4.4.8
Moving out of 4.4.9
comment:9 Changed 4 years ago by sbesson
Referencing ticket #5928 has changed sprint.
comment:10 Changed 4 years ago by sbesson
Referencing ticket #5928 has changed sprint.
comment:11 Changed 3 years ago by jamoore
- Milestone changed from 5.x to Testing2
comment:12 Changed 3 years ago by jamoore
Referencing ticket #5928 has changed sprint.
comment:13 Changed 3 years ago by jamoore
Referencing ticket #5928 has changed sprint.
comment:14 Changed 3 years ago by sbesson
- Milestone changed from Testing2 to Unscheduled
Build times should have been significantly reduced with the Bio-Formats decoupling and other recent build improvements. It might be further reduced by future component decoupling (API, ...). Moving this ticket to Unscheduled unless we have a clear driver.
comment:15 Changed 3 years ago by sbesson
Referencing ticket #11622 has changed sprint.
comment:16 Changed 3 years ago by sbesson
Referencing ticket #11622 has changed sprint.
comment:17 Changed 3 years ago by sbesson
- Remaining Time changed from 0.5 to 0
- Resolution set to invalid
- Status changed from new to closed
Closing this. We can address it with further decoupling/clear drivers
Moving to Unscheduled since we are approaching the 4.3 freeze.