Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.hocon
Original file line number Diff line number Diff line change
@@ -201,19 +201,19 @@ gate-caps: {
}

bench-caps: {
capabilities: [x52, linux, amd64]
capabilities: [x52, linux, amd64, no_frequency_scaling]
targets: [bench, post-push]
timelimit: "02:00:00"
}

daily-bench-caps: {
capabilities: [x52, linux]
capabilities: [x52, linux, amd64, no_frequency_scaling]
targets: [daily]
timelimit: "02:00:00"
}

weekly-bench-caps: {
capabilities: [x52, linux]
capabilities: [x52, linux, amd64, no_frequency_scaling]
targets: [weekly]
timelimit: "02:00:00"
}

0 comments on commit e818fa9

Please sign in to comment.