Wikimedia Release Engineering Team/SSD Sync Up/2019-03-19
2019-03-19
editLast Time: 2019-03-12
Discussion
edit- Dan: Blubber version bump - working on pipeline config implementation, which is sort of taking priority.
- Implementing .pipeline/config.yaml https://phabricator.wikimedia.org/T210267
- Will be implemented in integration/pipelinelib
- ORES may depend on these changes.
- T205911
- Desire for seperation of concerns and not make blubber the dependency manager.
- Still need to figure out the problem.
- Maybe have a service-runner base image?
- Maybe have Blubber take multiple yaml files and combine those, later ones overriding earlier ones, in an overlay fashion
- Doesn't directly solve SRE's issue, but could work well in combination with specifying npm packages directly.
- Could be implemented in .pipeline/config.yaml as:
blubberfile: [foo/blubber.yaml, http://releases.wikimedia.org/services/globalBlubber.yaml]