Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
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
1 change: 1 addition & 0 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def GH = 'none'
// Map of the machine names (MACHINE_ID) to the Jenkins Node names
def NodeName = [hera: 'Hera-EMC', orion: 'Orion-EMC', hercules: 'Hercules-EMC', gaeac5: 'GaeaC5', gaeac6: 'Gaeac6-EMC']
// Location of the custom workspaces for each machine in the CI system. They are persistent for each iteration of the PR.
// Dummy PR to test CI/CD on Gaea C5 Machine
Comment thread
AnilKumar-NOAA marked this conversation as resolved.
Outdated
def custom_workspace = [hera: '/scratch1/NCEPDEV/global/glopara/CI', orion: '/work2/noaa/global/role-global/GFS_CI_CD/ORION/CI', hercules: '/work2/noaa/global/role-global/GFS_CI_CD/HERCULES/CI', gaeac5: '/gpfs/f5/epic/proj-shared/global/CI', gaeac6: '/gpfs/f6/drsa-precip3/proj-shared/global/CI']
def repo_url = 'git@github.com:NOAA-EMC/global-workflow.git'

Expand Down
2 changes: 1 addition & 1 deletion ci/platforms/config.gaeac5
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

export GFS_CI_ROOT=/gpfs/f5/epic/proj-shared/global/GFS_CI_ROOT
export ICSDIR_ROOT=/gpfs/f5/epic/proj-shared/global/glopara/data/ICSDIR
export HPC_ACCOUNT=ufs-ard
export HPC_ACCOUNT=epic
export max_concurrent_cases=5
export max_concurrent_pr=4
2 changes: 1 addition & 1 deletion workflow/hosts/gaeac5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HOMEDIR: '/gpfs/f5/${ACCOUNT}/scratch/${USER}'
STMP: '/gpfs/f5/${ACCOUNT}/scratch/${USER}'
PTMP: '/gpfs/f5/${ACCOUNT}/scratch/${USER}'
NOSCRUB: $HOMEDIR
ACCOUNT: ufs-ard
ACCOUNT: epic
SCHEDULER: slurm
QUEUE: normal
QUEUE_SERVICE: normal
Expand Down