We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fab168 + 27d429a commit e177053Copy full SHA for e177053
framework/.changeset/v0.5.9.md
@@ -0,0 +1,3 @@
1
+- Add cancel/rerun features to CTF ci command
2
+- Dump all CTF ci metrics to a file
3
+- Ignore skipped runs
framework/.changeset/v0.6.0.md
framework/cmd/ci.go
@@ -39,6 +39,7 @@ var (
39
SlowTestThreshold = 5 * time.Minute
40
ExtremelySlowTestThreshold = 10 * time.Minute
41
42
+ DebugDirRoot = "ctf-ci-debug"
43
DebugSubDirWF = filepath.Join(DebugDirRoot, "workflows")
44
DebugSubDirJobs = filepath.Join(DebugDirRoot, "jobs")
45
DefaultResultsDir = "."
0 commit comments