Ejemplo n.º 1
0
 def rollback_canary(self):
     # disable canary traffic
     update_canary_data_for_version()
Ejemplo n.º 2
0
 def rollback_canary(self):
     # disable canary traffic
     update_canary_data_for_version()
Ejemplo n.º 3
0
 def deploy_to_prod(self, build):
     # first disable canary traffic
     update_canary_data_for_version()
     self._zk.set_build(config=self._config, build=build)
     self.set_status_to_zk("DEPLOY_TO_PROD")
Ejemplo n.º 4
0
 def deploy_to_prod(self, build):
     # first disable canary traffic
     update_canary_data_for_version()
     self._zk.set_build(config=self._config, build=build)
     self.set_status_to_zk("DEPLOY_TO_PROD")