Skip to content
Failed

Changes

Summary

  1. jobs/seed-github-ci: add openshift/os (details)
  2. jobs/seed-github-ci: fix trigger job DSL definition (details)
  3. jobs/seed-github-ci: fix cron() argument type (details)
  4. jobs/seed-github-ci: fix branch rescan trigger (details)
Commit b444ff7343732182895ce134f3a59d733e8c8de7 by Jonathan Lebon
jobs/seed-github-ci: add openshift/os

The Prow CI we have in those repos are extremely slow and annoying to
maintain. We're still going to need it for now to at least build RHCOS
with actual RHEL RPMs, but at least for CentOS Stream we should be able
to build that fine in CoreOS CI. (We don't have access to the OCP RPMs,
but with https://github.com/openshift/os/issues/799, we'll move those
out of the base compose anyway.)
The file was modifiedjobs/seed-github-ci.Jenkinsfile (diff)
Commit 14ca6b7e1469777ffccedc08bb5f67c47fb33256 by Jonathan Lebon
jobs/seed-github-ci: fix trigger job DSL definition

Looks like this might've changed at some point in a recent bump of the
job DSL plugin.
The file was modifiedjobs/seed-github-ci.Jenkinsfile (diff)
Commit 5ed5f9f8dac8d14b94cca2753de4e4eb834630d6 by Jonathan Lebon
jobs/seed-github-ci: fix cron() argument type

I thought the int there would automatically get coerced to a string, but
that's not the case.
The file was modifiedjobs/seed-github-ci.Jenkinsfile (diff)
Commit 71e9023a819e90df6abda4596a054cd93ae9dc8a by Jonathan Lebon
jobs/seed-github-ci: fix branch rescan trigger

I think I got it right this time. The docs for that key specifically
mention SCM re-indexing and push notification fallback.
The file was modifiedjobs/seed-github-ci.Jenkinsfile (diff)