-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix 3.9 jenkins job definitions #385
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
version: | ||
- '4.9' | ||
- '4.10' | ||
- '4.11' | ||
- 'nightly' | ||
type: | ||
- katello | ||
|
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,12 +1,11 @@ | ||||||||||||
def foreman_version = '3.9' | ||||||||||||
def git_branch = "${foreman_version}-stable" | ||||||||||||
def stage_source = 'copr' | ||||||||||||
def stage_source = 'stagingyum' | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should have copied this from nightly: Lines 11 to 12 in b993393
And nightly has stagingyum :
|
||||||||||||
|
||||||||||||
def foreman_client_distros = [ | ||||||||||||
'el9', | ||||||||||||
'el8', | ||||||||||||
'el7', | ||||||||||||
'sles12' | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't realize we'd effectively drop sles12 this way. I wonder if we could somehow restore this at some point, like syncing from OBS. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. copr can build for sles, so we could… just build it, properly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's not listed in nightly, which is the source for this:
|
||||||||||||
'el7' | ||||||||||||
] | ||||||||||||
def foreman_el_releases = [ | ||||||||||||
'el8' | ||||||||||||
|
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -1 +1 @@ | ||||
[] | ||||
- '3.9' | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd have expected this line to add this: Line 24 in b993393
|
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -20,3 +20,4 @@ | |||
version: | ||||
- '4.9' | ||||
- '4.10' | ||||
- '4.11' | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be covered: Line 26 in b993393
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -13,6 +13,7 @@ | |||||
minor: | ||||||
- '7' | ||||||
- '8' | ||||||
- '9' | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is called out as a manual TODO: Lines 31 to 32 in b993393
|
||||||
|
||||||
- view: | ||||||
name: 'Foreman Nightly' | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be covered:
jenkins-jobs/branch-foreman
Line 20 in b993393