Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17948831
D7472.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D7472.id.diff
View Options
Index: jenkins/phabricator-post.py
===================================================================
--- jenkins/phabricator-post.py
+++ jenkins/phabricator-post.py
@@ -1,4 +1,6 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
import json
import os
import sys
@@ -43,4 +45,4 @@
print "D%s failed tests on diff id %s" % (differential_id, diff_id)
if int(num_failures) == 0:
- message = "Jenkins is unable to run tests with this patch. See %s to see why." % console_output_url
+ message = u"⛔️ Jenkins is unable to run tests with this patch. See %s to see why.
@@ -53,7 +55,7 @@
elif result == "SUCCESS":
print "D%s passed all tests with diff id %s" % (differential_id, diff_id)
- message = "This patch does not break any tests. +1. See the passing build here: %s" % test_report_url
+ message = u"✅ This patch does not break any tests. +1. See the passing build here: %s" % test_report_url
action = "none"
# This comment should not email everyone.
silent = True
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 1 2025, 10:06 PM (9 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8764196
Default Alt Text
D7472.id.diff (1 KB)
Attached To
Mode
D7472: The poop emoji (U+1F4A9) breaks differential
Attached
Detach File
Event Timeline
Log In to Comment