예제 #1
0
 def rollback_canary(self):
     # disable canary traffic
     update_canary_data_for_version()
예제 #2
0
 def rollback_canary(self):
     # disable canary traffic
     update_canary_data_for_version()
예제 #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")
예제 #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")