Skip to content

Commit

Permalink
Update srw_ftest.sh to deny Hera, since it wont accept ulimit -s unli…
Browse files Browse the repository at this point in the history
…mited
  • Loading branch information
BruceKropp-Raytheon authored Jul 11, 2023
1 parent 7357850 commit 4bcfa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cicd/scripts/srw_ftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ rm -f ${results_file}
status=0

# Limit to machines that are fully ready
deny_machines=( gaea )
deny_machines=( gaea hera )
if [[ ${deny_machines[@]} =~ ${platform,,} ]] ; then
echo "# Deny ${platform} - incomplete configuration." | tee -a ${results_file}
else
Expand Down

0 comments on commit 4bcfa8e

Please sign in to comment.