virajjasani commented on PR #3775:
URL: https://github.com/apache/ambari/pull/3775#issuecomment-1999033931
@JiaLiangC I do see this in the configs
```
stage('Parallel Unit Tests') {
parallel {
stage('Ambari WebUI Tests') {
steps {
sh 'lsb_release -a'
sh 'ls /usr/bin'
sh 'find / -name "chromium-browser"'
sh 'export CHROME_BIN=/usr/bin/chromium-browser'
sh 'mvn -X -T 2C -am test -pl
ambari-web,ambari-admin -Dmaven.artifact.threads=10 -Drat.skip'
}
}
stage('Ambari Agent Tests') {
steps {
sh 'pip3 install distro'
sh 'mvn -Dmaven.test.failure.ignore=true -am test
-pl ambari-agent -Dmaven.artifact.threads=10 -Drat.skip'
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]