-
Notifications
You must be signed in to change notification settings - Fork 69
Continuous Integration and Build
Ivar Grimstad edited this page Jan 10, 2023
·
2 revisions
Pointers and tips for the Eclipse CI Environment.
- Release jobs for api, tck
a. If they are separate using the following name
-
1_SHORTNAME-api-build-and-staging
for staging api and spec -
1_SHORTNAME-tck-build-and-staging
for staging tck 2_SHORTNAME-run-tck-against-staged-build
-
3_SHORTNAME-api-staging-to-release
for releasing api and spec b. If the api and tck are together -
release-all
: release API, spec and TCK. c. Create a tab “Release” and move the above jobs under that tab
-
- Nightly build using the name convention but replace
release
withnightly
, so the job will have the namesnightly-api
,nightly-tck
ornightly-all