Skip to content

Console Output

The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/e3sm.git
 > git init /home/jenkins/workspace/e3sm_run_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/e3sm.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials THe key used by the system for the tests
 > git fetch --tags --progress https://github.com/larson-group/e3sm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/larson-group/e3sm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision e708e6e70ce52a9c504d2a97458df3e7ae66c06a (refs/remotes/origin/clubb_silhs_devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e708e6e70ce52a9c504d2a97458df3e7ae66c06a # timeout=10
Commit message: "Pushing grid column loop into generate_silhs_sample_api, this it BIT_CHANGING, since now we set the random number generator seed once for all grid columns, instead of once for each grid column. larson-group/cam#129"
 > git rev-list --no-walk c501400fb77fbaa8f95848bf50d549cc4e3d1922 # timeout=10