@@ -107,9 +107,13 @@ function run_A2() {
107107 --field " ${customfield_currentlyInIntegration} " =Yes \
108108 --field " ${customfield_componentLeadReview} " =No \
109109 --field " ${customfield_integrator} " = \
110- --field " ${customfield_tester} " = \
110+ --field " ${customfield_tester} " =
111+
112+ ${basereq} --action addComment \
113+ --issue ${issue} \
111114 --comment " Continuous queues manage: Moving to current because it's important" \
112115 --role " Integrators"
116+
113117 echo " $BUILD_NUMBER $BUILD_TIMESTAMP ${issue} moved to current: important" >> " ${logfile} "
114118 done
115119}
@@ -179,7 +183,10 @@ function run_A3a() {
179183 --field " ${customfield_currentlyInIntegration} " =Yes \
180184 --field " ${customfield_componentLeadReview} " =No \
181185 --field " ${customfield_integrator} " = \
182- --field " ${customfield_tester} " = \
186+ --field " ${customfield_tester} " =
187+
188+ ${basereq} --action addComment \
189+ --issue ${issue} \
183190 --comment " Continuous queues manage: Moving to current given we are below the threshold ($currentmin )" \
184191 --role " Integrators"
185192 echo " $BUILD_NUMBER $BUILD_TIMESTAMP ${issue} moved to current: threshold (before ${lastweekdate} )" >> " ${logfile} "
@@ -287,7 +294,10 @@ function run_B1b() {
287294 --field " ${customfield_currentlyInIntegration} " =Yes \
288295 --field " ${customfield_componentLeadReview} " =No \
289296 --field " ${customfield_integrator} " = \
290- --field " ${customfield_tester} " = \
297+ --field " ${customfield_tester} " =
298+
299+ ${basereq} --action addComment \
300+ --issue ${issue} \
291301 --comment " Continuous queues manage: Moving to current given we are below the threshold ($currentmin )" \
292302 --role " Integrators"
293303 echo " $BUILD_NUMBER $BUILD_TIMESTAMP ${issue} moved to current on-sync: threshold" >> " ${logfile} "
@@ -399,7 +409,10 @@ function run_C() {
399409 --transition " CI Global Self-Transition" \
400410 --field " ${customfield_currentlyInIntegration} " = \
401411 --field " ${customfield_integrator} " = \
402- --field " ${customfield_tester} " = \
412+ --field " ${customfield_tester} " =
413+
414+ ${basereq} --action addComment \
415+ --issue ${issue} \
403416 --comment " Continuous queues manage: Moving out from current because it's held" \
404417 --role " Integrators"
405418 echo " $BUILD_NUMBER $BUILD_TIMESTAMP ${issue} moved out from current: held" >> " ${logfile} "
0 commit comments