Bug 253275 - What workflows will we support? What kind of scheduling?
Summary: What workflows will we support? What kind of scheduling?
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Dash Athena (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Common Build Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2008-11-03 14:55 EST by Andrew Overholt CLA
Modified: 2012-01-30 11:32 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Overholt CLA 2008-11-03 14:55:42 EST
Will we only support building from HEAD?  What about from branches or tags?  What about re-builds?
Comment 1 Nick Boldt CLA 2008-11-04 00:41:38 EST
Based on build type:

N builds:

defualt: build from top of branch (HEAD, R1_0_maintenance)
optional: build from map

I/M/S/R builds:

default: build from map
optional: build from top of branch (HEAD, R1_0_maintenance)

Rebuilding is possible, given you feed the build the correct version of the map(s). In the current web UI, you can specify the tag for the project's releng project, which in turn defines the version of map(s) from which to build.
Comment 2 Nick Boldt CLA 2009-05-26 01:36:03 EDT
OPTION 1:

Nightly build from HEAD (signing disabled):

https://build.eclipse.org/hudson/view/Athena%20CBI/job/cbi-ve-1.4-nightly-Ganymede/

BUILDTYPE = "N"
EXTRAFLAGS = "-forceContextQualifier"

To build from a branch, use:

EXTRAFLAGS = "-forceContextQualifier -fetchTag R2_1_maintenance" [bug 251926]

To build from cached sources in Hudson job workspace:

EXTRAFLAGS = "-localSourceCheckoutDir /opt/users/hudsonbuild/.hudson/jobs/cbi-jobname-nightly/workspace/org.eclipse.projectname" [bug 252774]

----------

OPTION 2:

Integration build from map (with signing):

* https://build.eclipse.org/hudson/view/Athena%20CBI/job/cbi-ve-1.4-integration-Ganymede/

BUILDTYPE = "I"

----------

Closing.