NOTE: This Wiki is obsolete as of November 2016 and is retained for reference only.


This page collects notes related to Spark's Jenkins tests, which is hosted by the UC Berkeley AMP Lab.

Useful tools for Jenkins admins

Viewing detailed logs from test runs

ssh [username]@hadrian.ist.berkeley.edu
cd /var/lib/jenkins/jobs/SparkPullRequestBuilder/builds/[directory for your build]

 

For each subproject, unit-tests.log is contained in the .tar.gz file.

  • No labels