PyCon Pune 2017

A conference on the Python programming language

PyCon, the gathering for the community using and developing the open-source Python programming language. This is the first year of the PyCon Pune where the community will meet for two days of talks and working on upstream projects in two days of dev sprint. CFP ends on 30th November AoE.

Hosted by

PyCon Pune 2017 more

Nigel Babu

@nigelbabu

Building trust in releases

Submitted Nov 30, 2016

Releasing an open source project is easy. Push code on Github and (optionally) release the package on PyPI and distribution packages. How do you build trust into releases so that your users can trust your product? If your product is critical to someone’s infrastructure, trust is even more critical. This talk aims to lay down basic guidelines for releases. I’ll be specifically taking examples of requests, Gluster, and Gerrit to talk about trust.

This talk is intended to remind the audience about their users. A good product is not only about good code. It’s also about good experience and empathy for solving your user’s problems. For instance, your users are not going to be happy if you force large changes after an upgrade.

Outline

  • Trust and importance of trust in releases
  • What not to do.
  • Importance of publically visible tests: Linting, Unit tests, Functional tests, API tests.
  • Everything cannot be tested, some things may need to be manually done. Build your pipeline so you only test what cannot be automated.
  • The need for Release notes and Upgrade guides.
  • Remember to create a good experience for all your consumers - end users, sysadmins, and developers.
  • Lessons from requests for developer experience.
  • Lessons from ansible for for sysadmin experience.
  • Lessons from Gerrit for user experience and upgrade experience.

Speaker bio

Nigel is the Gluster CI architect working out of India.

He loves open source as it enables him to contribute to an ever-growing intellectual pool of knowledge. In the past, he contributed to Mozilla as a Tree Sheriff and when he isn’t working he likes to cook or run long distances. Nobody is sure if he actually ever sleeps. He writes occassionally on his blog and opensource.com.

Slides

https://speakerdeck.com/nigelbabu/building-trust-in-releases

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

PyCon Pune 2017 more