Skip to content

Commit

Permalink
Temporarily test only on hera
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Sep 25, 2022
1 parent 510dd7e commit 66141f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cicd/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pipeline {
axes {
axis {
name 'SRW_PLATFORM'
values 'cheyenne', 'gaea', 'hera', 'jet', 'orion', 'pclusternoaav2use1' //, 'azclusternoaav2eus1', 'gclusternoaav2usc1'
values 'hera' // 'cheyenne', 'gaea', 'hera', 'jet', 'orion', 'pclusternoaav2use1' //, 'azclusternoaav2eus1', 'gclusternoaav2usc1'
}

axis {
Expand Down
2 changes: 1 addition & 1 deletion .cicd/scripts/srw_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if "${SRW_WE2E_COMPREHENSIVE_TESTS}"; then
else
test_type="fundamental"
fi
${we2e_test_dir}/setup_WE2E_tests.sh ${platform} ${SRW_PROJECT} ${SRW_COMPILER} ${test_type}
${we2e_test_dir}/setup_WE2E_tests.sh ${platform} ${SRW_PROJECT} ${SRW_COMPILER} #${test_type}

# Allow the tests to start before checking for status.
# TODO: Create a parameter that sets the initial start delay.
Expand Down
2 changes: 1 addition & 1 deletion tests/WE2E/setup_WE2E_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ machine=$1
machine=$(echo "${machine}" | tr '[A-Z]' '[a-z]') # scripts in sorc need lower case machine name
account=$2
compiler=${3:-intel}
test_type=${4:-fundamental}
test_type=${4:-custom}

#-----------------------------------------------------------------------
# Set directories
Expand Down

0 comments on commit 66141f9

Please sign in to comment.