season 14

condor-scripts
Mike Lang 3 years ago
parent 87950500a0
commit 0b0c99dd4d

@ -30,7 +30,7 @@ INFO_QUERY = """
def main(
output_dir,
host='condor.live', user='necrobot-read', password='necrobot-read', database='condor_xii',
host='condor.live', user='necrobot-read', password='necrobot-read', database='season_14',
base_dir='/srv/wubloader', start_range='0,10', non_interactive=False, restrict_league=None,
only_match_id=0, best_effort_no_segments=False, no_start_detect=False,
):

@ -80,7 +80,7 @@ def add_range(base, range):
@argh.arg('--time-offset', type=float)
def main(match_id, race_number, output_path,
host='condor.live', user='necrobot-read', password='necrobot-read', database='condor_xii',
host='condor.live', user='necrobot-read', password='necrobot-read', database='season_14',
base_dir='/srv/wubloader',
start_range="0,10", non_interactive=False, racer=0,
time_offset=None,

@ -13,7 +13,7 @@
// you're actually running, and must manually re-pull to get an updated copy.
image_tag:: std.extVar("tag"),
database_tag:: "bb05e37", // tag for DB, which changes less and restarts are disruptive
downloader_tag:: "59b0732-wip", // prevent downloader restarts
downloader_tag:: "8795050", // prevent downloader restarts
// For each service, whether to deploy that service.
enabled:: {
@ -93,7 +93,7 @@
dbname: "wubloader",
},
condor_db:: "mysql://necrobot-read:necrobot-read@condor.live/condor_xii",
condor_db:: "mysql://necrobot-read:necrobot-read@condor.live/season_14",
// Other database arguments
db_super_user:: "postgres", // only accessible from localhost

@ -40,7 +40,7 @@ def ts(dt):
return dt.strftime("%FT%T")
def main(find1, find2, host='condor.live', user='necrobot-read', password='necrobot-read', database='condor_xii'):
def main(find1, find2, host='condor.live', user='necrobot-read', password='necrobot-read', database='season_14'):
logging.basicConfig(level=logging.INFO)
if password is None:

Loading…
Cancel
Save