Skip to content

Commit

Permalink
Update common.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcinkiewicz authored Sep 9, 2024
1 parent d6dda31 commit 5555089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
NAME: submission_division
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_4.0.0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "
POST: " enqueue_config('training_4.1.0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "

- KEY:
NAME: submission_status
Expand Down

0 comments on commit 5555089

Please sign in to comment.