bless_test_resultsΒΆ
bless_test_results is a script in CIMEROOT/scripts/Tools.
$ ./bless_test_results --help
usage:
bless_test_results [-n] [-r <TESTROOT>] [-b <BRANCH>] [-c <COMPILER>] [<TEST> <TEST> ...] [--verbose]
OR
bless_test_results --help
[1mEXAMPLES:[0m
[1;32m# From most recent run, bless any namelist changes [0m
> bless_test_results -n
[1;32m# From most recent run, bless all changes [0m
> bless_test_results
[1;32m# From most recent run, bless changes to test foo and bar only [0m
> bless_test_results foo bar
[1;32m# From most recent run, bless only namelist changes to test foo and bar only [0m
> bless_test_results -n foo bar
[1;32m# From most recent run of jenkins, bless history changes for next [0m
> bless_test_results -r /home/jenkins/acme/scratch/jenkins -b next --hist-only
Analyze results from a test root area, finding namelist and non-BFB changes,
and updating baselines. Purpose is, instead of re-running tests in generate
mode, which is very slow, allow for very fast analsis and blessing of diffs.
You may need to load modules for cprnc to work.
positional arguments:
bless_tests When blessing, limit the bless to tests matching these
regex (default: None)
optional arguments:
-h, --help show this help message and exit
-d, --debug Print debug information (very verbose) to file
/glade/work/turuncu/APPS/ufs-mrweather-
app/cime/scripts/Tools/bless_test_results.log
(default: False)
-v, --verbose Add additional context (time and file) to log messages
(default: False)
-s, --silent Print only warnings and error messages (default:
False)
-n, --namelists-only Only analyze namelists. (default: False)
--hist-only Only analyze history files. (default: False)
-b BASELINE_NAME, --baseline-name BASELINE_NAME
Name of baselines to use. Default will use
BASELINE_NAME_CMP first if possible, otherwise branch
name. (default: None)
--baseline-root BASELINE_ROOT
Root of baselines. Default will use the BASELINE_ROOT
from the case. (default: None)
-c COMPILER, --compiler COMPILER
Compiler of run you want to bless (default: intel)
-p, --no-skip-pass Normally, if namelist or baseline phase exists and
shows PASS, we assume no bless is needed. This option
forces the bless to happen regardless. (default:
False)
--report-only Only report what files will be overwritten and why.
Caution is a good thing when updating baselines
(default: False)
-r TEST_ROOT, --test-root TEST_ROOT
Path to test results that are being blessed (default:
/glade/scratch/turuncu)
--new-test-root NEW_TEST_ROOT
If bless_test_results needs to create cases (for
blessing namelists), use this root area (default:
None)
--new-test-id NEW_TEST_ID
If bless_test_results needs to create cases (for
blessing namelists), use this test id (default: None)
-t TEST_ID, --test-id TEST_ID
Limit processes to case dirs matching this test-id.
Can be useful if mutiple runs dumped into the same
dir. (default: None)
-f, --force Update every diff without asking. VERY DANGEROUS.
Should only be used within testing scripts. (default:
False)