Skip to content

Commit

Permalink
Adjust worker build plugins list
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarva committed Feb 14, 2017
1 parent 39c3669 commit 28db01d
Showing 1 changed file with 21 additions and 53 deletions.
74 changes: 21 additions & 53 deletions inputs/worker_inner.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,18 @@
"client_version": "{{VERSION}}",
"prebuild_plugins": [
{
"name": "add_filesystem",
"args": {
"label_key": "is_autorebuild",
"label_value": "true",
"url": "{{OPENSHIFT_URI}}",
"verify_ssl": false
},
"name": "check_and_set_rebuild"
"koji_hub": "{{KOJI_HUB}}",
"from_task_id": "{{FILESYSTEM_KOJI_TASK_ID}}"
}
},
{
"name": "select_platform",
"args": {
"config_file": ".osbs-repo-config"
"repository_transform": null
},
"name": "stop_autorebuild_if_disabled"
},
{
"name": "add_filesystem",
"args": {
"koji_hub": "{{KOJI_HUB}}",
"repos": []
}
"required": false
},
{
"name": "pull_base_image",
Expand All @@ -30,12 +22,6 @@
"parent_registry_insecure": true
}
},
{
"args": {
"hub": "{{KOJI_HUB}}"
},
"name": "bump_release"
},
{
"args": {
"labels": "{{IMPLICIT_LABELS}}"
Expand Down Expand Up @@ -75,14 +61,15 @@
{
"name": "inject_yum_repo"
},
{
"name": "dockerfile_content",
"required": false
},
{
"name": "distribution_scope"
}
],
"buildstep_plugins": [
{
"name": "docker_api"
}
],
"prepublish_plugins": [
{
"name": "squash"
Expand All @@ -109,6 +96,11 @@
}
}
},
{
"name": "pulp_init",
"args": {},
"required": false
},
{
"name": "pulp_push",
"args": {
Expand Down Expand Up @@ -137,14 +129,12 @@
"args": {}
},
{
"name": "koji_upload",
"args": {
"imagestream": "{{IMAGESTREAM}}",
"docker_image_repo": "{{DOCKER_IMAGE_REPO}}",
"url": "{{OPENSHIFT_URI}}",
"verify_ssl": false,
"build_json_dir": "{{PATH}}"
"kojihub": "{{KOJI_HUB}}",
"upload_pathname": "{{KOJI_UPLOAD_PATHNAME}}"
},
"name": "import_image"
"required": false
}
],
"exit_plugins": [
Expand All @@ -154,17 +144,6 @@
"registries": {}
}
},
{
"name": "koji_promote",
"args": {
"kojihub": "{{KOJI_HUB}}",
"url": "{{OPENSHIFT_URI}}",
"verify_ssl": false,
"blocksize": 10485760,
"koji_keytab": false,
"koji_principal": false
}
},
{
"args": {
"url": "{{OPENSHIFT_URI}}",
Expand All @@ -174,17 +153,6 @@
},
{
"name": "remove_built_image"
},
{
"args": {
"send_on": ["auto_fail", "auto_success"],
"url": "{{OPENSHIFT_URI}}",
"pdc_url": "{{PDC_URL}}",
"smtp_uri": "{{SMTP_URI}}",
"from_address": "osbs@example.com",
"error_addresses": ["errors@example.com"]
},
"name": "sendmail"
}
]
}

0 comments on commit 28db01d

Please sign in to comment.