Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JDK 11 when running nightly #1809

Merged
merged 1 commit into from
Jul 4, 2019
Merged

Use JDK 11 when running nightly #1809

merged 1 commit into from
Jul 4, 2019

Conversation

2m
Copy link
Contributor

@2m 2m commented Jul 3, 2019

Purpose

Switches to JDK 11 when running nightly.

@2m 2m added this to the invalid/not release-bound milestone Jul 3, 2019
@ennru
Copy link
Member

ennru commented Jul 4, 2019

Fixes #1697

@2m
Copy link
Contributor Author

2m commented Jul 4, 2019

Unrelated failure were #1649

@@ -10,7 +10,9 @@ before_install:

# default script for jobs, that do not have any specified
script:
- ./scripts/buildChanged.sh ${DIR:=.} "${JDK:=adopt@~1.8.202-08}" "${PRE_CMD:=echo NOOP}" "${CMD:=+$DIR/testChanged}"
- |
[ "$TRAVIS_EVENT_TYPE" == "cron" ] && JDK="adopt@~1.11.0-2" || JDK="adopt@~1.8.202-08"
Copy link
Member

Choose a reason for hiding this comment

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

What does the | do?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It switches to YAML template mode. Otherwise yaml parser is not happy about [ and ] characters.

Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

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

LGTM.

@2m 2m merged commit 8d87b0e into akka:master Jul 4, 2019
@2m 2m deleted the wip-jdk11-nightly-2m branch July 4, 2019 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants