Skip to content

Commit

Permalink
run compress plugin after pulp_push
Browse files Browse the repository at this point in the history
Now that pulp_push is smart enough to strip layers from the tarball,
it is more efficient to let it do that manipulation before the
tarball we'll upload to Koji is compressed.

This saves a round of decompression.
  • Loading branch information
twaugh committed May 19, 2016
1 parent b4f5afb commit 31d984d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions inputs/prod_inner.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@
}
],
"postbuild_plugins": [
{
"name": "compress",
"args": {
"load_exported_image": true,
"method": "gzip"
}
},
{
"name": "tag_by_labels"
},
Expand Down Expand Up @@ -113,6 +106,13 @@
"dockpulp_loglevel": "INFO"
}
},
{
"name": "compress",
"args": {
"load_exported_image": true,
"method": "gzip"
}
},
{
"args": {
"image_id": "BUILT_IMAGE_ID"
Expand Down

0 comments on commit 31d984d

Please sign in to comment.