Console Output
The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/cam.git
> git init /home/jenkins/workspace/cam_BFB_coarse_res_gfortran_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/cam.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/larson-group/cam.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 97aa2c69603ad8dd327196c2190dae80292aa917 (refs/remotes/origin/clubb_silhs_devel)
> git config core.sparsecheckout # timeout=10
> git checkout -f 97aa2c69603ad8dd327196c2190dae80292aa917 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 969bc4aa2a1db2664c0f92b98d2df5544c554c32 Author: Brian Griffin Date: Sat Mar 22 23:39:40 2025 -0500 Clubb test correct gg (#1237) * Updated the generalized vertical grid test to use the run_bindiff_w_flags_config_core_flags.json file, which performs 18 overall flag configuration file tests and includes almost every configurable model flag found in CLUBB core."
> git rev-list --no-walk 6f0563a327d1cfefda2306f4c6d51ff65557810f # timeout=10