Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
OCL/Dev/Releng/Tycho
Contents
MDT OCL Releng Introduction
This is a very brief cheat sheet on how to make and publish builds for the Eclipse OCL project.
First, there are several types of builds:
N-builds: Nightly builds are internal-purpose builds which reflect the current state of the development stream, that is, using the current GIT master HEAD. I/M-builds: Integration/Interim builds. S-builds: Stable/Milstone/Release-Candidate builds. R-builds: Release builds.
The regular releng process consists of two cascaded builds. They are triiggered Monday to Saturday by GIT changes or manual requests. They are forcibly triggered on Sun days to get early detection of dependency breakages.
https://ci.eclipse.org/ocl/job/ocl-master assembles and tests a build of the master branch and if successful https://ci.eclipse.org/ocl/job/promoter publishing it on the downloads page and the P2 repository (promotion).
Additional manual jobs
https://ci.eclipse.org/ocl/job/ocl-branch-tests assembles and tests a build of a specified branch https://ci.eclipse.org/ocl/job/shell executes a command line on the build server
Additional automatic jobs run every Sunday after the master build
https://ci.eclipse.org/ocl/job/ocl-ecore-standalone runs the Classic Ecore tests on the latest build using Java 5 https://ci.eclipse.org/ocl/job/ocl-uml-standalone runs the Classic UML tests on the latest build using Java 5 https://ci.eclipse.org/ocl/job/ocl-codegen-tests runs the additional slow Pivot Code Generator test on the latest build e.g https://ci.eclipse.org/ocl/job/ocl-compatibility-2019-03 runs the tests on an Eclipse 2019-03 platform using the latest build
How to Run a Build
N-builds are run automatically on Sundays or when a GIT change is detected (GIT is monitored every 6 hours). I, S, R, and M-builds must be manually launched.
- Navigate to https://ci.eclipse.org/ocl/job/ocl-master
- Log in using your Eclipse credentials
- Click "Build with Parameters".
- Select the build type and if publishing a milestone/release/maintenance build, specify alias for the build. For instance, to create an M2 milestone for MDT/OCL Indigo, you have to select the S-build type and establish "3.1.0M2" as the build alias.
- Finally, you must press "Build" to start the build.
How to Publish a Build
Builds are published automatically by the promter job provided the preceding build job was successful.
NB: Mirror servers are synchronized automatically with build.eclipse.org. No manual action is required.
Updating Eclipse OCL in the Eclipse SimRel Release Train
After the publishing process is successfully finished the S/R/M-build has to be included into the Eclipse release train.
To do so, one needs to update the Eclipse OCL contribution to the SimRel project.
In a web browser, if not already set up and assuming xyzzy is your Eclipse committer id
- create the https://github.com/xyzzy/simrel.build fork of eclipse-simrel/simrel.build:main.
In Eclipse, if not already set up:
In Eclipse:
- Check out the main branch
- Pull from origin
- Create and checkout a Pull Request branch such as pr-ocl
- Edit the /org.eclipse.simrel.build/ocl.aggrcon file (GIT history has numerous examples)
- Commit the edit
- Push the PR branch to xyzzy specifying pr-ocl
(NB OCL and QVTd are tightly coupled so often committed together).
Back in a web browser and provided you have simrel committer rights
- Navigate to https://github.com/xyzzy/simrel.build
- Accept the offered pr-ocl PR - click Compare and pull request
- click Create pull request
- wait while auto-build proceeds
- Click rebase and merge (not squash and merge which changes Committer to GitHub)
- Click Confirm rebase and merge
- Click Delete branch