Skip to content

[dist] Fix travis deploy for java dist#9768

Merged
raulchen merged 2 commits intoray-project:masterfrom
antgroup:fix_travis_deploy_for_java_dist
Jul 30, 2020
Merged

[dist] Fix travis deploy for java dist#9768
raulchen merged 2 commits intoray-project:masterfrom
antgroup:fix_travis_deploy_for_java_dist

Conversation

@chaokunyang
Copy link
Copy Markdown
Member

Why are these changes needed?

Fix travis deployment condition condition: $MULTIPLATFORM_JARS = 1 || $MAC_JARS = 1 and bring back java dist commit.

The previous condition: $MULTIPLATFORM_JARS = 1 || $MAC_JARS=1 cause master ci failure. The correct condition should be condition: $MULTIPLATFORM_JARS = 1 || $MAC_JARS = 1

Related issue number

#9758

Checks

  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/latest/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failure rates at https://ray-travis-tracker.herokuapp.com/.
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested (please justify below)

@AmplabJenkins
Copy link
Copy Markdown

Can one of the admins verify this patch?

@AmplabJenkins
Copy link
Copy Markdown

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/29109/
Test FAILed.

@raulchen raulchen merged commit 5aba53e into ray-project:master Jul 30, 2020
@raulchen raulchen deleted the fix_travis_deploy_for_java_dist branch July 30, 2020 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants