-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding open liberty testing * updating test * checking for property * updating tests, ymls, and docs * changing property file names * fixing test file * removed online/offlne logic and added review changes * removing java7 from the travis tests
- Loading branch information
Showing
92 changed files
with
349 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
sudo: required | ||
language: java | ||
matrix: | ||
include: | ||
- jdk: openjdk8 | ||
env: WLP_VERSION=17.0.0.3 | ||
- jdk: openjdk8 | ||
env: WLP_VERSION=17.0.0.4 | ||
jdk: | ||
- openjdk8 | ||
env: | ||
- propertiesFile=wlp1.properties | ||
- propertiesFile=wlp2.properties | ||
- propertiesFile=ol1.properties | ||
- propertiesFile=ol2.properties | ||
script: | ||
- export GRADLE_OPTS="-Dorg.gradle.daemon=true -Dorg.gradle.jvmargs='-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m'" | ||
- travis_wait ./gradlew install check -Prunit=online -DwlpVersion=$WLP_VERSION --stacktrace --info --no-daemon | ||
- travis_wait ./gradlew install integrationTest -DpropertiesFile=${propertiesFile} --stacktrace --info --no-daemon | ||
dist: trusty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
environment: | ||
matrix: | ||
matrix: | ||
- jdk: "C:\\Program Files\\Java\\jdk1.8.0\\bin:" | ||
PROPERTIES_FILE: wlp1.properties | ||
- jdk: "C:\\Program Files\\Java\\jdk1.8.0\\bin:" | ||
PROPERTIES_FILE: wlp2.properties | ||
- jdk: "C:\\Program Files\\Java\\jdk1.8.0\\bin:" | ||
PROPERTIES_FILE: ol1.properties | ||
- jdk: "C:\\Program Files\\Java\\jdk1.8.0\\bin:" | ||
PROPERTIES_FILE: ol2.properties | ||
|
||
build_script: | ||
# Build the compiled extension | ||
- "gradlew.bat install check -Prunit=online -DwlpVersion=17.0.0.3 --stacktrace --info --no-daemon" | ||
- "gradlew.bat install integrationTest -DpropertiesFile=%PROPERTIES_FILE% --stacktrace --info --no-daemon" | ||
|
||
test: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.