Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci.hocon
Original file line number Diff line number Diff line change
@@ -213,6 +213,11 @@ gate-caps: {
targets: [gate, post-push]
}

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

bench-caps: {
capabilities: [x52, linux, amd64, no_frequency_scaling]
targets: [bench, post-push]
@@ -371,7 +376,7 @@ builds: [
{name: ruby-test-specs-library} ${common} ${gate-caps} {run: [${jt} [test, specs, ":library"]]},
{name: ruby-test-specs-truffle} ${common} ${gate-caps} {run: [${jt} [test, specs, ":truffle"]]},
{name: ruby-test-integration} ${common} ${gate-caps} {run: [${jt} [test, integration]]},
{name: ruby-test-cexts} ${common} ${gate-caps} ${test-cexts},
{name: ruby-test-cexts} ${common} ${daily-gate-caps} ${test-cexts},
{name: ruby-test-gems} ${common} ${gate-caps} ${test-gems},
{name: ruby-test-ecosystem} ${common} ${gate-caps} ${test-ecosystem},
{name: ruby-test-tarball} ${common} ${gate-caps} {run: [${jt} [tarball]]},

0 comments on commit d4c5f89

Please sign in to comment.