Skip to content

Commit 93618fc

Browse files
asm582openshift-ci[bot]
authored andcommitted
check AW status instead of jobs
1 parent 951b718 commit 93618fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/perf-test/perf.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ check_kubectl_login_status
7070
# Track whether you have the MCAD controller installed
7171
echo "Checking MCAD Controller installation status"
7272
echo
73-
check_mcad_installed_status
73+
#check_mcad_installed_status
7474

7575
echo
7676
read -p "How many appwrapper jobs do you want?" jobs
@@ -114,7 +114,7 @@ done
114114
esac
115115

116116
# Check for all jobs to report complete
117-
jobstatus=`kubectl get jobs -n default --no-headers --field-selector status.successful=1 |wc -l`
117+
jobstatus=`kubectl get appwrappers -n default --no-headers --field-selector status.successful=1 |wc -l`
118118

119119
while [ $jobstatus -lt $jobs ]
120120
do

0 commit comments

Comments
 (0)