Skip to content

Commit e177053

Browse files
committed
Merge
2 parents 8fab168 + 27d429a commit e177053

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

framework/.changeset/v0.5.9.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/cmd/ci.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ var (
3939
SlowTestThreshold = 5 * time.Minute
4040
ExtremelySlowTestThreshold = 10 * time.Minute
4141

42+
DebugDirRoot = "ctf-ci-debug"
4243
DebugSubDirWF = filepath.Join(DebugDirRoot, "workflows")
4344
DebugSubDirJobs = filepath.Join(DebugDirRoot, "jobs")
4445
DefaultResultsDir = "."

0 commit comments

Comments
 (0)