Skip to content

Instantly share code, notes, and snippets.

@surli
Last active August 28, 2020 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surli/2ff689057adb587a9446a0dbf3627f64 to your computer and use it in GitHub Desktop.
Save surli/2ff689057adb587a9446a0dbf3627f64 to your computer and use it in GitHub Desktop.
# To be pasted on .bashrc to be used in XWiki Docker modules when trying to test a specific CI configuration
# e.g. mvn clean install $mariaDBJettyFirefox
# Those configurations might not be up-to-date, check https://github.com/xwiki/xwiki-jenkins-pipeline/blob/master/vars/dockerConfigurations.groovy#L61 to be sure.
export mysqlTomcatChrome="-Dxwiki.test.ui.database=mysql -Dxwiki.test.ui.databaseTag=8.0 -Dxwiki.test.ui.jdbcVersion=pom -Dxwiki.test.ui.servletEngine=tomcat -Dxwiki.test.ui.servletEngineTag=9-jdk11 -Dxwiki.test.ui.browser=chrome"
export mariaDBJettyFirefox="-Dxwiki.test.ui.database=mariadb -Dxwiki.test.ui.databaseTag=10.5 -Dxwiki.test.ui.jdbcVersion=pom -Dxwiki.test.ui.servletEngine=jetty -Dxwiki.test.ui.servletEngineTag=9-jre11 -Dxwiki.test.ui.browser=firefox"
export postgresTomcatChrome="-Dxwiki.test.ui.database=postgresql -Dxwiki.test.ui.databaseTag=12.3 -Dxwiki.test.ui.jdbcVersion=pom -Dxwiki.test.ui.servletEngine=tomcat -Dxwiki.test.ui.servletEngineTag=9-jdk11 -Dxwiki.test.ui.browser=chrome"
export oracleJettyFirefox="-Dxwiki.test.ui.database=oracle -Dxwiki.test.ui.databaseTag=19.3.0-se2 -Dxwiki.test.ui.jdbcVersion=pom -Dxwiki.test.ui.servletEngine=jetty -Dxwiki.test.ui.servletEngineTag=9-jre11 -Dxwiki.test.ui.browser=firefox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment