Skip to content

Commit

Permalink
[Truffle] CI: use the new no_frequency_scaling capability.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 6, 2016
1 parent 3a49f82 commit e818fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.hocon
Expand Up @@ -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"
}
Expand Down

0 comments on commit e818fa9

Please sign in to comment.