Skip to content

Commit

Permalink
[Truffle] Don't run server tests on master for now.
Browse files Browse the repository at this point in the history
We've fixed an issue with these on truffle-head, but it's a little bit
too complicated to merge right now.
  • Loading branch information
chrisseaton committed Sep 30, 2016
1 parent ba74846 commit ed91cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.hocon
Expand Up @@ -80,9 +80,9 @@ builds: [
{name: ruby-test-specs-core} ${common} ${gate-caps} {run: [${jt} [test, specs, -Gci, ":core"]]},
{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-gems} ${common} ${gate-caps} ${test-gems},
{name: ruby-test-ecosystem} ${common} ${gate-caps} ${test-ecosystem},
//{name: ruby-test-integration} ${common} ${gate-caps} {run: [${jt} [test, integration]]},
//{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]]},

{name: ruby-test-compiler-graal-vm} ${common} ${graal-vm} ${gate-caps} {run: [${jt} [test, compiler]]},
Expand Down

3 comments on commit ed91cb4

@chrisseaton
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eregon
Copy link
Member

@eregon eregon commented on ed91cb4 Sep 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrisseaton Should I just backport the fix to master?

@chrisseaton
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll do a master in a week anyway when GraalVM is out.

Cherry picking wasn't easy for some reason.

Please sign in to comment.