Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.37 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.37 KB

Syncing downstream OLM

All of the staged repositories live in the top level staging directory.

The downstreaming process is complex and helper scripts have been written to facilitate downstreaming.

Automatic Downstreaming

There is now an automated downstreaming process for OLMv0 from the three source repositories.

The "bumper" program is located in openshift/operator-framework-tooling. It is automatically run on a daily basis based on the following openshift/release config.

If the bumper program fails to create a mergeable PR, manual intervention will be necessary. This may require copying, modifying and resubmitting the PR.

Long-lived Carry Commits

It is required at times to write commits that will live in the vendor/ directory on top of upstream code and for those commits to be carried on top for the forseeable future. In these cases, prefix your commit message with [CARRY] to pass the commit verification routines.

References

  1. Downstream to operator-framework-olm
  2. OLM downstreaming guide (old)