coreos / coreos-ci

CoreOS CI powers upstream testing for CoreOS projects.
https://jenkins-coreos-ci.apps.ocp.ci.centos.org/
6 stars 10 forks source link

Updates for OCP4 migration #17

Closed jlebon closed 4 years ago

jlebon commented 4 years ago
commit 2935555c05843d3ff72302425016fe46b375cec5
Date:   Thu Jul 9 13:41:18 2020 -0400

    HACKING.md: update for OCP4

    A bunch of things changed in the OCP UX from OCP3. Notably the CLI for
    creating secrets.

    Also fix missing `JENKINS_JOBS_URL` override needed when defining the
    Jenkins S2I.

commit 403903a501386367b7a47876ecc6eee3d2097d70
Date:   Thu Jul 9 13:42:18 2020 -0400

    manifests: update to latest jenkins-persistent template

    Rebase our Jenkins template on top of the latest OCP4 one, and move from
    jenkins-ephemeral to jenkins-persistent. In the end, it's simply not
    sustainable to retrigger tests for all open PRs in all the repos every
    time our pod is restarted or there's a new rollout.
jlebon commented 4 years ago

Thanks for the review!