Commit Graph

32 Commits

Author SHA1 Message Date
69b4b4d27d
ci: use gitea.xxx
All checks were successful
build / build (push) Successful in 4m26s
build / trigger-build-image (push) Successful in 45s
2025-06-05 06:30:10 -04:00
3bb7cc195c
feat: more diff settings
All checks were successful
build / build (push) Successful in 1m53s
build / trigger-build-image (push) Successful in 11s
2025-06-02 21:38:45 -04:00
df5295258f
feat: alias to all underscore
Some checks failed
build / build (push) Failing after 48s
2025-06-02 19:20:36 -04:00
dce6e5d598
chore: update test results 2025-06-02 19:18:46 -04:00
e1e3d59492
feat: support copy_in_cwd
All checks were successful
build / build (push) Successful in 1m49s
2025-06-02 18:55:44 -04:00
8c1c3fa881
feat: support stage.env
All checks were successful
build / build (push) Successful in 1m20s
2025-06-02 06:41:03 -04:00
f556801884
feat: check unnecessary fields (#12)
All checks were successful
build / build (push) Successful in 3m8s
2025-06-01 21:43:37 -04:00
26b128d2c7
fix: typo 2025-06-01 21:41:23 -04:00
37acb8690a feat: default health check score = 0 2025-05-30 07:01:28 -04:00
d4b84d30e5 fix: new fields in test cases 2025-05-30 07:01:14 -04:00
58037b4672 feat(elf): support for elf (#18)
All checks were successful
build / build (push) Successful in 1m31s
- elf support added
- testcases for elf

Reviewed-on: #18
Reviewed-by: 张泊明518370910136 <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-05-28 08:20:55 +08:00
ae592a3825 fix: log path (#17)
Some checks failed
build / build (push) Failing after 5m17s
- fix log path for `joj-mon`

Reviewed-on: #17
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: Nuvole <jon-lee@sjtu.edu.cn>
Co-committed-by: Nuvole <jon-lee@sjtu.edu.cn>
2025-05-26 10:19:26 +08:00
b1ea7d9591 fix(diff): bugs on diff stdin and numerics (#16)
All checks were successful
build / build (push) Successful in 2m43s
fix problems in #15

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #16
Reviewed-by: 张泊明518370910136 <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-05-24 02:45:38 +08:00
6375a37069 fix(diff): bugs in auto detect cases (#14)
All checks were successful
build / build (push) Successful in 2m5s
- fix original logic issue of cases generation (originally there is duplication on cases, e.g. `case5`, `task1/case5`)
- fix the issue that without any specification there is no cases input and output in `diff` stage

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #14
Reviewed-by: 张泊明518370910136 <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-05-22 01:34:01 +08:00
01759efb7b
fix: set default env PATH
Some checks failed
build / build (push) Failing after 3m24s
2025-05-20 08:07:29 -04:00
8a6c34f3e9 feat(diff): auto detect testcases (#13)
All checks were successful
build / build (push) Successful in 2m1s
- added support for subfolders
- complete the duplication for `*.toml` file, now ta only need to specify the param for the specific one. default values are hardcoded
- all testcases should be named as `casei.in/out`, with no interactions in their name in each of the subfolders, (for hidden cases and non-hidden cases, just change position and run again)

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #13
Reviewed-by: 张泊明518370910136 <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-05-15 17:47:08 +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
81e08b4a8c
feat: longer time limit for teapot upload
All checks were successful
build / build (push) Successful in 2m26s
2025-03-21 17:50:05 -04:00
2c78d75e07
feat: longer time limit for health check
Some checks failed
build / build (push) Failing after 3m15s
2025-03-21 17:26:58 -04:00
4103b18673
chore: better test failure hints
All checks were successful
build / build (push) Successful in 1m58s
2025-03-18 04:21:28 -04:00
dc8ae85cc8
feat: use default cmd in diff parser
Some checks failed
build / build (push) Failing after 2m1s
2025-03-18 03:27:58 -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
ce4605a22a
chore: rename files
All checks were successful
build / build (push) Successful in 1m53s
2025-03-15 03:03:28 -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
f5b7563869
feat: union type cmd files
All checks were successful
build / build (push) Successful in 2m32s
2025-02-28 08:13:08 -05:00
aee123601f
fix: root path for tests
All checks were successful
build / build (push) Successful in 2m23s
2025-02-27 01:28:43 -05:00
67d2fcc4e4
feat: dump with exclude_none
All checks were successful
build / build (push) Successful in 2m26s
2025-02-25 04:15:05 -05:00
bddb67decf
test: allow non-exist toml file input
All checks were successful
build / build (push) Successful in 2m36s
2025-02-24 22:36:08 -05:00
48d01045b5
refactor: more compact test codes
All checks were successful
build / build (push) Successful in 1m50s
2024-10-23 01:39:36 -04:00
51b68b7c87
refactor: re-organize tests & models
Some checks failed
build / build (push) Failing after 1m38s
2024-10-22 06:17:09 -04:00
75bb6d6667
feat: convert joj1 test dir 2024-10-21 07:21:23 -04:00
782ee0af72
refactor: organize convert test code files 2024-10-21 06:58:22 -04:00