Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:Fall 2019 Sprint 3, Fall 4 : 30 Sep to 11 Oct
Description
Our build process for integrated genome browser project is supposed to automatically build topic-branch specific installers for each major platform whenever a developer pushes a commit to a topic branch on their fork. Specifically, if a developer pushes a commit to a branch with a name that includes the string "IGBF" (e.g., IGBF-3001-Make-Me-A-Sandwich), a new installer named for the branch is supposed to get built and copied to the fork's Downloads section.
This is configured using the file "bitbucket_pipelines.yml" at the top-level of the IGB repository.
A few months ago, we made some improvements to the build process - see commit history on this file for details.
However, something about those improvements has broken the installer build. When something gets pushed, installers are indeed getting built, but the branch-specific pipeline does not appear to be getting triggered.
For this task, please look into why the topic branch build pipeline is not running as expected. First, confirm that this bug can be reproduced by creating an "IGBF" branch and pushing to your fork.
(Both Srishti Tiwari and myself ([~aloraine]) have observed this.)
Prof. [~aloraine], I checked the configuration code for the same and found out that there was a typo in the branch configuration section.
It had "IBGF-" instead of "IGBF-" so, I fixed it and tried to trigger the pipeline build.
It is failing due to some error which says: install4j: compilation failed. Reason: java.io.FileNotFoundException: Could not find JRE bundle. Neither /opt/install4j7/jres/windows-amd64-1.8.0_212.tar.gz nor /root/.install4j7/jres/windows-amd64-1.8.0_212.tar.gz nor /opt/atlassian/pipelines/agent/build/distribution/windows-amd64-1.8.0_212.tar.gz exist.
Have you encountered anything like this before?
Branch code:
https://bitbucket.org/pkulka10/igb_prutha/src/IGBF-2027