Compare commits

..

No commits in common. "c6e2c63024f9524498c013c710107d6a7480a95d" and "52f82a4afc644eb9913b9a99836a180bb6312718" have entirely different histories.

17 changed files with 28 additions and 30 deletions

View File

@ -96,9 +96,9 @@ def get_teapot_check_args(repo_conf: repo.Config, task_conf: task.Config) -> Lis
)
res.extend(["--group-config", group_config])
if task_conf.time.begin:
res.extend(["--begin-time", task_conf.time.begin.strftime("%Y-%m-%dT%H:%M:%S")])
res.extend(["--begin-time", task_conf.time.begin.isoformat()])
if task_conf.time.end:
res.extend(["--end-time", task_conf.time.end.strftime("%Y-%m-%dT%H:%M:%S")])
res.extend(["--end-time", task_conf.time.end.isoformat()])
return res

View File

@ -1,8 +1,8 @@
{
"name": "hw7 ex2",
"logPath": "/home/tt/.cache/joj3/joj3.log",
"expireUnixTimestamp": 0,
"effectiveUnixTimestamp": 0,
"expireUnixTimestamp": 1735574399,
"effectiveUnixTimestamp": 1735487999,
"actorCsvPath": "/home/tt/.config/joj/students.csv",
"maxTotalScore": 10245871,
"stage": {
@ -76,9 +76,7 @@
"--grading-repo-name",
"ece280-joj",
"--group-config",
"Manuel=500:24,Boming=501:48,Nuvole=502:72",
"--end-time",
"2024-12-30T23:59:59"
"Manuel=500:24,Boming=501:48,Nuvole=502:72"
],
"env": [
"REPOS_DIR=/home/tt/.cache",

View File

@ -2,7 +2,7 @@
task.name = "hw7 ex2" # task name
max-total-score = 10245871
time.end = 2024-12-30 23:59:59+08:00
release.end-time = 2024-12-30 23:59:59+08:00
release.begin-time = 2024-12-29 23:59:59+08:00
[groups]

View File

@ -1,8 +1,8 @@
{
"name": "hw7 ex2",
"logPath": "/home/tt/.cache/joj3/joj3.log",
"expireUnixTimestamp": 0,
"effectiveUnixTimestamp": 0,
"expireUnixTimestamp": 1735574399,
"effectiveUnixTimestamp": 1735487999,
"actorCsvPath": "/home/tt/.config/joj/students.csv",
"maxTotalScore": 100,
"stage": {

View File

@ -1,7 +1,7 @@
# general task configuration
task.name = "hw7 ex2" # task name
time.end = 2024-12-30 23:59:59+08:00
release.end-time = 2024-12-30 23:59:59+08:00
release.begin-time = 2024-12-29 23:59:59+08:00
[[stages]]

View File

@ -1,8 +1,8 @@
{
"name": "hw7 ex2",
"logPath": "/home/tt/.cache/joj3/joj3.log",
"expireUnixTimestamp": 0,
"effectiveUnixTimestamp": 0,
"expireUnixTimestamp": 1735574399,
"effectiveUnixTimestamp": 1735487999,
"actorCsvPath": "/home/tt/.config/joj/students.csv",
"maxTotalScore": 100,
"stage": {

View File

@ -1,8 +1,8 @@
# general task configuration
task.name = "hw7 ex2" # task name
time.end = 2024-12-30 23:59:59+08:00
time.begin = 2024-12-29 23:59:59+08:00
release.end-time = 2024-12-30 23:59:59+08:00
release.begin-time = 2024-12-29 23:59:59+08:00
[[stages]]
name = "[cq] Cppcheck"

View File

@ -1,8 +1,8 @@
{
"name": "hw7 ex2",
"logPath": "/home/tt/.cache/joj3/joj3.log",
"expireUnixTimestamp": 0,
"effectiveUnixTimestamp": 0,
"expireUnixTimestamp": 1735574399,
"effectiveUnixTimestamp": 1735487999,
"actorCsvPath": "/home/tt/.config/joj/students.csv",
"maxTotalScore": 100,
"stage": {

View File

@ -1,7 +1,7 @@
# general task configuration
task.name = "hw7 ex2" # task name
time.end = 2024-12-30 23:59:59+08:00
release.end-time = 2024-12-30 23:59:59+08:00
release.begin-time = 2024-12-29 23:59:59+08:00
[[stages]]

View File

@ -1,8 +1,8 @@
{
"name": "hw7 ex2",
"logPath": "/home/tt/.cache/joj3/joj3.log",
"expireUnixTimestamp": 0,
"effectiveUnixTimestamp": 0,
"expireUnixTimestamp": 1735574399,
"effectiveUnixTimestamp": 1735487999,
"actorCsvPath": "/home/tt/.config/joj/students.csv",
"maxTotalScore": 100,
"stage": {

View File

@ -1,7 +1,7 @@
# general task configuration
task.name = "hw7 ex2" # task name
time.end = 2024-12-30 23:59:59+08:00
release.end-time = 2024-12-30 23:59:59+08:00
release.begin-time = 2024-12-29 23:59:59+08:00
[[stages]]

View File

@ -1,8 +1,8 @@
{
"name": "hw7 ex2",
"logPath": "/home/tt/.cache/joj3/joj3.log",
"expireUnixTimestamp": 0,
"effectiveUnixTimestamp": 0,
"expireUnixTimestamp": 1735574399,
"effectiveUnixTimestamp": 1735487999,
"actorCsvPath": "/home/tt/.config/joj/students.csv",
"maxTotalScore": 100,
"stage": {

View File

@ -1,7 +1,7 @@
# general task configuration
task.name = "hw7 ex2" # task name
time.end = 2024-12-30 23:59:59+08:00
release.end-time = 2024-12-30 23:59:59+08:00
release.begin-time = 2024-12-29 23:59:59+08:00
[[stages]]

View File

@ -1,8 +1,8 @@
{
"name": "hw7 ex2",
"logPath": "/home/tt/.cache/joj3/joj3.log",
"expireUnixTimestamp": 0,
"effectiveUnixTimestamp": 0,
"expireUnixTimestamp": 1735574399,
"effectiveUnixTimestamp": 1735487999,
"actorCsvPath": "/home/tt/.config/joj/students.csv",
"maxTotalScore": 100,
"stage": {

View File

@ -1,7 +1,7 @@
# general task configuration
task.name = "hw7 ex2" # task name
time.end = 2024-12-30 23:59:59+08:00
release.end-time = 2024-12-30 23:59:59+08:00
release.begin-time = 2024-12-29 23:59:59+08:00
[[stages]]

View File

@ -1,8 +1,8 @@
{
"name": "hw7 ex2",
"logPath": "/home/tt/.cache/joj3/joj3.log",
"expireUnixTimestamp": 0,
"effectiveUnixTimestamp": 0,
"expireUnixTimestamp": 1735574399,
"effectiveUnixTimestamp": 1735487999,
"actorCsvPath": "/home/tt/.config/joj/students.csv",
"maxTotalScore": 100,
"stage": {

View File

@ -1,7 +1,7 @@
# general task configuration
task.name = "hw7 ex2" # task name
time.end = 2024-12-30 23:59:59+08:00
release.end-time = 2024-12-30 23:59:59+08:00
release.begin-time = 2024-12-29 23:59:59+08:00
[[stages]]