Open Ben16 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.
@Ben16 Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
@Ben16 Thank you for signing the Contributor License Agreement!
Hi @Ben16 ! When we run the tests locally and in our CI we do not have any failures. Did you make sure that you used glide install
to get the proper versions of the dependencies before running?
Also, were you wanting to run the tests locally to do another PR, or are you trying to use this as a main source of pipeline? If you are using it to alter and change your pipeline, we recommend using the pivnet release over the github release every time.
Thanks for submitting an pull request to pcf-pipelines.
To speed up the process of reviewing your pull request please provide us with:
A short explanation of the proposed change: Moving declarations of anchors in
ci/pcf-pipelines/pipeline.yml
andupgrade-buildpacks/pipeline.yml
to the top of each file.An explanation of the use cases your change solves: Tests will fail when run locally because they reference anchors that have not been declared yet.
Expected result after the change: All tests pass.
Current result before the change: When running
ginkgo -r -p
inpcf-pipelines
: