A process which runs every 24 hours and checks for new Openshift z-stream.
If a new z-stream version is available, relevant jobs will be triggered.
Only periodic jobs can be re-triggered (openShift-ci API limitation).
Processed versions will be stored in processed_versions_file_path
- openshift ci
- Create a yaml file example and update the relevant fields.
- Export
OPENSHIFT_CI_ZSTREAM_TRIGGER_CONFIG
environment variable which points to the configuration yaml file
export OPENSHIFT_CI_ZSTREAM_TRIGGER_CONFIG="<path to yaml file>"