diff --git a/jobs/bump-lockfile.Jenkinsfile b/jobs/bump-lockfile.Jenkinsfile index a5ebc3bbe..d024e5b70 100644 --- a/jobs/bump-lockfile.Jenkinsfile +++ b/jobs/bump-lockfile.Jenkinsfile @@ -2,8 +2,8 @@ repo = "coreos/fedora-coreos-config" branches = [ - "testing-devel" - // "next-devel" + "testing-devel", + "next-devel" ] botCreds = "github-coreosbot-token" diff --git a/streams.groovy b/streams.groovy index 0132d71e1..0d5388826 100644 --- a/streams.groovy +++ b/streams.groovy @@ -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