Skip to content

Instantly share code, notes, and snippets.

@tansaku
Created February 3, 2014 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tansaku/8788033 to your computer and use it in GitHub Desktop.
Save tansaku/8788033 to your computer and use it in GitHub Desktop.
Configuration for autograders
# This does not support http URIs yet
#due for Berkeley course note that due time should be time in Boston(Berkeley time + 3) format YYYYMMDDHHMMSS
#when in doubt leave Seconds portions=00
assign-1-queue:
name: "cs169-rev-production"
type: WeightedRspecGrader
#due: 20121016031500
#due: 20140128120001
due: 20141016235959
grace_period: 7
parts:
uncc-spr-2014-assign-0-part-1:
uri: ../hw/ruby-intro/autograder/part1_spec.rb
due: 20140204055959
type: WeightedRspecGrader
uncc-spr-2014-assign-0-part-2:
uri: ../hw/ruby-intro/autograder/part2_spec.rb
due: 20140204055959
type: WeightedRspecGrader
uncc-spr-2014-assign-0-part-3:
uri: ../hw/ruby-intro/autograder/part3_spec.rb
due: 20140204055959
type: WeightedRspecGrader
assign-0-part-1:
uri: ../hw/ruby-intro/autograder/part1_spec.rb
type: WeightedRspecGrader
assign-0-part-2:
uri: ../hw/ruby-intro/autograder/part2_spec.rb
type: WeightedRspecGrader
assign-0-part-3:
uri: ../hw/ruby-intro/autograder/part3_spec.rb
type: WeightedRspecGrader
fall-2013-assign-1-part-1:
uri: ../hw/ruby-calisthenics/autograder/fun_with_strings_spec.rb
type: WeightedRspecGrader
fall-2013-assign-1-part-2:
uri: ../hw/ruby-calisthenics/autograder/dessert_spec.rb
type: WeightedRspecGrader
fall-2013-assign-1-part-3:
uri: ../hw/ruby-calisthenics/autograder/rock_paper_scissors_spec.rb
type: WeightedRspecGrader
fall-2013-assign-1-part-4:
uri: ../hw/ruby-calisthenics/autograder/attr_accessor_with_history_spec.rb
type: WeightedRspecGrader
fall-2013-assign-1.5-part-1:
uri: ../hw/oracle-of-bacon/autograder/spec/valid_instance_spec.rb
type: WeightedRspecGrader
fall-2013-assign-1.5-part-2:
uri: ../hw/oracle-of-bacon/autograder/spec/parsing_xml_spec.rb
type: WeightedRspecGrader
fall-2013-assign-1.5-part-3:
uri: ../hw/oracle-of-bacon/autograder/spec/constructing_uri_spec.rb
type: WeightedRspecGrader
fall-2013-assign-1.5-part-4:
uri: ../hw/oracle-of-bacon/autograder/spec/connecting_to_service_spec.rb
type: WeightedRspecGrader
fall-2013-assign-2-part-1:
uri: ../hw/rails-intro/autograder/combined_rails_intro_spec.rb
type: HerokuRspecGrader
assign-3-part-1:
uri: ../hw/bdd-cucumber/autograder/hw3.yml
type: HW3Grader
hpu-assign-3-part-1:
uri: ../hw/bdd-cucumber/autograder/hw3.yml
type: HW3Grader
assign-4-part-1:
uri: ../hw/bdd-tdd-cycle/autograder/hw4.yml
type: HW4Grader
fall-2013-assign-5-part-1:
uri: ../hw/refactoring-legacy-code/autograder/part1_spec.rb
type: HW5Grader
fall-2013-assign-5-part-2:
uri: ../hw/refactoring-legacy-code/autograder/part2_spec.rb
type: HW5Grader
fall-2013-assign-6-part-1:
uri: ./hw6.yml
type: MigrationGrader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment