Skip to content

Commit

Permalink
Fix gdas build on Gaea and add Gaea to available CI list (NOAA-EMC#2857)
Browse files Browse the repository at this point in the history
Module git-lfs is required to run CI test on gaea machine and added
gaea in the Jenkinsfile
- Module (git-lfs) added in the modulefiles/module_gwsetup.gaea.lua
- Gaea added (Jenkinsfile)
  • Loading branch information
AnilKumar-NOAA committed Aug 27, 2024
1 parent 7a724e0 commit 935ac64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pipeline {
Machine = machine[0].toUpperCase() + machine.substring(1)
echo "Getting Common Workspace for ${Machine}"
ws("${custom_workspace[machine]}/${env.CHANGE_ID}") {
properties([parameters([[$class: 'NodeParameterDefinition', allowedSlaves: ['built-in', 'Hercules-EMC', 'Hera-EMC', 'Orion-EMC'], defaultSlaves: ['built-in'], name: '', nodeEligibility: [$class: 'AllNodeEligibility'], triggerIfResult: 'allCases']])])
properties([parameters([[$class: 'NodeParameterDefinition', allowedSlaves: ['built-in', 'Hercules-EMC', 'Hera-EMC', 'Orion-EMC', 'Gaea'], defaultSlaves: ['built-in'], name: '', nodeEligibility: [$class: 'AllNodeEligibility'], triggerIfResult: 'allCases']])])
GH = sh(script: "which gh || echo '~/bin/gh'", returnStdout: true).trim()
CUSTOM_WORKSPACE = "${WORKSPACE}"
sh(script: "mkdir -p ${CUSTOM_WORKSPACE}/RUNTESTS;rm -Rf ${CUSTOM_WORKSPACE}/RUNTESTS/*")
Expand Down
1 change: 1 addition & 0 deletions modulefiles/module_gwsetup.gaea.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ load(pathJoin("python", python_ver))
load("py-jinja2")
load("py-pyyaml")
load("py-numpy")
load("git-lfs")

whatis("Description: GFS run setup environment")

0 comments on commit 935ac64

Please sign in to comment.