Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ci.hocon
Original file line number Diff line number Diff line change
@@ -114,16 +114,19 @@ jruby-truffle: {
}

gate-caps: {
capabilities: [linux, amd64, gate, post-push]
capabilities: [linux, amd64]
target: [gate, post-push]
}

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

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

0 comments on commit f7304f8

Please sign in to comment.