ISISComputingGroup / ISISComputingGroup/IBEX
More robust process for deploying a single IOC
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
As a developer, I would like a simple and robust process for deploying the latest version of a single IOC to an instrument.
Currently our process is to take the ioc directory from a build server and copy it onto the instrument. However, this has a number of problems:
- We have to wait for a full build to go through on the build server
- If dependencies have changed, then any compiled code (e.g. sequencers, asubs) may not run any more
Our "static" builds don't appear to be truly static, as the executables still depend on libraries such as MySQL, which currently prevents us from using this to deploy a single IOC.
**Acceptance criteria**
- There is a simple, robust, documented process for deploying the latest version of a single IOC onto an instrument
- The process does not require waiting for an entire epics build to complete on a build server
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.