Page MenuHomePhabricator

D7472.id.diff
No OneTemporary

D7472.id.diff

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

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)

Event Timeline