plone / mr.roboto

Keep github and jenkins in sync
http://jenkins.plone.org/roboto
1 stars 3 forks source link

Read files once #68

Closed gforcada closed 5 years ago

gforcada commented 5 years ago

The SouresFile and CheckoutsFile were reading (i.e. opening and closing the file) on every single read operation on the file.

So, updating sources and checkouts read the file an incredible amount of times :sweat_smile:

mister-roboto commented 5 years ago

@gforcada thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!