[
https://issues.apache.org/jira/browse/SAMZA-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110843#comment-14110843
]
Chris Riccomini commented on SAMZA-397:
---------------------------------------
I don't know much about Travis, but it seems like this is the problem:
{noformat}
matrix:
exclude:
- env: SCALA_VERSION='-PscalaVersion=2.9.2'
jdk: oraclejdk8
{noformat}
Since SAMZA-391 added a YARN_VERSION to env, I'm wondering if it's doing an
exact match, which means it no longer excludes these builds? Is there a way to
tell the build matrix to do a partial match on the env exclude?
> Disable check-all for JDK8 and Scala 2.9.2
> ------------------------------------------
>
> Key: SAMZA-397
> URL: https://issues.apache.org/jira/browse/SAMZA-397
> Project: Samza
> Issue Type: Bug
> Components: build
> Affects Versions: 0.8.0
> Reporter: Chris Riccomini
> Assignee: Chris Riccomini
> Fix For: 0.8.0
>
>
> The Travis CI started failing last night. Looking at the logs, it appears
> that after SAMZA-391, we accidentally started testing JDK8 against Scala
> 2.9.2, which will fail since 2.9.2 doesn't work with JDK8.
--
This message was sent by Atlassian JIRA
(v6.2#6252)