Skip to content

Commit

Permalink
Merge pull request theforeman#178 from ehelms/kpackaging-pr
Browse files Browse the repository at this point in the history
Add katello-packaging to pull request scanner
  • Loading branch information
domcleal committed Jul 24, 2015
2 parents 6fefcf1 + 6653ac4 commit 365c060
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions puppet/modules/slave/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"hammer_cli_foreman_discovery",
"katello",
"katello_installer",
"katello_packaging",
"bastion",
"kafo",
"kafo_parsers",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"proxy_host": null,
"proxy_port": null,
"jenkins_host": "http://ci.theforeman.org/",
"jenkins_url": "http://ci.theforeman.org/",
"hub_config": "~/.config/hub",
"github_user": "Katello",
"bot_github_user": "<%= github_user -%>",
"irc_channel": "#theforeman-dev",
"not_mergable_cache": "~/test_pull_request_katello_packaging_not_mergable",
"repo_groups": {

},
"settings": {
"test_settings": {
"name": "test",
"test_prefix": "Test Results:",
"allow_multiple": true,
"run_without_trigger": true,
"branches": {
"master": {
"jenkins_job_name": "packaging_test_pull_request_katello_rpm",
"downstream_job_name": "true",
"build_token": "<%= jenkins_build_token -%>"
}
},
"repo_to_orgs": {
"katello-packaging": [
"theforeman",
"katello"
]
},
"repo_to_pull_id_param": {
"katello-packaging": {
"git_url": "pr_git_url",
"ref": "pr_git_ref",
"number": "pr_number",
"base_branch": "branch"
}
}
}
}
}

0 comments on commit 365c060

Please sign in to comment.