Skip to content

Commit 7eeb980

Browse files
authored
[Feature:Autograding] Update output archival for tutorials 16-18 (#29)
1 parent 0b44f96 commit 7eeb980

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

examples/16_docker_network_python/config/config.json

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
//States that a given testcase uses a router by default. (Default value is true)
99
"use_router" : true
1010
},
11-
12-
"autograding" : {
13-
"work_to_details" : [ "**/*.txt" ]
14-
},
1511
"resource_limits" : {
1612
"RLIMIT_NPROC" : 100,
1713
"RLIMIT_STACK" : 10000000,

examples/17_dispatched_actions_and_standard_input/config/config.json

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
3-
"autograding" : {
4-
"work_to_details" : ["**/*.txt"]
5-
},
62
"autograding_method" : "docker",
73
"container_options" : {
84
//States that a given testcase uses a router by default. (Default value is true)

examples/18_postgres_database/config/config.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"use_router": false
88
},
99
"autograding": {
10-
"submission_to_runner": ["**/*.py", "**/*.txt","**/*.sql"],
11-
"work_to_details": ["**/*.txt"]
10+
"submission_to_runner": ["**/*.py", "**/*.txt","**/*.sql"]
1211
},
1312
"testcases": [
1413
{

0 commit comments

Comments
 (0)