Commit Graph

9 Commits

Author SHA1 Message Date
dd6955fd7e fix: log path
Some checks failed
build / build (push) Failing after 1m47s
2025-05-25 16:28:47 +08:00
183e6f1545 feat: add DEFAULT_PROC_LIMIT n DEFAULT_CLOCK_LIMIT_MULTIPLIER
All checks were successful
build / build (push) Successful in 1m32s
build / build (pull_request) Successful in 1m40s
2025-05-22 15:27:50 +08:00
b4a9d0cb62 fix: add back DEFAULT_CASE_SCORE
All checks were successful
build / build (pull_request) Successful in 1m33s
build / build (push) Successful in 1m42s
2025-05-22 15:18:49 +08:00
ca63a94238 feat: add default score for diff
All checks were successful
build / build (push) Successful in 1m54s
2025-05-22 14:28:35 +08:00
391d61d006 style: use const
All checks were successful
build / build (push) Successful in 1m53s
build / build (pull_request) Successful in 1m53s
2025-05-15 17:08:55 +08:00
305663538d
feat: higher mem limit for clang
All checks were successful
build / build (push) Successful in 1m59s
2025-03-21 19:10:32 -04:00
80ba2f1451
feat: remove task.type from task.toml
Some checks failed
build / build (push) Failing after 2m2s
2025-03-15 05:10:42 -04:00
87dd8acb69
chore: more consts
All checks were successful
build / build (push) Successful in 2m1s
2025-03-15 03:23:29 -04:00
18df2ef1c0
feat: support convert (#10)
All checks were successful
build / build (push) Successful in 2m18s
- basic generation of json files
  - supported parsers:
    - healthcheck
    - result-detail
    - result-status
    - file
    - log
    - dummy
    - keyword (keyword, clangtidy, cppcheck, cpplint)
    - diff
- `convert` functions is mature, tested in engr151-24fa last two homeworks and engr151-24fa p3
- teapot and healthcheck should be up to date

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #10
Reviewed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn>
Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
2025-03-05 03:23:52 -05:00