Skip to content

Commit

Permalink
jobs: pin to coreos-ci-lib for OCP3 for now
Browse files Browse the repository at this point in the history
I'd like to have CoreOS CI exercise the new cluster for a bit before
moving the production pipeline itself over. For now, let's pin the
version of coreos-ci-lib we use here which still uses oci-kvm-hook
instead of kubevirt.
  • Loading branch information
jlebon committed Jul 9, 2020
1 parent 7727d61 commit 05abe29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/bump-lockfile.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('github.com/coreos/coreos-ci-lib@master') _
@Library('github.com/coreos/coreos-ci-lib@ocp3') _

repo = "coreos/fedora-coreos-config"
branches = [
Expand Down
2 changes: 1 addition & 1 deletion jobs/sync-stream-metadata.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('github.com/coreos/coreos-ci-lib@master') _
@Library('github.com/coreos/coreos-ci-lib@ocp3') _

properties([
pipelineTriggers([
Expand Down

0 comments on commit 05abe29

Please sign in to comment.