Skip to content

Commit

Permalink
[Truffle] Run cext tests daily as well on pushes, as Sulong could be …
Browse files Browse the repository at this point in the history
…changing when we aren't.
  • Loading branch information
chrisseaton committed Oct 24, 2016
1 parent 3ee7108 commit d4c5f89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci.hocon
Expand Up @@ -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]
Expand Down Expand Up @@ -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]]},
Expand Down

0 comments on commit d4c5f89

Please sign in to comment.