Skip to content
forked from openshift/release

Release tooling for OpenShift Origin

Notifications You must be signed in to change notification settings

eformat/release

This branch is 99093 commits behind openshift/release:master.

Repository files navigation

OpenShift Release Tools

This repository contains the process tooling for OpenShift releases.

Prow

Prerequisites:

  • ci namespace exists
  • PROXY_AUTH_PASS is the password for authenticating with jenkins-proxy
  • BASIC_AUTH_PASS is the password for authenticating with https://ci.openshift.redhat.com/jenkins/
  • BEARER_TOKEN is the token for authenticating with https://jenkins-origin-ci.svc.ci.openshift.org
  • HMAC_TOKEN is used for decrypting Github webhook payloads
  • OAUTH_TOKEN is used for adding labels and comments in Github
  • RETEST_TOKEN is used by the retester periodic job to rerun tests for PRs

Ensure the aforementioned requirements are met and stand up a prow cluster:

make prow

For more information on prow, see the upstream documentation.

About

Release tooling for OpenShift Origin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 50.9%
  • Python 21.6%
  • Makefile 14.8%
  • Shell 12.7%