Skip to content

Build pipeline for Fedora CoreOS

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
COPYING
Notifications You must be signed in to change notification settings

coreos/fedora-coreos-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2e6f22 · Oct 18, 2019
Oct 11, 2019
Sep 12, 2019
Nov 26, 2018
Oct 11, 2019
Aug 13, 2019
Oct 11, 2019
Oct 18, 2019
Jun 21, 2019
Oct 15, 2019
Jul 31, 2019
Jul 12, 2019
Oct 15, 2019
Oct 15, 2019
Aug 13, 2019
Aug 6, 2019
Nov 20, 2018
Jun 21, 2019
Jun 21, 2019
Sep 12, 2019

Repository files navigation

Fedora CoreOS Pipeline

This is the Jenkins pipeline configuration for Fedora CoreOS.

The pipeline is built around coreos-assembler.

It uses the OpenShift Jenkins template and is meant to be fully compatible with the local dev oc cluster up workflow. For more information on getting started, see HACKING.

The production instance is running in CentOS CI (though note anonymous view is blocked by default).

To operate Jenkins (or more generally to access the production namespace), you must have access to the cluster at https://console.apps.ci.centos.org:8443 and to the projects "fedora-coreos" and "fedora-coreos-devel".

If you need access, you can open a bug request at https://bugs.centos.org/ against the Buildsys project and Ci.centos.org Ecosystem Testing category. Do note that the bug-tracker and OpenShift use different authentication backends, so you will have separate credentials for each.

Please specify the requested username, RBAC for projects fedora-coreos and fedora-coreos-devel, and your GPG key fingerprint. You also need one of the project admins as a sponsor, please reach out on Freenode #fedora-coreos channel.

Terminology

This repo tries to maintain a consistent set of words to avoid confusion around different concepts with similar names:

  • production/development/mechanical streams: refers to the Fedora CoreOS streams as defined in https://github.com/coreos/fedora-coreos-tracker/blob/master/stream-tooling.md
  • official pipeline: the single official instance of this pipeline code, which runs in the fedora-coreos namespace on the CentOS CI OpenShift cluster and pushes to the fcos-builds bucket.
  • developer pipeline: a pipeline stood up by a developer running in a separate cluster/namespace

So for example, a developer pipeline may perform e.g. a production or development stream build, but release tooling only cares about builds performed by the official pipeline pushed to the official locations.

Avoid using the naked word devel. Always either use development (if talking about the streams) or developer (if talking about the pipeline).

Similarly, avoid using the word production alone, in favour of production stream or official pipeline.