-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use role.jedipara for hera ci (#1173)
One task in #1150 is to move automated CI to role accounts. This PR moves Hera CI to role.jedipara. Fixes #1172 --------- Co-authored-by: Guillaume Vernieres <[email protected]>
- Loading branch information
1 parent
f5bbec0
commit 0c7b4d1
Showing
4 changed files
with
73 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export GDAS_CI_ROOT=/scratch1/NCEPDEV/da/Cory.R.Martin/CI/GDASApp | ||
export GDAS_CI_ROOT=/scratch1/NCEPDEV/da/role.jedipara/CI/GDASApp | ||
export GDAS_CI_HOST='hera' | ||
export GDAS_MODULE_USE=$GDAS_CI_ROOT/repo/modulefiles | ||
export SLURM_ACCOUNT=da-cpu | ||
export SALLOC_ACCOUNT=$SLURM_ACCOUNT | ||
export SBATCH_ACCOUNT=$SLURM_ACCOUNT | ||
export SLURM_QOS=debug | ||
export PATH=$PATH:/scratch1/NCEPDEV/da/Cory.R.Martin/CI/gh/gh_2.46.0_linux_amd64/bin | ||
export PATH=$PATH:/home/role.jedipara/bin |