fix: assertion error to pass test
This commit is contained in:
parent
a19f6ba84b
commit
8264caf7f8
|
@ -98,9 +98,7 @@ def get_healthcheck_config(repo_conf: repo.Config) -> result.StageDetail:
|
||||||
),
|
),
|
||||||
result.OptionalCmd(
|
result.OptionalCmd(
|
||||||
args=shlex.split(get_debug_args(repo_conf)),
|
args=shlex.split(get_debug_args(repo_conf)),
|
||||||
env=[
|
env=["LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"],
|
||||||
f"LOG_FILE_PATH={Path.home()}/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
"joj=1000:24,run=1000:24,=100:24"
|
"joj=1000:24,run=1000:24,=100:24"
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
"LOG_FILE_PATH=/home/nuvole0217/.cache/joint-teapot-debug.log"
|
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
||||||
],
|
],
|
||||||
"cpuLimit": 4000000000000,
|
"cpuLimit": 4000000000000,
|
||||||
"clockLimit": 8000000000000,
|
"clockLimit": 8000000000000,
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
"joj=1000:24,run=1000:24,=100:24"
|
"joj=1000:24,run=1000:24,=100:24"
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
"LOG_FILE_PATH=/home/nuvole0217/.cache/joint-teapot-debug.log"
|
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
||||||
],
|
],
|
||||||
"cpuLimit": 4000000000000,
|
"cpuLimit": 4000000000000,
|
||||||
"clockLimit": 8000000000000,
|
"clockLimit": 8000000000000,
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
"joj=1000:24,run=1000:24,=100:24"
|
"joj=1000:24,run=1000:24,=100:24"
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
"LOG_FILE_PATH=/home/nuvole0217/.cache/joint-teapot-debug.log"
|
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
||||||
],
|
],
|
||||||
"cpuLimit": 4000000000000,
|
"cpuLimit": 4000000000000,
|
||||||
"clockLimit": 8000000000000,
|
"clockLimit": 8000000000000,
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
"joj=1000:24,run=1000:24,=100:24"
|
"joj=1000:24,run=1000:24,=100:24"
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
"LOG_FILE_PATH=/home/nuvole0217/.cache/joint-teapot-debug.log"
|
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
||||||
],
|
],
|
||||||
"cpuLimit": 4000000000000,
|
"cpuLimit": 4000000000000,
|
||||||
"clockLimit": 8000000000000,
|
"clockLimit": 8000000000000,
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
"joj=1000:24,run=1000:24,=100:24"
|
"joj=1000:24,run=1000:24,=100:24"
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
"LOG_FILE_PATH=/home/nuvole0217/.cache/joint-teapot-debug.log"
|
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
||||||
],
|
],
|
||||||
"cpuLimit": 4000000000000,
|
"cpuLimit": 4000000000000,
|
||||||
"clockLimit": 8000000000000,
|
"clockLimit": 8000000000000,
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
"joj=1000:24,run=1000:24,=100:24"
|
"joj=1000:24,run=1000:24,=100:24"
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
"LOG_FILE_PATH=/home/nuvole0217/.cache/joint-teapot-debug.log"
|
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
||||||
],
|
],
|
||||||
"cpuLimit": 4000000000000,
|
"cpuLimit": 4000000000000,
|
||||||
"clockLimit": 8000000000000,
|
"clockLimit": 8000000000000,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user