Skip to content

Commit

Permalink
[Feature:Autograding] Update output archival for tutorials 16-18 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
emaicus authored May 28, 2020
1 parent 0b44f96 commit 7eeb980
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions examples/16_docker_network_python/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
//States that a given testcase uses a router by default. (Default value is true)
"use_router" : true
},

"autograding" : {
"work_to_details" : [ "**/*.txt" ]
},
"resource_limits" : {
"RLIMIT_NPROC" : 100,
"RLIMIT_STACK" : 10000000,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{

"autograding" : {
"work_to_details" : ["**/*.txt"]
},
"autograding_method" : "docker",
"container_options" : {
//States that a given testcase uses a router by default. (Default value is true)
Expand Down
3 changes: 1 addition & 2 deletions examples/18_postgres_database/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"use_router": false
},
"autograding": {
"submission_to_runner": ["**/*.py", "**/*.txt","**/*.sql"],
"work_to_details": ["**/*.txt"]
"submission_to_runner": ["**/*.py", "**/*.txt","**/*.sql"]
},
"testcases": [
{
Expand Down

0 comments on commit 7eeb980

Please sign in to comment.