-
Feature
-
Resolution: Done
-
Critical
-
None
-
fuse-7.x-GA
Syndesis QE oftens needs to run daily builds from upstream to develop tests and perform early verification. At the start of the release cycle, this is done with images built from the master branch, but as soon as a "prod" branch is created (meaning a branch that will eventually go into product), we start using images built from that branch.
The teiid-syndesis repo currently does not have daily tags, only a daily release which is tagged latest.
This makes it hard or even impossible for QE to verify issues (see ENTESB-12001 for one such case).
For 7.6, we need to:
1. create a daily build that will release an image with tag matching that of syndesis, i.e. 1.9.1-YYYYMMDD, build from master
2. once the 7.6-1.9.x branch is created, create a daily build that will release images from that branch, tagged as above
3. at the same time, once the 7.6-1.9.x is created, the "main" daily build building from master will start releasing the next version (so 1.10 presumably)
All of this is only community work with upstream builds and has no involvement from productization.
- blocks
-
ENTESB-12014 Use correct daily syndesis-dv tag in syndesis daily releases
- Closed
- causes
-
ENTESB-12001 Creating Data Virtualization doesn't work
- Done