Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for cloud autort and blstores #1887

Merged
merged 48 commits into from
Sep 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
44b2f3e
Update rt.sh
zach1221 Sep 7, 2023
b760c21
Create RegressionTests_noaacloud.log
zach1221 Sep 7, 2023
4428e12
Create Jenkinsfile.noaacloud
zach1221 Sep 7, 2023
199f967
Update rt.conf
zach1221 Sep 7, 2023
be719b6
Update bl.py
zach1221 Sep 7, 2023
5ba6f78
Update rt.sh
zach1221 Sep 7, 2023
a62786a
Merge branch 'develop' into CloudRT
zach1221 Sep 7, 2023
7205661
Merge branch 'develop' into CloudRT
zach1221 Sep 11, 2023
c768e4b
Update Jenkinsfile for pass/fail
zach1221 Sep 11, 2023
a257a41
Update Jenkinsfile
zach1221 Sep 11, 2023
181bed7
Update Jenkinsfile
zach1221 Sep 11, 2023
136cc03
Update Jenkinsfile
zach1221 Sep 11, 2023
bdddd6e
Update Jenkinsfile
zach1221 Sep 11, 2023
e61780c
Update Jenkinsfile
zach1221 Sep 11, 2023
2f912e2
Update Jenkinsfile
zach1221 Sep 11, 2023
b9eb0e3
Merge branch 'develop' into CloudRT
zach1221 Sep 12, 2023
a23b80c
Update Jenkinsfile
zach1221 Sep 12, 2023
85fa89f
Update rt.conf
zach1221 Sep 12, 2023
12578f7
Update rt.conf
zach1221 Sep 12, 2023
dc7a736
Update rt.conf
zach1221 Sep 12, 2023
7a688f7
Update Jenkinsfile
zach1221 Sep 12, 2023
cb5a5db
Update rt.conf
zach1221 Sep 12, 2023
bd63a50
Update rt.conf
zach1221 Sep 12, 2023
25e8f20
Update Jenkinsfile
zach1221 Sep 13, 2023
35be3e7
Update Jenkinsfile
zach1221 Sep 13, 2023
31e3558
Update Jenkinsfile
zach1221 Sep 13, 2023
712c8bd
Update Jenkinsfile
zach1221 Sep 13, 2023
518aa91
Update Jenkinsfile
zach1221 Sep 13, 2023
4a6e818
Update Jenkinsfile
zach1221 Sep 13, 2023
e1f8041
Update Jenkinsfile
zach1221 Sep 14, 2023
4f8919d
Update Jenkinsfile
zach1221 Sep 14, 2023
3c5ef6a
Update rt.conf add datm_cdep global coupled cases
zach1221 Sep 14, 2023
f32462e
Update Jenkinsfile revert changes
zach1221 Sep 14, 2023
abaa83f
Merge branch 'develop' into CloudRT
zach1221 Sep 14, 2023
540a6ca
New add noaacloud RT logs: passed
zach1221 Sep 14, 2023
747f8a7
Update Jenkinsfile
zach1221 Sep 14, 2023
df43767
Update Jenkinsfile revert log transfer lines
zach1221 Sep 15, 2023
ae6a8bf
Update rt.conf align columns
zach1221 Sep 15, 2023
9dc2f9d
Update rt.sh revert jet changes
zach1221 Sep 15, 2023
d9e0755
Update bl.py revert jet changes
zach1221 Sep 15, 2023
04622fc
Update rt.conf fix typo
zach1221 Sep 15, 2023
2a0a92f
WCOSS2 RT Log
BrianCurtis-NOAA Sep 15, 2023
efac2c3
Acorn RT Log
BrianCurtis-NOAA Sep 15, 2023
a5012ee
Merge branch 'CloudRT' of github.com:ufs-community/ufs-weather-model …
BrianCurtis-NOAA Sep 15, 2023
4150771
add RT log orion: passed
FernandoAndrade-NOAA Sep 16, 2023
564ce02
add gaea RT log: passed
FernandoAndrade-NOAA Sep 17, 2023
759e356
add hera RT logs: passed
zach1221 Sep 18, 2023
cf38a42
add jet RT logs: passed
zach1221 Sep 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,11 @@ echo "Start Regression test" >> ${REGRESSIONTEST_LOG}
echo >> ${REGRESSIONTEST_LOG}
echo "Testing UFSWM Hash:" `git rev-parse HEAD` >> ${REGRESSIONTEST_LOG}
echo "Testing With Submodule Hashes:" >> ${REGRESSIONTEST_LOG}
cd ..
zach1221 marked this conversation as resolved.
Show resolved Hide resolved
git submodule status >> ${REGRESSIONTEST_LOG}

cd tests

source default_vars.sh

JOB_NR=0
Expand Down