Skip to content

Commit

Permalink
Update srw_ftest.sh to allow orion to run this manually
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceKropp-Raytheon authored Jul 6, 2023
1 parent 2a573e4 commit 47c678c
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 @@ -136,7 +136,7 @@ rm -f ${results_file}
status=0

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

0 comments on commit 47c678c

Please sign in to comment.