Open antonsoroko opened 6 years ago
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
Hi @antonsoroko thank you for creating this issue. Could you please clarify how you ran into this issue, which pipeline you used, did you make modifications to the pipeline, for example. We currently do not offer a pipeline to install service tiles, nor is there a feature in which you can disable errands for service tiles. The upgrade-tile pipeline (which does patch updates of PAS and service tiles, allow you to enable or disable errands - not to choose which ones specifically to disable). Thanks for helping us triage the issue. We also have the following pull request scheduled for engineering review: https://github.com/pivotal-cf/pcf-pipelines/pull/287.
@abbyachau
Hi. We use upgrade-tile
pipeline with on-fly modifications (yaml-patch).
And because of our customer needs (currently they disable on-demand service brokers) we need to be able to specify which errands should be disabled.
I do not see any harm in this PR (this is a simple bug fix).
Thanks.
Thanks for contributing to pcf-pipelines. To speed up the process of reviewing your pull request please provide us with:
A short explanation of the proposed change: Currently
disable-errands
task can disable errands which you don't expect it to disableAn explanation of the use cases your change solves: Try to disable errands in p-redis tile, e.g.
disable-errands
task will also disablesmoke-tests
errandExpected result after the change:
Note: I also tried to use regex for this but I faced issue with jq - https://github.com/stedolan/jq/issues/1629
Current result before the change:
Links to any other associated PRs or issues:
[x] I have viewed signed and have submitted the Contributor License Agreement
[x] I have made this pull request to the
master
branch[x] I have run all the unit tests