Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4

The Hangout agenda is open to any topics related to deploying edX and running it in production.  Add your agenda topics directly to ths document.

Joining the hangout does require an invitation.  If you need one, please send an email to openedx-operations-hangout@edx.org from the account that you would like us to invite.

Agenda:

  • Report from Madrid
  • Docker Devstack
  • Rabbit Upgrade
  • ElasticSearch Update
  • Community Questions

Notes:

  • Majority of folks are still installing Vagrant devstack, though some folks have chosen to go the docker direction
  • There have been networking issues at the conference that have made installation in either case difficult..
  • Question about whether the tagging strategy for our images on Dockerhub
  • Question about CI in edX
    • Small repositories/IDA typically are testing from Travis
    • Integration tests across multiple systems happen in our staging environment
    • For edX platform the test suite is extremely large.  Tests are run in Jenkins – hosted by us – and tests are sharded across multiple workers.  Jenkins sends a hook back to github with status.
  • What is the best practice for flaky tests
    • Currently we decorate them with the @flaky decorator which prevents the from breaking the build
    • Tests can also be re-run with comments from Github, say, "jenkins run python"
  • No labels