aboutsummaryrefslogtreecommitdiff
path: root/jenkins
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-05-29 19:32:48 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-05-29 19:32:48 +0100
commitca9da6bb1f4d33a7eb60e5ef2de1f6345f9c4424 (patch)
treed54399daa5ac20a2ae58ecf127b5f5f10895980b /jenkins
parent6dcfe203491a6cbce0a685fb860c9a64fabd4f15 (diff)
kernel-arch-complete.sh: stop sending v4l2 reports to linux-media
Stop sending the v4l2-compliance reports to the linux-media mailing list as per the discussion with Mauro on IRC. Instead, a report should only be sent when a new regression appears or when one gets fixed. The reports are still sent to the regular kernel-build-reports mailing list so they remain publicly visible. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'jenkins')
-rwxr-xr-xjenkins/kernel-arch-complete.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins/kernel-arch-complete.sh b/jenkins/kernel-arch-complete.sh
index 69deb86..7f28df5 100755
--- a/jenkins/kernel-arch-complete.sh
+++ b/jenkins/kernel-arch-complete.sh
@@ -195,8 +195,8 @@ if [[ BUILDS_FINISHED -eq 4 ]]; then
curl -X POST -H "Authorization: $EMAIL_AUTH_TOKEN" -H "Content-Type: application/json" -d '{"job": "'$TREE_NAME'", "kernel": "'$GIT_DESCRIBE'", "git_branch": "'$BRANCH'", "boot_report": 1, "format": ["txt"], "send_to": ["sboyd+clkci@kernel.org", "mturquette+clkci@baylibre.com", "kernel-build-reports@lists.linaro.org"], "delay": 1800}' ${API}/send
elif [ "$TREE_NAME" == "media" ]; then
echo "Sending results for media tree"
- curl -X POST -H "Authorization: $EMAIL_AUTH_TOKEN" -H "Content-Type: application/json" -d '{"job": "'$TREE_NAME'", "kernel": "'$GIT_DESCRIBE'", "git_branch": "'$BRANCH'", "report_type": "test", "plan": "v4l2-compliance-vivid", "send_to": ["linux-media@vger.kernel.org", "kernel-build-reports@lists.linaro.org"], "format": ["txt"], "delay": 5400}' ${API}/send
- curl -X POST -H "Authorization: $EMAIL_AUTH_TOKEN" -H "Content-Type: application/json" -d '{"job": "'$TREE_NAME'", "kernel": "'$GIT_DESCRIBE'", "git_branch": "'$BRANCH'", "report_type": "test", "plan": "v4l2-compliance-uvc", "send_to": ["linux-media@vger.kernel.org", "kernel-build-reports@lists.linaro.org"], "format": ["txt"], "delay": 5400}' ${API}/send
+ curl -X POST -H "Authorization: $EMAIL_AUTH_TOKEN" -H "Content-Type: application/json" -d '{"job": "'$TREE_NAME'", "kernel": "'$GIT_DESCRIBE'", "git_branch": "'$BRANCH'", "report_type": "test", "plan": "v4l2-compliance-vivid", "send_to": ["kernel-build-reports@lists.linaro.org"], "format": ["txt"], "delay": 5400}' ${API}/send
+ curl -X POST -H "Authorization: $EMAIL_AUTH_TOKEN" -H "Content-Type: application/json" -d '{"job": "'$TREE_NAME'", "kernel": "'$GIT_DESCRIBE'", "git_branch": "'$BRANCH'", "report_type": "test", "plan": "v4l2-compliance-uvc", "send_to": ["kernel-build-reports@lists.linaro.org"], "format": ["txt"], "delay": 5400}' ${API}/send
else
# Private Mailing List
echo "Sending results to private mailing list"