You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the ToBiC results are now being posted to the
"Automated test results" custom field which is visible to all users who
can view the issue, the `restrictedto` parameter is no longer relevant
and should be removed.
Copy file name to clipboardExpand all lines: tracker_automations/bulk_prelaunch_jobs/bulk_prelaunch_jobs.sh
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@
15
15
#schedulemins: Frecuency (in minutes) of the schedule (cron) of this job. IMPORTANT to ensure that they match or there will be issues processed more than once or skipped.
16
16
#jobtype: defaulting to "all", allows to just pick one of the available jobs: phpunit, behat-(firefox|chrome|nonjs|all).
17
17
#quiet: with any value different from "false", don't perform any action in the Tracker.
18
-
#restrictedto: name of the project (MDL) role we want to restrict the comment to. Blank means no restriction.
19
-
20
18
21
19
# Let's go strict (exit on error)
22
20
set -e
@@ -150,12 +148,7 @@ while read issue; do
150
148
151
149
# Execute the criteria postissue. It will perform the needed changes in the tracker for the current issue
152
150
if [[ ${quiet}=="false" ]];then
153
-
# Let's see if there is any restriction to the comment in the Tracker
154
-
restrictiontype=
155
-
if [[ -n"${restrictedto}" ]];then
156
-
restrictiontype=--role
157
-
fi
158
-
echo" - Sending results to the Tracker (${restrictiontype}${restrictedto})"
0 commit comments