You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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