コード例 #1
0
def deploy_rsr_release_candidate(scenario_runner, release_config_spec):
    update_host_system_and_deploy_rsr(scenario_runner, release_config_spec)
    scenario_runner.run_step("5_fetch_rsr_data")
    rebuild_rsr_database_and_run_new_migrations(scenario_runner, release_config_spec)
コード例 #2
0
def deploy_rsr_release(scenario_runner, release_config_spec):
    update_host_system_and_deploy_rsr(scenario_runner, release_config_spec)
    rebuild_rsr_database_and_run_new_migrations(scenario_runner,
                                                release_config_spec)
コード例 #3
0
def deploy_rsr_release_candidate(scenario_runner, release_config_spec):
    update_host_system_and_deploy_rsr(scenario_runner, release_config_spec)
    scenario_runner.run_step('5_fetch_rsr_data')
    rebuild_rsr_database_and_run_new_migrations(scenario_runner, release_config_spec)
コード例 #4
0
def deploy_rsr_release(scenario_runner, release_config_spec):
    update_host_system_and_deploy_rsr(scenario_runner, release_config_spec)
    rebuild_rsr_database_and_run_new_migrations(scenario_runner, release_config_spec)