Skip to content

Commit

Permalink
Disable next-devel stream for now
Browse files Browse the repository at this point in the history
Until f33 branches or we start using it to track new kernel/systemd
updates.
  • Loading branch information
jlebon committed Jun 2, 2020
1 parent a74684f commit d65ae1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jobs/bump-lockfile.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

repo = "coreos/fedora-coreos-config"
branches = [
"testing-devel",
"next-devel"
"testing-devel"
// "next-devel"
]
botCreds = "github-coreosbot-token"

Expand Down
2 changes: 1 addition & 1 deletion streams.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Canonical definition of all our streams and their type.

production = ['testing', 'stable', 'next']
development = ['testing-devel', 'next-devel']
development = ['testing-devel'] /* , 'next-devel'] */
mechanical = [/*'bodhi-updates', 'bodhi-updates-testing', 'branched', 'rawhide' */]

all_streams = production + development + mechanical
Expand Down

0 comments on commit d65ae1c

Please sign in to comment.