Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.2.0
-
None
-
ghx-label-10
Description
In testing the dockerized Jenkins jobs on jenkins.impala.io, I noticed that the Jenkins arguments are ignored. It turns out the environment variables are not getting passed from bin/jenkins/dockerized-impala-bootstrap-and-test.sh to bin/jenkins/dockerized-impala-run-tests.sh.
For example, if I uncheck the EE_TEST option on ubuntu-16.04-dockerised-tests, it still runs end to end tests.
Respecting these arguments would be useful for adding the ability to test with Java 11. If we can specify whether to use Java 11 via a parameter, then we can share the job with the regular Java 8 version.